From 6fdb5f190beae5bf63fcf343a11fe87a06700fbd Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 10 Jul 2021 09:31:53 +0200 Subject: [PATCH] text --- doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md b/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md index d2b934e98..b28fcf64e 100644 --- a/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md +++ b/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md @@ -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