We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6b41f commit e7b3903Copy full SHA for e7b3903
platformio.ini
@@ -29,7 +29,7 @@ board = teensy31
29
30
[env:native]
31
platform = native
32
-test_build_project_src = true
+test_build_src = true
33
build_flags = -Wno-c++11-extensions -std=c++11
34
35
[env:huzzah32]
@@ -40,6 +40,10 @@ board = featheresp32
40
[env:nrf52_express]
41
board = adafruit_feather_nrf52840_s340
42
framework = arduino
43
-platform = nordicnrf52
44
-platform_packages = framework-arduinoadafruitnrf52 @ https://github.com/cujomalainey/Adafruit_nRF52_Arduino
+platform = https://github.com/cujomalainey/platform-nordicnrf52.git#develop
45
; upload_protocol = jlink
+
46
+[env:seeed_xiao]
47
+platform = https://github.com/maxgerhardt/platform-nordicnrf52
48
+board = xiaoblesense
49
+framework = arduino
0 commit comments