Skip to content

Commit

Permalink
added Adafruit Feather RP2350 HSTX
Browse files Browse the repository at this point in the history
  • Loading branch information
znmeb committed Oct 16, 2024
1 parent 2637d12 commit 9bc239f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CLAMS-devel/cforth_platformio/testing_platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ board_build.core = earlephilhower
build_flags = ${target.target_build_flags} -DMAXDICT=0x70000
build_type = debug

[env:adafruit_feather_rp2350_hstx]
extends = target
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = adafruit_feather_rp2350_hstx
framework = arduino
board_build.core = earlephilhower
build_flags = ${target.target_build_flags} -DMAXDICT=0x70000
build_type = debug

; Other boards that I have
[env:teensy41]
extends = target
Expand Down

0 comments on commit 9bc239f

Please sign in to comment.