; 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] check_tool = clangtidy [env:e73-tbb] platform = nordicnrf52 board = adafruit_feather_nrf52832 ; Additionally, I had to force use_adafruit = True in platforms/nordicnrf52/builder/main.py ; board = e73-tbb framework = arduino build_flags = -DNRF52 -DS132 -DNRF51_S132 board_build.ldscript = ./ldscripts/nrf52832_s132_v6.ld