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 c02ad0b commit 6cf2bbe
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 20 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
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 6cf2bbe

Please sign in to comment.