mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Extending SPIFFS into last page of the SPI FLASH
This commit is contained in:
parent
825dea27a0
commit
d1db0aa799
2 changed files with 4 additions and 1 deletions
|
@ -48,6 +48,8 @@
|
|||
# define FLASH_MEM_MAX_4K_SECTOR_P(p64k) (FLASH_MEM_MAX_SIZE_P(p64k) - 4096)
|
||||
#endif
|
||||
|
||||
#define FLASH_RESERVED_TRAILING_4K_SECTORS 10
|
||||
|
||||
#ifndef FLASH_MEM_ID_LEN
|
||||
# define FLASH_MEM_ID_LEN 8
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue