2022-06-01 09:10:49 +00:00
|
|
|
[env:m5stack-coreink]
|
|
|
|
extends = esp32_base
|
|
|
|
board = m5stack-coreink
|
2024-05-12 20:43:47 +00:00
|
|
|
board_check = true
|
2022-11-23 19:19:20 +00:00
|
|
|
build_src_filter =
|
|
|
|
${esp32_base.build_src_filter}
|
2022-06-01 09:10:49 +00:00
|
|
|
build_flags =
|
2022-11-23 19:19:20 +00:00
|
|
|
${esp32_base.build_flags} -I variants/m5stack_coreink
|
2022-06-01 09:10:49 +00:00
|
|
|
;-D RADIOLIB_VERBOSE
|
|
|
|
-Ofast
|
|
|
|
-D__MCUXPRESSO
|
2024-02-28 15:45:15 +00:00
|
|
|
-DEINK_DISPLAY_MODEL=GxEPD2_154_M09
|
|
|
|
-DEINK_WIDTH=200
|
|
|
|
-DEINK_HEIGHT=200
|
2022-11-23 19:19:20 +00:00
|
|
|
-DUSER_SETUP_LOADED
|
|
|
|
-DM5_COREINK
|
2022-06-01 18:30:21 +00:00
|
|
|
-DM5STACK
|
2022-06-01 09:10:49 +00:00
|
|
|
lib_deps =
|
|
|
|
${esp32_base.lib_deps}
|
2024-01-11 16:06:02 +00:00
|
|
|
zinggjm/GxEPD2@^1.5.3
|
2022-10-08 09:09:16 +00:00
|
|
|
lewisxhe/PCF8563_Library@^1.0.1
|
2022-11-23 19:19:20 +00:00
|
|
|
lib_ignore =
|
|
|
|
m5stack-coreink
|
|
|
|
monitor_filters = esp32_exception_decoder
|
2022-06-01 09:10:49 +00:00
|
|
|
board_build.f_cpu = 240000000L
|
|
|
|
upload_protocol = esptool
|
2024-05-12 20:43:47 +00:00
|
|
|
upload_port = /dev/ttyACM0
|