mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-09-09 06:04:37 +08:00
Reverted 'mfr_id' to 'manufacturer_id'
Moved devices table definition to flashmem.h
Single global variable 'spi_flash_pages64k'
The local structure holding the actual device data is used in firmware.c only
difference in code:
```
text data bss dec hex filename
223189 138560 6067 367816 59cc8 ./armsrc/obj/fullimage.elf <--
|
||
---|---|---|
.. | ||
clocks.c | ||
clocks.h | ||
flashmem.c | ||
flashmem.h | ||
ldscript.common | ||
Makefile.common | ||
Makefile.hal | ||
ticks.c | ||
ticks.h | ||
usb_cdc.c | ||
usb_cdc.h |