-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplatformio.ini
More file actions
27 lines (26 loc) · 909 Bytes
/
platformio.ini
File metadata and controls
27 lines (26 loc) · 909 Bytes
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
; 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:m5stack-cores3]
platform = espressif32
board = esp32s3box
framework = arduino
board_build.arduino.memory_type = qio_qspi ; この行を指定しないとCoreS3では動かない。
board_build.arduino.partitions = default_16MB.csv ; flashを16MBフルで使えるようにする。
upload_speed = 1500000
monitor_speed = 115200
board_build.f_flash = 80000000L
board_build.filesystem = spiffs
build_flags =
-DCORE_DEBUG_LEVEL=4
-DARDUINO_M5STACK_CORES3
lib_deps =
m5stack/M5Unified@0.1.6
esp32-camera
lib_ldf_mode = deep