..
obj
Standalone
rename few CMD_* to get some less diversity
2019-08-03 19:48:02 +02:00
appmain.c
remove more dummy cmds
2019-08-03 22:52:32 +02:00
apps.h
chg: renaming a struct
2019-07-27 21:15:43 +02:00
BigBuf.c
Simplify color & banner logic
2019-04-30 13:02:27 +02:00
BigBuf.h
buzzer.c
buzzer.h
des.c
Reduce some var scopes
2019-06-07 18:41:39 +02:00
des.h
desfire_crypto.c
Remove aes.c in favor of mbedtls implementation.
2019-07-12 23:48:54 +02:00
desfire_crypto.h
desfire_key.c
desfire_key.h
epa.c
more ARRAYLEN
2019-08-01 00:14:09 +02:00
epa.h
felica.c
more ARRAYLEN
2019-08-01 00:14:09 +02:00
flashmem.c
Fix momentarily flash read/write of dicts
2019-08-02 20:48:44 +02:00
flashmem.h
ADD: Early SPIFFS implementation see #257 , UPDATE HF_COLIN accordingly
2019-07-22 22:56:06 +02:00
fonts.c
fonts.h
fpgaloader.c
MF_DBGLEVEL => DBGLEVEL (pm3 side)
2019-06-06 10:05:09 +02:00
fpgaloader.h
frozen.c
style
2019-08-01 11:15:39 -04:00
frozen.h
style
2019-08-01 11:15:39 -04:00
hfsnoop.c
replace usb_poll_validate_length() by data_available() that supports USART too
2019-06-03 00:01:08 +02:00
hitag2.c
make style
2019-08-03 20:20:08 +02:00
hitag2.h
Remove unused oldarg in SniffHitag
2019-05-13 12:27:00 +02:00
hitag2_crypto.c
hitag2_crypto.h
hitagS.c
remove some cppcheck warnings
2019-06-12 06:41:23 -07:00
hitagS.h
iclass.c
style
2019-08-05 12:01:11 -04:00
iso14443a.c
make hf search robust to various HF configurations
2019-08-03 22:14:12 +02:00
iso14443a.h
make hf search robust to various HF configurations
2019-08-03 22:14:12 +02:00
iso14443b.c
Reduce some var scopes
2019-06-07 18:41:39 +02:00
iso14443b.h
MF_DBGLEVEL => DBGLEVEL (pm3 side)
2019-06-06 10:05:09 +02:00
iso15693.c
typos
2019-07-23 21:40:01 +02:00
LCD.c
LCD.h
ldscript
remove tabs
2019-07-24 00:52:24 +02:00
legicrf.c
convert NG
2019-06-13 12:28:30 -04:00
legicrf.h
legicrfsim.c
replace usb_poll_validate_length() by data_available() that supports USART too
2019-06-03 00:01:08 +02:00
legicrfsim.h
lfops.c
make style
2019-08-03 20:20:08 +02:00
lfsampling.c
make style
2019-07-13 00:38:30 +02:00
lfsampling.h
units
2019-05-09 01:07:34 +02:00
Makefile
ARM Makefile: softer dependency on fpga_compress
2019-08-04 21:33:57 +02:00
mifarecmd.c
rename few CMD_* to get some less diversity
2019-08-03 19:48:02 +02:00
mifarecmd.h
mifaredesfire.c
Remove aes.c in favor of mbedtls implementation.
2019-07-12 23:48:54 +02:00
mifaredesfire.h
mifaresim.c
rename few CMD_* to get some less diversity
2019-08-03 19:48:02 +02:00
mifaresim.h
remove tabs
2019-07-24 00:52:24 +02:00
mifaresniff.c
remove tabs
2019-07-24 00:52:24 +02:00
mifaresniff.h
mifareutil.c
remove tabs
2019-07-24 00:52:24 +02:00
mifareutil.h
chf: hf mf eget\nhf mf eset\nhf mf eclr - uses NG
2019-05-27 07:46:27 -04:00
nprintf.c
style
2019-08-01 11:15:39 -04:00
nprintf.h
style
2019-08-01 11:15:39 -04:00
optimized_cipher.c
Reduce some var scopes
2019-06-07 18:41:39 +02:00
optimized_cipher.h
pcf7931.c
pcf7931.h
printf.c
Reduce some var scopes
2019-06-07 18:41:39 +02:00
printf.h
spiffs.c
typo
2019-07-23 21:48:09 +02:00
spiffs.h
fix hf_bog standalone mode compilation
2019-07-24 01:04:06 +02:00
spiffs_cache.c
make style
2019-07-23 21:33:52 +02:00
spiffs_check.c
make style
2019-07-23 21:33:52 +02:00
spiffs_config.h
make style
2019-07-23 21:33:52 +02:00
spiffs_gc.c
make style
2019-07-23 21:33:52 +02:00
spiffs_hydrogen.c
make style
2019-07-23 21:33:52 +02:00
spiffs_nucleus.c
cppcheck fix: Checking if unsigned variable 'len_to_read' is less than zero.
2019-08-05 00:12:35 +02:00
spiffs_nucleus.h
make style
2019-07-23 21:33:52 +02:00
start.c
string.c
style
2019-08-01 11:15:39 -04:00
string.h
style
2019-08-01 11:15:39 -04:00
thinfilm.c
thinfilm simulation when on battery
2019-08-03 22:37:01 +02:00
thinfilm.h
chg: legic cmds uses return macros.
2019-08-03 23:36:55 +02:00
ticks.c
clarifications and minor changes in slow clock related operations:
2019-08-06 13:09:48 +02:00
ticks.h
rework usart RX timings
2019-05-22 23:30:52 +02:00
util.c
clarifications and minor changes in slow clock related operations:
2019-08-06 13:09:48 +02:00
util.h
replace usb_poll_validate_length() by data_available() that supports USART too
2019-06-03 00:01:08 +02:00
vtsend.c
vtsend.h