NEW: cleaning up in the StandAloneMode mods.
'hw version' - added a function to print out which mods is installed on the firmware (deviceside) New compiler flags are: # -DWITH_ICEMAN # -DWITH_LF_SAMYRUN # -DWITH_LF_PROXBRUTE # -DWITH_LF_HIDCORP # -DWITH_HF_YOUNG # -DWITH_HF_MATTYRUN The code behind them are NOT in this commit. They will come in there own files later on.
This commit is contained in:
@@ -21,10 +21,20 @@ APP_CFLAGS = -DWITH_CRC \
|
||||
-DWITH_ISO14443a \
|
||||
-DWITH_ICLASS \
|
||||
-DWITH_HFSNOOP \
|
||||
-DWITH_ISO14443a_StandAlone \
|
||||
-DWITH_HF_YOUNG \
|
||||
-DWITH_LF_SAMYRUN \
|
||||
-fno-strict-aliasing -ffunction-sections -fdata-sections
|
||||
### IMPORTANT - move the commented variable below this line
|
||||
# -DWITH_LCD \
|
||||
#
|
||||
# Standalone Mods
|
||||
#-------------------------------------------------------
|
||||
# -DWITH_ICEMAN
|
||||
# -DWITH_LF_SAMYRUN
|
||||
# -DWITH_LF_PROXBRUTE
|
||||
# -DWITH_LF_HIDCORP
|
||||
# -DWITH_HF_YOUNG
|
||||
# -DWITH_HF_MATTYRUN
|
||||
|
||||
SRC_LCD = fonts.c LCD.c
|
||||
SRC_LF = lfops.c hitag2.c hitagS.c lfsampling.c pcf7931.c lfdemod.c
|
||||
|
||||
Reference in New Issue
Block a user