-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathplatformio.ini
More file actions
81 lines (73 loc) · 2.49 KB
/
Copy pathplatformio.ini
File metadata and controls
81 lines (73 loc) · 2.49 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
72
73
74
75
76
77
78
79
80
; 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]
default_envs = m5stack-core2
[env]
platform = espressif32 @ 6.12.0 ;6.4.0
framework = arduino
upload_speed = 1500000
monitor_speed = 115200
board_build.f_flash = 80000000L
board_build.filesystem = spiffs
board_build.partitions = default_16MB.csv
build_flags = -DCORE_DEBUG_LEVEL=4
;lib_extra_dirs = lib
lib_deps =
meganetaaan/M5Stack-Avatar @ 0.10.0
mongonta0716/stackchan-arduino@^0.0.7 ;
; m5stack/M5UGFX
; m5stack/M5Unified
earlephilhower/ESP8266Audio @1.9.7
https://github.com/pschatzmann/ESP32-A2DP.git#v1.7.3
;https://github.com/pschatzmann/ESP32-A2DP.git
FastLED/FastLED @ 3.6.0
; tobozo/M5Stack-SD-Updater@
lib_ldf_mode = deep
;タカヲ専用のリモート開発用スクリプト
;extra_scripts =
; post:scripts/copy_firmware.py
[env:m5stack-core2]
board = m5stack-core2
[env:m5stack-grey]
; Flash16MBのBasicはこちらを使ってください。
board = m5stack-grey
board_build.flash_mode = qio
board_build.partitions = default_16MB.csv
board_upload_maximum_ram_size = 327680
build_flags = -DCORE_DEBUG_LEVEL=0
[env:m5stack-fire]
; fireはespressif32最新版(5.x)で動かない場合は下記の1行をコメントアウトしてください。
;platform = espressif32 @ 4.4.0
board = m5stack-fire
[env:m5stack-core-esp32]
; Flash 16MBのBasicはm5stack-greyを使ってください。
board = m5stack-core-esp32
board_build.flash_mode = qio
build_flags = -DCORE_DEBUG_LEVEL=0
; Flash 4MB
board_build.partitions = huge_app.csv
; ESP32S3はBluetoothClassicに対応していないためBluetoothスピーカーは実行できません。
;[env:m5stack-cores3]
;platform = espressif32 @ 6.2.0
;board = esp32s3box
;;board = esp32-s3-devkitc-1
;build_flags =
;-DARDUINO_M5STACK_CORES3
;board_build.arduino.memory_type = qio_qspi
;lib_deps =
;meganetaaan/M5Stack-Avatar@^0.8.2
;https://github.com/m5stack/M5Unified#develop
;;/home/mongonta/Nextcloud/MyGit/m5stack-avatar
;arminjo/ServoEasing @ ^3.1.0
;madhephaestus/ESP32Servo@^0.11.0
;earlephilhower/ESP8266Audio @ ^1.9.7
;https://github.com/pschatzmann/ESP32-A2DP
;bblanchon/ArduinoJson @ ^6
;tobozo/YAMLDuino @ ^1.4.0