-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
71 lines (57 loc) · 1.5 KB
/
platformio.ini
File metadata and controls
71 lines (57 loc) · 1.5 KB
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
; 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
;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 =
EthernetWebServer_SSL
lib_deps =
Adafruit Zero DMA Library
SPI
https://github.com/jandrassy/EthernetENC
;https://github.com/UIPEthernet/UIPEthernet
;https://github.com/khoih-prog/EthernetWebServer_SSL
;lib_ignore = ESP_AT_Lib
;WiFiNINA_Generic
;WiFiWebServer
;WiFi101
;WiFiEspAT
;WiFiG
;Seeed_Arduino_rpcWiFi
;Seeed_Arduino_rpcUnified
;STM32Ethernet
;DueFlashStorage
;ESP_AT_Lib
;Ethernet
;Ethernet2
;Ethernet3
;EthernetENC
;EthernetLarge
;EthernetWebServer
;EthernetWebServer_STM32
;STM32duino LwIP
;STM32Ethernet
;UIPEthernet
;WiFi101
;WiFiEspAT
;WiFiNINA_Generic
;WiFiWebServer
;as of 19.11.2020 the dev branch of the Seeed_Arduino_mbedtls library
;has to be used.
build_unflags = -Os
build_flags =
-DAZ_NO_LOGGING
-O0