M5StickC support added
This commit is contained in:
parent
6478a5fecc
commit
afb82a732e
156
platformio.ini
156
platformio.ini
@ -10,9 +10,128 @@
|
|||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
globallib_dir = lib
|
globallib_dir = lib
|
||||||
default_envs = M5Stick-C ; M5Stick-C, esp32cam, ESP32-2432S028R, NerminerV2, ESP32-devKitv1, NerminerV2-S3-DONGLE, NerminerV2-S3-AMOLED, NerminerV2-T-QT, NerdminerV2-T-Display_V1, ESP32-2432S028R, M5-StampS3
|
default_envs = M5Stick-C, esp32cam, ESP32-2432S028R, NerminerV2, ESP32-devKitv1, NerminerV2-S3-DONGLE, NerminerV2-S3-AMOLED, NerminerV2-T-QT, NerdminerV2-T-Display_V1, ESP32-2432S028R, M5-StampS3, ESP32-S3-devKitv1, ESP32-S3-mini-wemos, ESP32-S3-mini-weact
|
||||||
|
|
||||||
|
|
||||||
|
[env:M5Stick-C]
|
||||||
|
platform = espressif32
|
||||||
|
board = m5stick-c
|
||||||
|
framework = arduino
|
||||||
|
monitor_filters =
|
||||||
|
esp32_exception_decoder
|
||||||
|
time
|
||||||
|
log2file
|
||||||
|
;board_build.arduino.memory_type = qio_opi
|
||||||
|
monitor_speed = 115200
|
||||||
|
upload_speed = 1500000
|
||||||
|
# 2 x 4.5MB app, 6.875MB SPIFFS
|
||||||
|
board_build.partitions = huge_app.csv
|
||||||
|
build_flags =
|
||||||
|
-D M5STICK_C=1
|
||||||
|
;-D DEBUG_MINING=1
|
||||||
|
lib_deps =
|
||||||
|
https://github.com/takkaO/OpenFontRender
|
||||||
|
bblanchon/ArduinoJson@^6.21.2
|
||||||
|
https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
|
||||||
|
mathertel/OneButton @ ^2.0.3
|
||||||
|
arduino-libraries/NTPClient
|
||||||
|
M5StickC
|
||||||
|
Wire
|
||||||
|
lib_ignore =
|
||||||
|
TFT_eSPI
|
||||||
|
|
||||||
|
;--------------------------------------------------------------------
|
||||||
|
|
||||||
|
[env:ESP32-S3-mini-wemos]
|
||||||
|
platform = espressif32
|
||||||
|
board = lolin_s3_mini
|
||||||
|
framework = arduino
|
||||||
|
monitor_filters =
|
||||||
|
esp32_exception_decoder
|
||||||
|
time
|
||||||
|
log2file
|
||||||
|
board_build.arduino.memory_type = qio_opi
|
||||||
|
monitor_speed = 115200
|
||||||
|
upload_speed = 115200
|
||||||
|
board_build.partitions = huge_app.csv
|
||||||
|
build_flags =
|
||||||
|
-D BOARD_HAS_PSRAM
|
||||||
|
-D ARDUINO_USB_MODE=1
|
||||||
|
-D ARDUINO_USB_CDC_ON_BOOT=1
|
||||||
|
-D S3MINIWEMOS=1
|
||||||
|
;-D DEBUG_MINING=1
|
||||||
|
lib_deps =
|
||||||
|
https://github.com/takkaO/OpenFontRender
|
||||||
|
bblanchon/ArduinoJson@^6.21.2
|
||||||
|
https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
|
||||||
|
mathertel/OneButton @ ^2.0.3
|
||||||
|
arduino-libraries/NTPClient
|
||||||
|
https://github.com/FastLED/FastLED
|
||||||
|
lib_ignore =
|
||||||
|
TFT_eSPI
|
||||||
|
;--------------------------------------------------------------------
|
||||||
|
|
||||||
|
;--------------------------------------------------------------------
|
||||||
|
|
||||||
|
[env:ESP32-S3-mini-weact]
|
||||||
|
platform = espressif32
|
||||||
|
board = lolin_s3_mini
|
||||||
|
framework = arduino
|
||||||
|
monitor_filters =
|
||||||
|
esp32_exception_decoder
|
||||||
|
time
|
||||||
|
log2file
|
||||||
|
board_build.arduino.memory_type = qio_opi
|
||||||
|
monitor_speed = 115200
|
||||||
|
upload_speed = 115200
|
||||||
|
board_build.partitions = huge_app.csv
|
||||||
|
build_flags =
|
||||||
|
-D BOARD_HAS_PSRAM
|
||||||
|
-D ARDUINO_USB_MODE=1
|
||||||
|
-D ARDUINO_USB_CDC_ON_BOOT=1
|
||||||
|
-D S3MINIWEACT=1
|
||||||
|
;-D DEBUG_MINING=1
|
||||||
|
lib_deps =
|
||||||
|
https://github.com/takkaO/OpenFontRender
|
||||||
|
bblanchon/ArduinoJson@^6.21.2
|
||||||
|
https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
|
||||||
|
mathertel/OneButton @ ^2.0.3
|
||||||
|
arduino-libraries/NTPClient
|
||||||
|
https://github.com/FastLED/FastLED
|
||||||
|
lib_ignore =
|
||||||
|
TFT_eSPI
|
||||||
|
;--------------------------------------------------------------------
|
||||||
|
|
||||||
|
[env:ESP32-S3-devKitv1]
|
||||||
|
platform = espressif32
|
||||||
|
board = esp32-s3-devkitc-1
|
||||||
|
framework = arduino
|
||||||
|
monitor_filters =
|
||||||
|
esp32_exception_decoder
|
||||||
|
time
|
||||||
|
log2file
|
||||||
|
board_build.arduino.memory_type = qio_opi
|
||||||
|
monitor_speed = 115200
|
||||||
|
upload_speed = 115200
|
||||||
|
board_build.partitions = huge_app.csv
|
||||||
|
build_flags =
|
||||||
|
-D BOARD_HAS_PSRAM
|
||||||
|
-D ARDUINO_USB_MODE=1
|
||||||
|
-D ARDUINO_USB_CDC_ON_BOOT=1
|
||||||
|
-D DEVKITV1RGB=1
|
||||||
|
;-D DEBUG_MINING=1
|
||||||
|
lib_deps =
|
||||||
|
https://github.com/takkaO/OpenFontRender
|
||||||
|
bblanchon/ArduinoJson@^6.21.2
|
||||||
|
https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
|
||||||
|
mathertel/OneButton @ ^2.0.3
|
||||||
|
arduino-libraries/NTPClient
|
||||||
|
https://github.com/FastLED/FastLED
|
||||||
|
lib_ignore =
|
||||||
|
TFT_eSPI
|
||||||
|
|
||||||
|
;--------------------------------------------------------------------
|
||||||
|
|
||||||
[env:NerminerV2]
|
[env:NerminerV2]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = esp32-s3-devkitc-1
|
board = esp32-s3-devkitc-1
|
||||||
@ -56,7 +175,7 @@ monitor_filters =
|
|||||||
log2file
|
log2file
|
||||||
;board_build.arduino.memory_type = qio_opi
|
;board_build.arduino.memory_type = qio_opi
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
upload_speed = 1500000 ; 921600 460800
|
upload_speed = 115200
|
||||||
# 2 x 4.5MB app, 6.875MB SPIFFS
|
# 2 x 4.5MB app, 6.875MB SPIFFS
|
||||||
board_build.partitions = huge_app.csv
|
board_build.partitions = huge_app.csv
|
||||||
build_flags =
|
build_flags =
|
||||||
@ -71,35 +190,6 @@ lib_deps =
|
|||||||
|
|
||||||
;--------------------------------------------------------------------
|
;--------------------------------------------------------------------
|
||||||
|
|
||||||
[env:M5Stick-C]
|
|
||||||
platform = espressif32
|
|
||||||
board = m5stick-c
|
|
||||||
framework = arduino
|
|
||||||
monitor_filters =
|
|
||||||
esp32_exception_decoder
|
|
||||||
time
|
|
||||||
log2file
|
|
||||||
;board_build.arduino.memory_type = qio_opi
|
|
||||||
monitor_speed = 115200
|
|
||||||
upload_speed = 1500000
|
|
||||||
# 2 x 4.5MB app, 6.875MB SPIFFS
|
|
||||||
board_build.partitions = huge_app.csv
|
|
||||||
build_flags =
|
|
||||||
-D M5STICK_C=1
|
|
||||||
;-D DEBUG_MINING=1
|
|
||||||
lib_deps =
|
|
||||||
https://github.com/takkaO/OpenFontRender
|
|
||||||
bblanchon/ArduinoJson@^6.21.2
|
|
||||||
https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
|
|
||||||
mathertel/OneButton @ ^2.0.3
|
|
||||||
arduino-libraries/NTPClient
|
|
||||||
M5StickC
|
|
||||||
Wire
|
|
||||||
lib_ignore =
|
|
||||||
TFT_eSPI
|
|
||||||
|
|
||||||
;--------------------------------------------------------------------
|
|
||||||
|
|
||||||
[env:TTGO-T-Display]
|
[env:TTGO-T-Display]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = esp32dev ;esp-wrover-kit
|
board = esp32dev ;esp-wrover-kit
|
||||||
@ -287,6 +377,8 @@ lib_deps =
|
|||||||
mathertel/OneButton @ ^2.0.3
|
mathertel/OneButton @ ^2.0.3
|
||||||
https://github.com/arduino-libraries/NTPClient
|
https://github.com/arduino-libraries/NTPClient
|
||||||
|
|
||||||
|
;--------------------------------------------------------------------
|
||||||
|
|
||||||
[env:M5-StampS3]
|
[env:M5-StampS3]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = m5stack-stamps3
|
board = m5stack-stamps3
|
||||||
@ -311,4 +403,4 @@ lib_ignore =
|
|||||||
TFT_eSPI
|
TFT_eSPI
|
||||||
SD
|
SD
|
||||||
rm67162
|
rm67162
|
||||||
SPI
|
SPI
|
Loading…
Reference in New Issue
Block a user