Skip to content

Commit

Permalink
Adapt platformio.ini files to use luos/*
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Dec 13, 2023
1 parent 9464574 commit 083d7bc
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 41 deletions.
10 changes: 5 additions & 5 deletions Arduino/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ build_flags =
-D PIPEMODE=SERIAL
-D PIPEHAL=ARDUINO
lib_deps =
luos_engine@^3.0.0
robus_network
luos/luos_engine@^3.0.0
luos/robus_network
Led
Blinker_App
Pipe
Gate
luos/Pipe
luos/Gate
lib_extra_dirs =
$PROJECT_DIR/../Apps
../Apps
lib


Expand Down
10 changes: 5 additions & 5 deletions ESP32-DevKit/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ build_flags =
-D PIPEMODE=SERIAL
-D PIPEHAL=ARDUINO
lib_deps =
luos_engine@^3.0.0
robus_network
luos/luos_engine@^3.0.0
luos/robus_network
Led
Blinker_App
Pipe
Gate
luos/Pipe
luos/Gate
lib_extra_dirs =
$PROJECT_DIR/../Apps
../Apps
lib

[env:esp32dev]
Expand Down
10 changes: 5 additions & 5 deletions NUCLEO-F072RB/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ build_flags =
-D PIPEMODE=SERIAL
-D PIPEHAL=NUCLEO-F0
lib_deps =
luos_engine@^3.0.0
robus_network
luos/luos_engine@^3.0.0
luos/robus_network
Led
Blinker_App
Pipe
Gate
luos/Pipe
luos/Gate
lib_extra_dirs =
$PROJECT_DIR/../Apps
../Apps
lib
debug_tool = stlink
upload_protocol = stlink
10 changes: 5 additions & 5 deletions NUCLEO-F401RE/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ build_flags =
-D PIPEMODE=SERIAL
-D PIPEHAL=NUCLEO-F4
lib_deps =
luos_engine@^3.0.0
robus_network
luos/luos_engine@^3.0.0
luos/robus_network
Led
Blinker_App
Pipe
Gate
luos/Pipe
luos/Gate
lib_extra_dirs =
$PROJECT_DIR/../Apps
../Apps
lib
debug_tool = stlink
upload_protocol = stlink
10 changes: 5 additions & 5 deletions NUCLEO-F410RB/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ build_flags =
-D PIPEMODE=SERIAL
-D PIPEHAL=NUCLEO-F4
lib_deps =
luos_engine@^3.0.0
robus_network
luos/luos_engine@^3.0.0
luos/robus_network
Led
Blinker_App
Pipe
Gate
luos/Pipe
luos/Gate
lib_extra_dirs =
$PROJECT_DIR/../Apps
../Apps
lib
debug_tool = stlink
upload_protocol = stlink
10 changes: 5 additions & 5 deletions NUCLEO-G431KB/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ build_flags =
-D PIPEMODE=SERIAL
-D PIPEHAL=NUCLEO-G431
lib_deps =
luos_engine@^3.0.0
robus_network
luos/luos_engine@^3.0.0
luos/robus_network
Led
Blinker_App
Pipe
Gate
luos/Pipe
luos/Gate
lib_extra_dirs =
$PROJECT_DIR/../Apps
../Apps
lib
10 changes: 5 additions & 5 deletions NUCLEO-L432KC/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ build_flags =
-D PIPEMODE=SERIAL
-D PIPEHAL=NUCLEO-L4
lib_deps =
luos_engine@^3.0.0
robus_network
luos/luos_engine@^3.0.0
luos/robus_network
Led
Blinker_App
Pipe
Gate
luos/Pipe
luos/Gate
lib_extra_dirs =
$PROJECT_DIR/../Apps
../Apps
lib
debug_tool = stlink
upload_protocol = stlink
10 changes: 4 additions & 6 deletions No-Board/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ build_flags =
-D PIPEHAL=native

lib_deps =
luos_engine@^3.0.0
luos/luos_engine@^3.0.0
Led
Blinker_App
Pipe
Gate
robus_network
luos/Pipe
luos/Gate
luos/robus_network

lib_extra_dirs =
$PROJECT_DIR/../../
$PROJECT_DIR/../../luos_engine/tool_services
../Apps
lib

0 comments on commit 083d7bc

Please sign in to comment.