We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83fb9bd commit a478f1eCopy full SHA for a478f1e
output/esp32.yaml
@@ -13,7 +13,7 @@ variants:
13
- Nvm:
14
range:
15
start: 0
16
- end: 8388608
+ end: 67108864
17
is_boot_memory: true
18
cores:
19
- main
src/main.rs
@@ -166,7 +166,7 @@ pub static FlashDevice: FlashDeviceDescription = FlashDeviceDescription {
166
dev_name: [0u8; 128],
167
dev_type: 5,
168
dev_addr: 0x0,
169
- device_size: u32::MAX, /* Set to max, is limited by NVM size */
+ device_size: 0x4000000, /* Max of 64MB */ // TODO change per variant?
170
page_size: 2048,
171
_reserved: 0,
172
empty: 0xFF,
0 commit comments