Migrate WEAR_LEVELING_*_SIZE to info.json (#22010)

This commit is contained in:
Joel Challis
2023-09-14 00:13:19 +01:00
committed by GitHub
parent 36b4e290c8
commit 00feff656f
58 changed files with 89 additions and 120 deletions

View File

@@ -32,7 +32,6 @@
#define SPI_MOSI_PAL_MODE 5
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN C12
#define WEAR_LEVELING_BACKING_SIZE (8 * 1024)
/* I2C Config for LED Driver */
#define IS31FL3733_DRIVER_COUNT 2

View File

@@ -12,7 +12,8 @@
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash"
"driver": "spi_flash",
"backing_size": 8192
}
},
"processor": "WB32FQ95",