Migrate WEAR_LEVELING_* to info.json (#23077)
This commit is contained in:
parent
50c5403612
commit
4a64d47f12
52 changed files with 126 additions and 116 deletions
|
|
@ -27,6 +27,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define WS2812_PWM_PAL_MODE 1
|
||||
#define WS2812_DMA_STREAM STM32_DMA2_STREAM5
|
||||
#define WS2812_DMA_CHANNEL 6
|
||||
|
||||
#define WEAR_LEVELING_LOGICAL_SIZE 2048
|
||||
#define WEAR_LEVELING_BACKING_SIZE 4096
|
||||
|
|
|
|||
|
|
@ -11,6 +11,11 @@
|
|||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"eeprom": {
|
||||
"wear_leveling": {
|
||||
"backing_size": 4096
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"audio": false,
|
||||
"backlight": false,
|
||||
|
|
|
|||
|
|
@ -29,6 +29,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define WS2812_PWM_PAL_MODE 1
|
||||
#define WS2812_DMA_STREAM STM32_DMA2_STREAM5
|
||||
#define WS2812_DMA_CHANNEL 6
|
||||
|
||||
#define WEAR_LEVELING_LOGICAL_SIZE 2048
|
||||
#define WEAR_LEVELING_BACKING_SIZE 4096
|
||||
|
|
|
|||
|
|
@ -11,6 +11,11 @@
|
|||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"eeprom": {
|
||||
"wear_leveling": {
|
||||
"backing_size": 4096
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"audio": false,
|
||||
"backlight": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue