029785ff1d
- Changed flash size configuration from 16MB to 4MB and updated partition table filename. - Introduced two gateway channels with UART configurations for communication. - Added support for gateway cache and startup services including BLE and Wi-Fi. - Enabled SPI RAM and configured its parameters for better memory management. - Enhanced the gateway bridge service to handle generated Modbus points more efficiently. - Refactored the gateway Modbus component to improve point management and added new methods for point description and generation. - Implemented a new Gateway485ControlBridge for handling 485 control communication with UART. - Added necessary files for the 485 control bridge including configuration and implementation. Signed-off-by: Tony <tonylu@tony-cloud.com>
7 lines
270 B
CSV
7 lines
270 B
CSV
# Name, Type, SubType, Offset, Size, Flags
|
|
nvs, data, nvs, 0x9000, 0x6000,
|
|
otadata, data, ota, 0xf000, 0x2000,
|
|
phy_init, data, phy, 0x11000, 0x1000,
|
|
factory, app, factory, 0x20000, 0x200000,
|
|
storage, data, spiffs, 0x220000, 0x180000,
|