mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Extend spiffs area to full FLASH array except last two sectors (signature and reserve one for future use)
This commit is contained in:
parent
2ccfa187ab
commit
e3486e57b1
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
|
||||||
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
||||||
|
|
||||||
## [unreleased][unreleased]
|
## [unreleased][unreleased]
|
||||||
|
- Changed (extended) area accessible by spiffs into last page of FLASH (@piotrva)
|
||||||
- Changed flash-stored key dictionaries (Mifare, iClass, T55XX) and T55XX configurations to SPIFFS files (@piotrva)
|
- Changed flash-stored key dictionaries (Mifare, iClass, T55XX) and T55XX configurations to SPIFFS files (@piotrva)
|
||||||
- Changed `lf em 410x sim` to use default gap value of 0 and extended help (@piotrva)
|
- Changed `lf em 410x sim` to use default gap value of 0 and extended help (@piotrva)
|
||||||
- Changed `hf 14a info` - now identifies MIAFRE Duox (@iceman1001)
|
- Changed `hf 14a info` - now identifies MIAFRE Duox (@iceman1001)
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
# define FLASH_MEM_MAX_4K_SECTOR_P(p64k) (FLASH_MEM_MAX_SIZE_P(p64k) - 4096)
|
# define FLASH_MEM_MAX_4K_SECTOR_P(p64k) (FLASH_MEM_MAX_SIZE_P(p64k) - 4096)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define FLASH_RESERVED_TRAILING_4K_SECTORS 10
|
#define FLASH_RESERVED_TRAILING_4K_SECTORS 2
|
||||||
|
|
||||||
#ifndef FLASH_MEM_ID_LEN
|
#ifndef FLASH_MEM_ID_LEN
|
||||||
# define FLASH_MEM_ID_LEN 8
|
# define FLASH_MEM_ID_LEN 8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue