-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
73 lines (68 loc) · 1.61 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
; 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
[platformio]
description = Fork of O2EM to run on MCUs, including RP2040, ESP32-S3, ESP32-C3 and SAMD21
default_envs =
miniESP32C3
[env:mkrwifi1010]
platform = atmelsam
board = mkrwifi1010
framework = arduino
lib_deps =
adafruit/Adafruit ST7735 and ST7789 Library@^1.10.3
adafruit/Adafruit Keypad @ ^1.3.2
adafruit/Adafruit GFX Library @ ^1.11.9
arduino-libraries/RTCZero @ ^1.6.0
build_src_filter =
+<*>
-<.git/>
-<.svn/>
-<Isolation>
-<Games>
[env:pico]
framework = arduino
lib_deps =
adafruit/Adafruit ST7735 and ST7789 Library@^1.10.3
adafruit/Adafruit Keypad @ ^1.3.2
adafruit/Adafruit GFX Library @ ^1.11.9
build_src_filter =
+<*>
-<.git/>
-<.svn/>
-<Isolation>
-<Games>
board = pico
platform = raspberrypi
[env:miniESP32C3]
platform = espressif32
board = dfrobot_beetle_esp32c3
framework = arduino
lib_deps =
adafruit/Adafruit GFX Library @ ^1.11.9
adafruit/Adafruit ST7735 and ST7789 Library @ ^1.10.3
build_src_filter =
+<*>
-<.git/>
-<.svn/>
-<Isolation>
-<Games>
[env:arduino_nano_esp32]
platform = espressif32
board = arduino_nano_esp32
framework = arduino
lib_deps =
adafruit/Adafruit GFX Library @ ^1.11.9
adafruit/Adafruit ST7735 and ST7789 Library @ ^1.10.3
build_src_filter =
+<*>
-<.git/>
-<.svn/>
-<Isolation>
-<Games>