Migrate spi_flash WEAR_LEVELING_DRIVER to info.json (#21978)

This commit is contained in:
Joel Challis
2023-09-12 06:47:12 +01:00
committed by GitHub
parent 06cec720dd
commit 909054c357
38 changed files with 122 additions and 55 deletions
+4 -1
View File
@@ -10,7 +10,10 @@
"suspend_wakeup_delay": 400
},
"eeprom": {
"driver": "wear_leveling"
"driver": "wear_leveling",
"wear_leveling": {
"driver": "spi_flash"
}
},
"processor": "WB32FQ95",
"bootloader": "wb32-dfu",
+1 -1
View File
@@ -1 +1 @@
WEAR_LEVELING_DRIVER = spi_flash
# This file intentionally left blank