33 lines
No EOL
1 KiB
INI
33 lines
No EOL
1 KiB
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
; [env:e73-tbb]
|
|
; platform = nordicnrf52
|
|
; board = adafruit_feather_nrf52832
|
|
; framework = arduino
|
|
; upload_port = /dev/cu.usbserial-14330
|
|
; monitor_port = /dev/cu.usbserial-14330
|
|
; ; build_flags = -DNRF52 -DS132 -DNRF51_S132 -DNRF5
|
|
|
|
; ; Let's keep it simple for now and just use adafruit_feather_nrf52832.
|
|
; ; board = e73-tbb
|
|
; ; board_build.ldscript = ./ldscripts/nrf52832_s132_v6.ld
|
|
|
|
[env:nrf52840]
|
|
platform = nordicnrf52
|
|
board = adafruit_feather_nrf52840
|
|
framework = arduino
|
|
upload_port = /dev/cu.usbmodem14101
|
|
monitor_port = /dev/cu.usbmodem14101
|
|
; build_flags = -DUSE_LFSYNT
|
|
debug_tool = jlink
|
|
; build_flags = -DUSE_TINYUSB -DNRF52 -DS140 -DNRF5
|
|
; build_flags = -DCFG_DEBUG=0 |