Skip to content

Commit

Permalink
Merge pull request RfidResearchGroup#91 from nvx/iclass
Browse files Browse the repository at this point in the history
iClass support
  • Loading branch information
iceman1001 authored Jun 28, 2022
2 parents 17f3209 + 4bb28e8 commit 1132f71
Show file tree
Hide file tree
Showing 12 changed files with 722 additions and 35 deletions.
16 changes: 9 additions & 7 deletions Firmware/Chameleon-Mini/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/Chameleon-Mini.eep
/Chameleon-Mini.hex
/Chameleon-Mini.elf
/Chameleon-Mini.map
/Chameleon-Mini.bin
/Chameleon-Mini.lss
/Chameleon-Mini.sym
/Chameleon-*.eep
/Chameleon-*.hex
/Chameleon-*.elf
/Chameleon-*.map
/Chameleon-*.bin
/Chameleon-*.lss
/Chameleon-*.sym
/Bin/
dfu-programmer
dfu-programmer.exe
1 change: 1 addition & 0 deletions Firmware/Chameleon-Mini/Application/Application.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "EM4233.h"
#include "NTAG215.h"
#include "Sniff15693.h"
#include "IClass.h"

/* Function wrappers */
INLINE void ApplicationInit(void) {
Expand Down
Loading

0 comments on commit 1132f71

Please sign in to comment.