-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
78 lines (61 loc) · 2.44 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
; 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:seeed_wio_terminal]
platform = atmelsam
board = seeed_wio_terminal
framework = arduino
;upload_protocol = jlink
;upload_port = jlink
;debug_tool = jlink
; ============================================================
; Serial configuration
; choose upload speed, serial-monitor speed
; ============================================================
;upload_speed = 921600
;upload_port = COM7
;monitor_speed = 9600
;monitor_speed = 115200
;upload_port = COM7
;monitor_port = COM6
;platform_packages = framework-arduino-samd-seeed@https://github.com/Seeed-Studio/ArduinoCore-samd.git
platform_packages = framework-arduino-samd-seeed@https://github.com/Seeed-Studio/ArduinoCore-samd.git#v1.8.1
lib_extra_dirs =
lib/RoSchmi/Time
lib/RoSchmi/AzureStorage
lib/RoSchmi/SensorData
lib/RoSchmi/Encryption
lib/roschmi-for-azure-sdk
azure-sdk-for-c
; These versions are known to work with WiFi firmware: seeed-ambd-firmware-rpc-v2.1.3
lib_deps =
Adafruit Zero DMA Library
SPI
;https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified
https://github.com/Seeed-Studio/Seeed_Arduino_rpcUnified#v2.1.3
;https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi
https://github.com/Seeed-Studio/Seeed_Arduino_rpcWiFi#v1.0.5
;https://github.com/Seeed-Studio/Seeed_Arduino_RTC
https://github.com/Seeed-Studio/Seeed_Arduino_RTC#v2.0.0
;https://github.com/Seeed-Studio/Seeed_Arduino_FS
https://github.com/Seeed-Studio/Seeed_Arduino_FS#v2.1.1
;https://github.com/Seeed-Studio/Seeed_Arduino_SFUD
https://github.com/Seeed-Studio/Seeed_Arduino_SFUD#v2.0.1
;https://github.com/cyrusbuilt/SAMCrashMonitor
https://github.com/cyrusbuilt/SAMCrashMonitor#v1.0.1
;https://github.com/Seeed-Studio/Grove_Temperature_And_Humidity_Sensor
https://github.com/Seeed-Studio/Grove_Temperature_And_Humidity_Sensor#v2.0.0
;https://github.com/Seeed-Studio/Seeed_Arduino_LIS3DHTR
https://github.com/Seeed-Studio/Seeed_Arduino_LIS3DHTR#v1.2.3
;https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls
https://github.com/Seeed-Studio/Seeed_Arduino_mbedtls#v3.0.1
build_unflags = -Os
build_flags =
-DAZ_NO_LOGGING
-O0