Skip to content

Commit

Permalink
Rename Apps/Blinker_app into apps/blinker_app
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Dec 14, 2023
1 parent 13dcad1 commit 96e590c
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Arduino/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ lib_deps =
luos/luos_engine@^3.0.0
luos/robus_network
led
Blinker_App
blinker_app
luos/Pipe
luos/Gate
lib_extra_dirs =
../Apps
../apps
lib


Expand Down
6 changes: 3 additions & 3 deletions ESP32-DevKit/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ build_flags =
lib_deps =
luos/luos_engine@^3.0.0
luos/robus_network
Led
Blinker_App
led
blinker_app
luos/Pipe
luos/Gate
lib_extra_dirs =
../Apps
../apps
lib

[env:esp32dev]
Expand Down
4 changes: 2 additions & 2 deletions NUCLEO-F072RB/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ lib_deps =
luos/luos_engine@^3.0.0
luos/robus_network
led
Blinker_App
blinker_app
luos/Pipe
luos/Gate
lib_extra_dirs =
../Apps
../apps
lib
debug_tool = stlink
upload_protocol = stlink
4 changes: 2 additions & 2 deletions NUCLEO-F401RE/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ lib_deps =
luos/luos_engine@^3.0.0
luos/robus_network
led
Blinker_App
blinker_app
luos/Pipe
luos/Gate
lib_extra_dirs =
../Apps
../apps
lib
debug_tool = stlink
upload_protocol = stlink
4 changes: 2 additions & 2 deletions NUCLEO-F410RB/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ lib_deps =
luos/luos_engine@^3.0.0
luos/robus_network
led
Blinker_App
blinker_app
luos/Pipe
luos/Gate
lib_extra_dirs =
../Apps
../apps
lib
debug_tool = stlink
upload_protocol = stlink
4 changes: 2 additions & 2 deletions NUCLEO-G431KB/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ lib_deps =
luos/luos_engine@^3.0.0
luos/robus_network
led
Blinker_App
blinker_app
luos/Pipe
luos/Gate
lib_extra_dirs =
../Apps
../apps
lib
4 changes: 2 additions & 2 deletions NUCLEO-L432KC/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ lib_deps =
luos/luos_engine@^3.0.0
luos/robus_network
led
Blinker_App
blinker_app
luos/Pipe
luos/Gate
lib_extra_dirs =
../Apps
../apps
lib
debug_tool = stlink
upload_protocol = stlink
4 changes: 2 additions & 2 deletions No-Board/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ build_flags =
lib_deps =
luos/luos_engine@^3.0.0
led
Blinker_App
blinker_app
luos/Pipe
luos/Gate
luos/robus_network

lib_extra_dirs =
../Apps
../apps
lib
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Blinker_App",
"name": "blinker_app",
"keywords": "robus,network,microservice,luos,operating system,os,embedded,communication,service,ST, Arduino",
"description": "A simple Luos blinker App.",
"version": "1.0.0",
Expand Down

0 comments on commit 96e590c

Please sign in to comment.