@@ -14,7 +14,7 @@ __attribute__((section(".config"))) __attribute__((used)) //
14
14
const uint32_t configData [] = {
15
15
/* CF2 START */
16
16
513675505 , 539130489 , // magic
17
- 55 , 100 , // used entries, total entries
17
+ 57 , 100 , // used entries, total entries
18
18
1 , 0x2e , // PIN_ACCELEROMETER_INT = PC14
19
19
2 , 0x16 , // PIN_ACCELEROMETER_SCL = PIN_D6
20
20
3 , 0x17 , // PIN_ACCELEROMETER_SDA = PIN_D7
@@ -70,9 +70,11 @@ const uint32_t configData[] = {
70
70
208 , 0x16e42d61 , // BOOTLOADER_BOARD_ID = 0x16e42d61
71
71
209 , 0x57755a57 , // UF2_FAMILY = STM32F401
72
72
210 , 0x10 , // PINS_PORT_SIZE = PA_16
73
+ 211 , 0x1 , // BOOTLOADER_PROTECTION = 1
74
+ 212 , 0x78 , // timeout = 120
73
75
0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ,
74
76
0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ,
75
- 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ,
77
+ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ,
76
78
/* CF2 END */
77
79
};
78
80
#endif
0 commit comments