Skip to content

Commit

Permalink
adding configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizoku-oh committed Apr 15, 2021
1 parent 6b9b50a commit 6376f65
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/rtcos_doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = RTCOS
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.1.1
PROJECT_NUMBER = 1.2.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion examples/arduino/include/RTCOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file : RTCOSConfig.h
* @author : Bayrem GHARSELLAOUI
* @version : 1.1.1
* @version : 1.2.0
* @date : April 2021
* @brief : RTCOS user configuration example used to overrite os default configuration
*
Expand Down
2 changes: 1 addition & 1 deletion examples/arduino/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ monitor_speed = 9600
build_flags = -I include
lib_deps =
paulstoffregen/TimerOne@^1.1
kaizoku-oh/RTCOS@^1.1.1
kaizoku-oh/RTCOS@^1.2.0
2 changes: 1 addition & 1 deletion examples/arduino/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file : main.cpp
* @author : Bayrem GHARSELLAOUI
* @version : 1.1.1
* @version : 1.2.0
* @date : April 2021
* @brief : Arduino example sketch
*
Expand Down
2 changes: 1 addition & 1 deletion examples/linux/RTCOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file : RTCOSConfig.h
* @author : Bayrem GHARSELLAOUI
* @version : 1.1.1
* @version : 1.2.0
* @date : April 2021
* @brief : RTCOS user configuration example used to overrite os default configuration
*
Expand Down
2 changes: 1 addition & 1 deletion examples/linux/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file : main.c
* @author : Bayrem GHARSELLAOUI
* @version : 1.1.1
* @version : 1.2.0
* @date : April 2021
* @brief : Linux example program
*
Expand Down
2 changes: 1 addition & 1 deletion include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file : config.h
* @author : Bayrem GHARSELLAOUI
* @version : 1.1.1
* @version : 1.2.0
* @date : April 2021
* @brief : RTCOS default configuration file
*
Expand Down
2 changes: 1 addition & 1 deletion include/rtcos.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file : rtcos.h
* @author : Bayrem GHARSELLAOUI
* @version : 1.1.1
* @version : 1.2.0
* @date : April 2021
* @brief : RTCOS header file
*
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RTCOS",
"version": "1.1.1",
"version": "1.2.0",
"description": "An event-driven RTC (Run To Completion) OS/scheduler dedicated to ultra constrained devices.",
"keywords": "cooperative, event, scheduler, os",
"repository":
Expand Down
2 changes: 1 addition & 1 deletion src/rtcos.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @file : rtcos.c
* @author : Bayrem GHARSELLAOUI
* @version : 1.1.1
* @version : 1.2.0
* @date : April 2021
* @brief : RTCOS source file
*
Expand Down

0 comments on commit 6376f65

Please sign in to comment.