Skip to content

Commit

Permalink
Update absolute path referencies in platformio projects
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeGalan committed Sep 1, 2022
1 parent 0bc60e2 commit 30b071e
Show file tree
Hide file tree
Showing 22 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nucleo_f072rb
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = nucleo_f072rb
framework = stm32cube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nucleo_f072rb
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = nucleo_f072rb
framework = stm32cube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_envs = nucleo_f401re
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = nucleo_f401re
framework = stm32cube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_envs = nucleo_f401re
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = nucleo_f401re
framework = stm32cube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_envs = nucleo_f410rb
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = nucleo_f410rb
framework = stm32cube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_envs = nucleo_f410rb
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = nucleo_f410rb
framework = stm32cube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_envs = nucleo_g431kb
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = nucleo_g431kb
framework = stm32cube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_envs = nucleo_g431kb
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = nucleo_g431kb
framework = stm32cube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_envs = nucleo_g474re
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = nucleo_g474re
framework = stm32cube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_envs = nucleo_g474re
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = nucleo_g474re
framework = stm32cube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default_envs = nucleo_l073rz
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = nucleo_l073rz
framework = stm32cube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_envs = nucleo_l432kc
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = nucleo_l432kc
framework = stm32cube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_envs = nucleo_l432kc
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = nucleo_l432kc
framework = stm32cube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build_flags =

lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
lib_deps =
luos_engine@^2.6.0
Gate
Expand All @@ -41,7 +41,7 @@ platform = ststm32
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
board = disco_f407vg
framework = stm32cube
build_unflags = -Os
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_flags =
-DLUOSHAL=STM32F4
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
lib_deps =
luos_engine@^2.6.0
Inspector
Expand All @@ -39,7 +39,7 @@ lib_ldf_mode =off
board_build.ldscript = linker/custom_app_script.ld
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = disco_f407vg
framework = stm32cube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_envs = disco_l4s5i_iot01a
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = disco_l4s5i_iot01a
framework = stm32cube
Expand Down
4 changes: 2 additions & 2 deletions examples/projects/l0/demo/detection_button/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ debug_tool = stlink
build_unflags = -Os
build_flags =
-O1
-I ../
-I $PROJECT_DIR/../
-include node_config.h

[env:l0_with_bootloader]
board_build.ldscript = linker/custom_Luos_bootloader_script.ld
build_unflags = -Os
build_flags =
-O1
-I ../
-I $PROJECT_DIR/../
-include node_config.h
-DWITH_BOOTLOADER]
upload_protocol = custom
Expand Down
4 changes: 2 additions & 2 deletions examples/projects/l0/demo/ledstrip_position/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ debug_tool = stlink
build_unflags = -Os
build_flags =
-O1
-I ../
-I $PROJECT_DIR/../
-include node_config.h

[env:l0_with_bootloader]
board_build.ldscript = linker/custom_Luos_bootloader_script.ld
build_unflags = -Os
build_flags =
-O1
-I ../
-I $PROJECT_DIR/../
-include node_config.h
-DWITH_BOOTLOADER
upload_protocol = custom
Expand Down
4 changes: 2 additions & 2 deletions examples/projects/l0/demo/motor_copy_app/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ debug_tool = stlink
build_unflags = -Os
build_flags =
-O1
-I ../
-I $PROJECT_DIR/../
-include node_config.h

[env:l0_with_bootloader]
board_build.ldscript = linker/custom_Luos_bootloader_script.ld
build_unflags = -Os
build_flags =
-O1
-I ../
-I $PROJECT_DIR/../
-include node_config.h
-DWITH_BOOTLOADER
upload_protocol = custom
Expand Down
4 changes: 2 additions & 2 deletions examples/projects/l0/demo/motor_demo_app/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ debug_tool = stlink
build_unflags = -Os
build_flags =
-O1
-I ../
-I $PROJECT_DIR/../
-include node_config.h

[env:l0_with_bootloader]
board_build.ldscript = linker/custom_Luos_bootloader_script.ld
build_unflags = -Os
build_flags =
-O1
-I ../
-I $PROJECT_DIR/../
-include node_config.h
-DWITH_BOOTLOADER
upload_protocol = custom
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/l0/gate_serialcom/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_envs = l0
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = l0
framework = stm32cube
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/l0/inspector_serialcom/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default_envs = l0
lib_ldf_mode =off
lib_extra_dirs =
$PROJECT_DIR/../../../../tool_services/
../../../../../
$PROJECT_DIR/../../../../../
platform = ststm32
board = l0
framework = stm32cube
Expand Down

0 comments on commit 30b071e

Please sign in to comment.