1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 89 additions and 120 deletions

View file

@ -22,7 +22,8 @@
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash"
"driver": "spi_flash",
"backing_size": 2048
}
},
"processor": "WB32F3G71",

View file

@ -25,7 +25,6 @@
/* External spi flash */
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN B14
#define WEAR_LEVELING_BACKING_SIZE 2048
/* SPI Config for LED Driver */
#define SPI_DRIVER SPIDQ

View file

@ -22,7 +22,8 @@
"eeprom": {
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash"
"driver": "spi_flash",
"backing_size": 2048
}
},
"processor": "WB32F3G71",