1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-12 06:43:48 +01:00

bk72xx running out of flash

This commit is contained in:
J. Nick Koston
2025-10-10 10:42:11 -10:00
parent f69b0d94bd
commit 8976ef3878
3 changed files with 3 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ ISOLATED_COMPONENTS = {
"mcp4725": "no YAML config to specify i2c bus id",
"mcp47a1": "no YAML config to specify i2c bus id",
"modbus_controller": "Defines multiple modbus buses for testing client/server functionality - conflicts with package modbus bus",
"neopixelbus": "RMT type conflict with ESP32 Arduino/ESP-IDF headers (enum vs struct rmt_channel_t)",
"packages": "cannot merge packages",
}

View File

@@ -43,6 +43,7 @@ from script.merge_component_configs import merge_component_configs
PLATFORM_MAX_GROUP_SIZE = {
"esp8266-ard": 10, # ESP8266 Arduino has limited IRAM
"esp8266-idf": 10, # ESP8266 IDF also has limited IRAM
# BK72xx now uses BK7252 board (1.62MB flash vs 1.03MB) - no limit needed
# Other platforms can handle larger groups
}

View File

@@ -3,7 +3,7 @@ esphome:
friendly_name: $component_name
bk72xx:
board: generic-bk7231n-qfn32-tuya
board: generic-bk7252
logger:
level: VERY_VERBOSE