mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 14:53:49 +01:00
bk72xx running out of flash
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
|
@@ -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
|
||||
}
|
||||
|
||||
|
@@ -3,7 +3,7 @@ esphome:
|
||||
friendly_name: $component_name
|
||||
|
||||
bk72xx:
|
||||
board: generic-bk7231n-qfn32-tuya
|
||||
board: generic-bk7252
|
||||
|
||||
logger:
|
||||
level: VERY_VERBOSE
|
||||
|
Reference in New Issue
Block a user