Skip to content

Commit

Permalink
remove debugging config from example CI env
Browse files Browse the repository at this point in the history
CI environment doesn't work well with debugging configured for some reason...
  • Loading branch information
shadow578 committed Feb 7, 2025
1 parent 7b40e1e commit 14f336e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/semihosting/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ board = generic_hc32f460
build_flags =
-D REDIRECT_PRINTF_TO_DEBUGGER=1

[env:default]
build_type = debug
upload_protocol = cmsis-dap
debug_tool = cmsis-dap
Expand All @@ -13,8 +14,6 @@ debug_tool = cmsis-dap
debug_extra_cmds =
monitor arm semihosting enable

[env:default]

# required only for CI
[env:ci]
# override theframework-arduino-hc32f46x package with the local one
Expand Down

0 comments on commit 14f336e

Please sign in to comment.