From 76846ae1869c51aaeceaf1e22acac7f13e889198 Mon Sep 17 00:00:00 2001 From: cynix Date: Thu, 8 Dec 2022 00:09:43 +1100 Subject: [PATCH] Add estimated FW size saving for SKIP_ZX8211 Signed-off-by: cynix --- doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md | 2 +- 1 file changed, 1 insertion(+), 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 ba53d3aaf..06040b59e 100644 --- a/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md +++ b/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md @@ -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_HFSNIFF=1 | 0.5kb |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: ```