Skip to content

Commit

Permalink
stm32: fix github build with ststm32 platform v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cruwaller committed Jun 24, 2024
1 parent 3e1aa89 commit 7a1c785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/targets/common_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ src_handset = +<tx/*.*> +<tx/handset/*> ${common_env_data.src_filter}
# STM32 related configurations
#
[common_stm32]
platform = [email protected]
# platform = [email protected]
# platform = https://github.com/platformio/platform-espressif32.git#v7.2.0
platform = https://github.com/platformio/platform-ststm32/archive/refs/tags/v7.2.0.zip
# default compiler is 7.x, use newer
platform_packages =
[email protected] # 9.3.1
Expand Down
3 changes: 2 additions & 1 deletion src/targets/target_DIY_STM32_2400.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ upload_flags =

# ----------------------------------------

[env:DIY_RX_CCG_Nano_DIV]
# Build failure -> ignore for now
[SKIP_BUILD_ISSUE_env:DIY_RX_CCG_Nano_DIV]
extends = stm32_sx128x_rx
platform = [email protected]
board = stm32g071
Expand Down

0 comments on commit 7a1c785

Please sign in to comment.