|
@@ -3,14 +3,16 @@
|
|
|
boards_dir = boards
|
|
|
|
|
|
[env:key800]
|
|
|
-platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream
|
|
|
-
|
|
|
+platform = espressif32 @ 6.9.0
|
|
|
+#feature/arduino-upstream
|
|
|
|
|
|
+board_build.f_cpu = 80000000L
|
|
|
board_bootloader.file = bootloader_qio_80m.bin
|
|
|
+board_build.bootloader = bootloader_qio_80m.bin
|
|
|
board = key800
|
|
|
framework = arduino
|
|
|
platform_packages =
|
|
|
- platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#master
|
|
|
+ platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
|
|
|
#2.0.0-rc1
|
|
|
board_build.mcu = esp32s2
|
|
|
description = SweProj KEY800
|
|
@@ -32,8 +34,9 @@ monitor_speed = 115200
|
|
|
|
|
|
build_type = debug
|
|
|
board_build.partitions = variants/key800/partitions.csv
|
|
|
+
|
|
|
BUILD_FLAGS = -I$PROJECT_DIR/boards/key800 -w
|
|
|
'-DCORE_HAS_LIBB64'
|
|
|
- '-DCORE_DEBUG_LEVEL=5'
|
|
|
- '-DLOG_LOCAL_LEVEL=5'
|
|
|
+ '-DCORE_DEBUG_LEVEL=1'
|
|
|
+ '-DLOG_LOCAL_LEVEL=1'
|
|
|
'-DHWVER=101'
|