proxmark3/common_arm
ANTodorov 76aaef96cc
rework addressing the review comments
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 <-- c9e751d darkside: fix backdoor support

 223437  138624    6075  368136   59e08 ./armsrc/obj/fullimage.elf <-- this commit
 ======================================
   +248     +64      +8    +320
```
2024-11-20 14:10:02 +02:00
..
clocks.c Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
clocks.h Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
flashmem.c rework addressing the review comments 2024-11-20 14:10:02 +02:00
flashmem.h rework addressing the review comments 2024-11-20 14:10:02 +02:00
ldscript.common fix ldscript 2022-01-08 01:12:37 +01:00
Makefile.common Revert "Release v4.18994 - Backdoor" 2024-09-10 15:40:28 +02:00
Makefile.hal refactor: Renamed WITH_NO_COMPRESSION to WITH_COMPRESSION for consistent style 2024-09-04 22:48:55 +08:00
ticks.c fix ssp_clk sometimes resetting to 0 shortly after being started or reset 2024-11-04 22:04:05 +10:00
ticks.h added a ticks delta function, handles overflow situations much better 2024-02-20 06:51:29 +01:00
usb_cdc.c fixing the other loop types 2024-11-15 19:28:36 +01:00
usb_cdc.h improve cardhopper to improve reliability when parts of the packet are buffered 2024-11-02 19:53:23 +10:00