1 Star 0 Fork 0

esp-components/esp_littlefs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
partition_table_unit_test_app.csv 796 Bytes
一键复制 编辑 原始数据 按行查看 历史
Brian Pugh 提交于 2019-11-24 12:36 +08:00 . Add flash_test partition
# Special partition table for unit test app
#
# Name, Type, SubType, Offset, Size, Flags
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
nvs, data, nvs, 0x9000, 0x4000
otadata, data, ota, 0xd000, 0x2000
phy_init, data, phy, 0xf000, 0x1000
factory, 0, 0, 0x10000, 2M
# these OTA partitions are used for tests, but can't fit real OTA apps in them
# (done this way so tests can run in 2MB of flash.)
ota_0, 0, ota_0, , 64K
ota_1, 0, ota_1, , 64K
# flash_test partition used for SPI flash tests, WL FAT tests, and SPIFFS tests
fat_store, data, fat, , 528K
spiffs_store, data, spiffs, , 512K
flash_test, data, spiffs, , 512K
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/esp-components/esp_littlefs.git
git@gitee.com:esp-components/esp_littlefs.git
esp-components
esp_littlefs
esp_littlefs
master

搜索帮助