mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
text
This commit is contained in:
parent
e375d10eb2
commit
6fdb5f190b
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,7 @@ If you have installed a Blue Shark add-on on your RDV4, define `PLATFORM_EXTRAS=
|
|||
|
||||
## STANDALONE
|
||||
|
||||
The RRG/Iceman fork gives you to easily choose which standalone mode to embed in the firmware.
|
||||
The RRG/Iceman repository gives you to easily choose which standalone mode to embed in the firmware.
|
||||
|
||||
Here are the supported values you can assign to `STANDALONE` in `Makefile.platform`:
|
||||
|
||||
|
@ -136,6 +136,7 @@ a series of `SKIP_*` allow to skip some of the functionalities and to get a smal
|
|||
|SKIP_HFSNIFF=1 | 0.5kb
|
||||
|SKIP_HFPLOT=1 | 0.3kb
|
||||
|
||||
|
||||
So for example, at the time of writing, this is a valid `Makefile.platform` compiling an image for 256k:
|
||||
```
|
||||
PLATFORM=PM3GENERIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue