proxmark3/common_arm
ANTodorov bd803ce8fd
rework to use smart SPI flash detection
Check JEDEC ID is in range between 0x0001 ... 0xFFFE,
Compare the output from 0x90 and 0x9F,
Then the size from the JEDEC ID

Otherwise fall-back to 256 kB

Extend the spi_flash_decode.py to handle more (known) SPI flash ICs
2024-12-03 09:40:57 +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 to use smart SPI flash detection 2024-12-03 09:40:57 +02:00
flashmem.h rework to use smart SPI flash detection 2024-12-03 09:40:57 +02:00
ldscript.common fix ldscript 2022-01-08 01:12:37 +01:00
Makefile.common Revert "Release v4.19552 - Orca" 2024-11-22 12:15:19 +01: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