Skip to content

Commit

Permalink
Adds missing Teensy 4 configuration in platformio
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ljung committed Jun 18, 2023
1 parent 10948b4 commit e1af02d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/EVE_Test_Arduino_PlatformIO/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,16 @@ build_flags =
-D EVE_PDN=9
-O2

[env:teensy40]
platform = teensy
board = teensy40
build_unflags = -Os
build_flags =
${env.build_flags}
-D EVE_CS=10
-D EVE_PDN=9
-O2

[env:adafruit_feather_nrf52840]
platform = nordicnrf52
board = adafruit_feather_nrf52840
Expand Down

0 comments on commit e1af02d

Please sign in to comment.