mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Merge pull request #1836 from cynix/patch-1
Add estimated FW size saving for SKIP_ZX8211
This commit is contained in:
commit
9a76ec8fb0
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ a series of `SKIP_*` allow to skip some of the functionalities and to get a smal
|
||||||
|SKIP_NFCBARCODE=1 | 1.4kb
|
|SKIP_NFCBARCODE=1 | 1.4kb
|
||||||
|SKIP_HFSNIFF=1 | 0.5kb
|
|SKIP_HFSNIFF=1 | 0.5kb
|
||||||
|SKIP_HFPLOT=1 | 0.3kb
|
|SKIP_HFPLOT=1 | 0.3kb
|
||||||
|SKIP_ZX8211=1 | unknown yet
|
|SKIP_ZX8211=1 | 0.3kb
|
||||||
|
|
||||||
So for example, at the time of writing, this is a valid `Makefile.platform` compiling an image for 256k:
|
So for example, at the time of writing, this is a valid `Makefile.platform` compiling an image for 256k:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue