b-parasite-esp32/code/parasite/platformio.ini
rbaron 850df22f1a Removes custom board lnker scripts
For now let's use adafruit_feather_nrf52832.
2021-02-11 18:29:44 +01:00

22 lines
No EOL
700 B
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
[common]
lib_deps = sandeepmistry/BLEPeripheral@^0.4.0
[env:e73-tbb]
platform = nordicnrf52
board = adafruit_feather_nrf52832
framework = arduino
build_flags = -DNRF52 -DS132 -DNRF51_S132
; Let's keep it simple for now and just use adafruit_feather_nrf52832.
; board = e73-tbb
; board_build.ldscript = ./ldscripts/nrf52832_s132_v6.ld