-
Notifications
You must be signed in to change notification settings - Fork 104
Task List
bvernoux edited this page Oct 11, 2014
·
281 revisions
- Refactoring of command "engine"
- HydraBus only:
- Add compatible BusPirate commands: MODE_INFO=i, MODE_START=[, MODE_STOP=], MODE_STARTR={, MODE_STOPTR=}, MODE_READ=r, MODE_CLK_HI=/, MODE_CLK_LO=, MODE_CLK_TK=^, MODE_DAT_HI=-, MODE_DAT_LO=_, MODE_DAT_RD=., MODE_BIT_RD=!
- New Bus mode configuration and management: Hiz
- Removed command ch_test to free lot of memory
- SD commands:
- Rewrite of command "ls" adding files & dir attribute and working like a real ls command.
- New commands: "cd", "pwd", "sd_rperfo"(to test sd performance)
- HydraBus only
- Add compatible BusPirate commands: MODE_INFO=i, MODE_START=[, MODE_STOP=], MODE_STARTR={, MODE_STOPTR=}, MODE_READ=r, MODE_CLK_HI=/, MODE_CLK_LO=, MODE_CLK_TK=^, MODE_DAT_HI=-, MODE_DAT_LO=_, MODE_DAT_RD=., MODE_BIT_RD=!
- New Bus mode configuration and management:
- SPI Parameters: SPI DevNum, Mode=Slave/Master, Baudrate, Polarity/Phase, NbBits, FirstBit=LSB/MSB
- I2C Parameters: I2C DevNum, Mode=Slave/Master, Baudrate, Address
- UART Parameters: UART DevNum, Baudrate ...
- "Smart" completion depending on command when TAB is pressed to simplify/speedup commands usage
- Cleanup whole source code using linux coding style.
- SD commands:
- New commands: "rm", "mkdir"
- Add Bus mode= 1-Wire, 2-Wire ... other TBD.
- CHANGELOG
- Console commands
- Binary mode guide
-
NFC/HydraNFC v1 guide
- Read UID of an ISO/IEC_14443 Tag
- Read UID and data of a MIFARE Ultralight Tag
- Read UID of an ISO/IEC 15693 Tag
- Emul ISO14443a Tag
- Emul MIFARE Ultralight Tag
- Emul Mifare Classic Tag
- Unique NFC sniffer design
- Launch NFC sniffer from console
- Sniffer ISO14443A wireshark pcap
- Autonomous/stand-alone sniffer mode
- Sniffer ISO14443A real-time infinite trace mode
- HydraFW-HydraNFC-v1.x-TRF7970A-Tutorial