File tree 2 files changed +35
-9
lines changed
2 files changed +35
-9
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ static void destroyTaskNow( TaskHandle_t &task )
201
201
202
202
#if HAS_EXTERNAL_RTC
203
203
#include <Wire.h>
204
- #include "RTC.h"
204
+ #include "./ RTC.h"
205
205
static BLE_RTC RTC ;
206
206
#endif
207
207
Original file line number Diff line number Diff line change @@ -24,32 +24,32 @@ default_envs = m5stack-core2
24
24
; platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.1-RC1
25
25
platform = https://github.com/tasmota/platform-espressif32
26
26
platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32/releases/download/2.0.9/esp32-2.0.9.zip
27
-
28
27
framework = arduino
29
28
upload_speed = 921600
30
29
monitor_speed = 115200
30
+ ; lib_ldf_mode = deep
31
31
build_flags =
32
32
-DCORE_DEBUG_LEVEL =2
33
33
lib_deps =
34
34
; SPI
35
- ; SD
35
+ SD
36
+ LovyanGFX
37
+ git+https://github.com/tobozo/ESP32-Chimera-Core# 1.5.0
38
+ git+https://github.com/tobozo/M5Stack-SD-Updater# 1.2.8
39
+ NimBLE-Arduino
36
40
FS
37
41
SPI
38
42
Wire
39
- LovyanGFX
40
- ESP32-Chimera-Core
41
43
Time
42
44
; M5Stack-SD-Updater
43
- git+https://github.com/tobozo/M5Stack-SD-Updater# 1.2.8
44
45
Sqlite3Esp32
45
46
TinyGPSPlus
46
- NimBLE-Arduino
47
+
47
48
48
49
[env:m5stack-fire]
49
50
board = m5stack-fire
50
51
board_build.partitions = default_16MB.csv
51
-
52
- upload_port = /dev/ttyUSB0
52
+ upload_port = /dev/ttyACM0
53
53
; board_upload.flash_size=4MB
54
54
; board_build.f_flash = 80000000L
55
55
@@ -86,6 +86,28 @@ lib_deps =
86
86
lib_ignore =
87
87
M5Core2
88
88
89
+ [env:m5stack-cores3]
90
+ board = esp32-s3-devkitc-1
91
+ board_upload.flash_size = 16MB
92
+ ; board_upload.maximum_size = 2097152
93
+ ; board_upload.maximum_size = 3145728
94
+ board_build.arduino.memory_type = qio_qspi
95
+ build_flags =
96
+ ${env.build_flags}
97
+ -DARDUINO_M5STACK_CORES3
98
+ -DBOARD_HAS_PSRAM
99
+ -DARDUINO_UDB_MODE =1
100
+ build_src_flags =
101
+ -DWITHOUT_WIFI =1
102
+ lib_deps =
103
+ ${env.lib_deps}
104
+ lib_ignore =
105
+ M5Stack
106
+ M5Core2
107
+ M5CoreS3
108
+ SD_MMC
109
+
110
+
89
111
[env:odroid_esp32]
90
112
board = odroid_esp32
91
113
board_build.partitions = min_spiffs.csv
@@ -94,3 +116,7 @@ build_src_flags =
94
116
lib_deps =
95
117
${env.lib_deps}
96
118
119
+
120
+
121
+
122
+
You can’t perform that action at this time.
0 commit comments