USB-RFID main firmware. Single-threaded

Dependencies:   MODSERIAL USBDevice mbed-rtos mbed

Fork of mbed_sv_firmware_mt by Super Vision

Changes

RevisionDateWhoCommit message
20:4cfa99e5d29c 2015-03-20 bob_tpc Changed VID/PID to use the pair assigned by Freescale:; VID = 0x0425 / PID = 0x0415 default tip
19:d3bef4fbab69 2015-03-09 bob_tpc Included second GPIO byte - see documentation link for bit assignments.
18:d128c7020292 2015-03-02 bob_tpc Move to new FW approach
17:1e704604e1ac 2015-03-01 bob_tpc Tested firmware with new boards - Change RFID_PWR for low active - Fixed EEPROM commands (now that h/w has EEPROM)
16:b6230e4d0ed8 2015-02-04 bob_tpc Looks like the registry read needs larger buffers - increased to 128 bytes over 32.
15:713c26178a7d 2015-02-04 bob_tpc change to cdc.writeBlock rather than cdc.putc. ; ; Changed end mark detection to allow the end-mark value (0x7E) to exist in the data payload.
14:174e2d7bc975 2015-01-23 bob_tpc Added CDC INF file in INF directory. NOTE that this file must have a TXT extension for this repository. RENAME it to sv.inf.
13:a390c4798a0d 2015-01-23 bob_tpc A few more description formatting fixes
12:d298b41bac0d 2015-01-23 bob_tpc more format fixes
11:984631a6e373 2015-01-23 bob_tpc Updated formatting on descriptions
10:55e35536d493 2015-01-23 bob_tpc Complete source with comments, bit definitions, etc.
9:046247707ffb 2015-01-22 bob_tpc Functionally complete. Still needs descriptions for each routine.
8:3313aa7f9082 2015-01-22 bob_tpc GPIO in progress
7:51f22f102ad7 2015-01-22 bob_tpc No change from commit a couple minutes ago.
6:2941452a0e6d 2015-01-22 bob_tpc Proximity r/w OK. Still working on GPIO (0xDD).
5:e77529f7ede3 2015-01-21 bob_tpc Added GPIO functions
4:13e3e375c0d3 2015-01-20 bob_tpc I2C EEPROM and Proximity commands added.
3:e8cc286f9b2e 2015-01-20 bob_tpc Included message send back to USB. Start of proximity/I2C messages.
2:efaf8aee55df 2015-01-19 bob_tpc Commented out debug messages
1:bd988d267998 2015-01-19 bob_tpc Updated comments
0:8604e9cc07f2 2015-01-19 bob_tpc USB-RFID Firmware