-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
137 lines (106 loc) · 4.22 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# ; 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
# ; http://docs.platformio.org/page/projectconf.html
[platformio]
core_dir = .platformio
[env:sck2]
build_flags = !sh ../tools/git-rev.sh
platform = [email protected]
# ; TODO: update version to fix I2S hang Bug on close.
platform_packages = [email protected]
board = sck2
framework = arduino
lib_extra_dirs = ../lib
extra_scripts = uploadSAM.py
debug_tool = atmel-ice
upload_protocol = atmel-ice
upload_port = /dev/cu.usbmodem2101
upload_speed = 119200
;targets =
monitor_port = /dev/cu.usbmodem2101
monitor_speed =119200
lib_deps =
# ; SPIMemory (former SPIFlash) -> id 806
# ; https://github.com/Marzogh/SPIMemory
# ; RTCZero -> id 873
# ; https://github.com/arduino-libraries/RTCZero
# ; SdFat -> id 322
# ; https://github.com/greiman/SdFat
# ; ArduinoJson -> id 64
# ; https://github.com/bblanchon/ArduinoJson/releases
# ; Adafruit INA219 Library -> id 160
# ; https://github.com/adafruit/Adafruit_INA219
# ; U8g2_Arduino: Arduino Monochrome Graphics Library
# ; https://github.com/olikraus/U8g2_Arduino (forked from)
https://github.com/fablabbcn/U8g2_Arduino
# ; RadioHead -> id 124
# ; http://www.airspayce.com/mikem/arduino/RadioHead/
# ; FlashStorage -> id 1192
# ; https://github.com/cmaglie/FlashStorage
# ; DallasTemperature - > id 54
# ; https://github.com/milesburton/Arduino-Temperature-Control-Library
# ; Sparkfun CCS811 -> id 1626
# ; https://github.com/sparkfun/SparkFun_CCS811_Arduino_Library
# ; SparkFun I2C GPS Reading and Control -> id 1652 (For XA1110 Sparkfun i2c GPS)
# ; https://github.com/sparkfun/SparkFun_I2C_GPS_Arduino_Library
# ; SparkFun u-blox Arduino GNSS Library
# ; https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library
# https://github.com/sparkfun/[email protected]
# ; TinyGPSPlus -> id 1655 -> https://github.com/mikalhart/TinyGPSPlus
# ; https://github.com/mikalhart/TinyGPSPlus
# ; LinkedList -> id 443
https://github.com/ivanseidel/LinkedList#dac3874
# ; Adafruit ADS1X15 ADC
# ; https://github.com/adafruit/Adafruit_ADS1X15 (forked from)
https://github.com/fablabbcn/Adafruit_ADS1X15#939f4eb
# ; ArduinoZero-PMUX-report
https://github.com/WestfW/ArduinoZero-PMUX-report#da72d53
# ; MCP342X Analog-to-Digital Converter Library
# ; https://github.com/uChip/MCP342X (forked from)
https://github.com/fablabbcn/MCP342X#bda4689
# ; DS2482 -> I2C to 1-Wire bridge
# ; https://github.com/paeaetech/paeae (forked from)
https://github.com/fablabbcn/DS2482-library#4af7fd8
# ; Adafruit MPL3115A2 Library
# ; https://github.com/adafruit/Adafruit_MPL3115A2_Library
# ; I2C Soil Moisture Sensor (chirp) -> TODO update fork
# ; https://github.com/Apollon77/I2CSoilMoistureSensor (forked from)
https://github.com/fablabbcn/I2CSoilMoistureSensor#2165973
# ; Smart Citizen Kit 2.0 Gases Pro Board
https://github.com/fablabbcn/smartcitizen-kit-gases-pro-board
# ; SparkFun ToF Range Finder - VL6180 Arduino Library
# ; https://github.com/sparkfun/SparkFun_ToF_Range_Finder-VL6180_Arduino_Library (forked from)
https://github.com/fablabbcn/SparkFun_ToF_Range_Finder-VL6180_Arduino_Library#a926704
# ; Adafruit BME680 Library -> TODO update fork
# ; https://github.com/adafruit/Adafruit_BME680 (forked from)
https://github.com/fablabbcn/Adafruit_BME680#76867d4
# ; Adafruit Unified Sensor Driver
# ; https://github.com/adafruit/Adafruit_Sensor
https://github.com/adafruit/[email protected]
# ; SparkFun SCD30 Arduino Library
# ; https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library
# ; SparkFun SCD4x Arduino Library
# ; https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library/tree/main/src
https://github.com/sparkfun/SparkFun_SCD4x_Arduino_Library
# ; Seeed Studios library for TCA9458A I2X Mux device
https://github.com/limengdu/Grove_8Channel_I2C_Hub.git