This commit is contained in:
iceman1001 2021-07-10 09:31:53 +02:00
commit 6fdb5f190b

View file

@ -71,7 +71,7 @@ If you have installed a Blue Shark add-on on your RDV4, define `PLATFORM_EXTRAS=
## STANDALONE ## 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`: 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_HFSNIFF=1 | 0.5kb
|SKIP_HFPLOT=1 | 0.3kb |SKIP_HFPLOT=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:
``` ```
PLATFORM=PM3GENERIC PLATFORM=PM3GENERIC