-
Notifications
You must be signed in to change notification settings - Fork 24
/
platformio.ini
44 lines (38 loc) · 1.01 KB
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
#
# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.
# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload
[env:teensy31]
platform = teensy
framework = arduino
board = teensy31
lib_deps = ANT
[env:native]
platform = native
build_flags = -Wno-c++11-extensions -std=c++11
test_build_project_src = true
lib_deps = ANT
lib_compat_mode = off
[env:huzzah32]
platform = espressif32
framework = arduino
board = featheresp32
lib_deps = ANT
[env:nrf52_express]
board = adafruit_feather_nrf52840_s340
framework = arduino
platform = nordicnrf52
platform_packages = framework-arduinoadafruitnrf52 @ https://github.com/cujomalainey/Adafruit_nRF52_Arduino
lib_deps = https://github.com/cujomalainey/ant-arduino.git#develop