feat!: updated partition table
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,4 +3,5 @@
|
||||
build
|
||||
sdkconfig.old
|
||||
desktop.ini
|
||||
.PVS-Studio
|
||||
.PVS-Studio
|
||||
sdkconfig
|
||||
8
partitions.csv
Normal file
8
partitions.csv
Normal file
@@ -0,0 +1,8 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
|
||||
nvs, data, nvs, , 0x6000,
|
||||
otadata, data, ota, , 0x2000,
|
||||
phy_init, data, phy, , 0x1000,
|
||||
ota_0, app, ota_0, , 3500K,
|
||||
ota_1, app, ota_1, , 3500K,
|
||||
storage, data,fat , , 1M,
|
||||
|
24
sdkconfig.defaults
Normal file
24
sdkconfig.defaults
Normal file
@@ -0,0 +1,24 @@
|
||||
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
||||
# Espressif IoT Development Framework (ESP-IDF) 5.5.2 Project Minimal Configuration
|
||||
#
|
||||
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
|
||||
CONFIG_BOOTLOADER_LOG_LEVEL_ERROR=y
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
|
||||
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|
||||
CONFIG_GPIO_CTRL_FUNC_IN_IRAM=y
|
||||
CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM=y
|
||||
CONFIG_GPTIMER_ISR_CACHE_SAFE=y
|
||||
CONFIG_I2C_ISR_IRAM_SAFE=y
|
||||
CONFIG_LEDC_CTRL_FUNC_IN_IRAM=y
|
||||
CONFIG_PCNT_CTRL_FUNC_IN_IRAM=y
|
||||
CONFIG_PCNT_ISR_IRAM_SAFE=y
|
||||
CONFIG_RMT_RECV_FUNC_IN_IRAM=y
|
||||
CONFIG_RMT_TX_ISR_CACHE_SAFE=y
|
||||
CONFIG_RMT_RX_ISR_CACHE_SAFE=y
|
||||
CONFIG_SPI_MASTER_IN_IRAM=y
|
||||
CONFIG_UART_ISR_IN_IRAM=y
|
||||
CONFIG_HTTPD_WS_SUPPORT=y
|
||||
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
|
||||
CONFIG_FREERTOS_HZ=1000
|
||||
CONFIG_LOG_DEFAULT_LEVEL_ERROR=y
|
||||
@@ -1 +1 @@
|
||||
1.0.0
|
||||
2.0.0
|
||||
Reference in New Issue
Block a user