USB-RFID main firmware. Single-threaded
Dependencies: MODSERIAL USBDevice mbed-rtos mbed
Fork of mbed_sv_firmware_mt by
History
Changed VID/PID to use the pair assigned by Freescale:; VID = 0x0425 / PID = 0x0415
2015-03-20, by bob_tpc [Fri, 20 Mar 2015 23:15:19 +0000] rev 20
Changed VID/PID to use the pair assigned by Freescale:; VID = 0x0425 / PID = 0x0415
Included second GPIO byte - see documentation link for bit assignments.
2015-03-09, by bob_tpc [Mon, 09 Mar 2015 18:55:19 +0000] rev 19
Included second GPIO byte - see documentation link for bit assignments.
Move to new FW approach
2015-03-02, by bob_tpc [Mon, 02 Mar 2015 17:00:37 +0000] rev 18
Move to new FW approach
Tested firmware with new boards - Change RFID_PWR for low active - Fixed EEPROM commands (now that h/w has EEPROM)
2015-03-01, by bob_tpc [Sun, 01 Mar 2015 02:53:23 +0000] rev 17
Tested firmware with new boards - Change RFID_PWR for low active - Fixed EEPROM commands (now that h/w has EEPROM)
Looks like the registry read needs larger buffers - increased to 128 bytes over 32.
2015-02-04, by bob_tpc [Wed, 04 Feb 2015 02:33:11 +0000] rev 16
Looks like the registry read needs larger buffers - increased to 128 bytes over 32.
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.
2015-02-04, by bob_tpc [Wed, 04 Feb 2015 02:00:46 +0000] rev 15
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.
Added CDC INF file in INF directory. NOTE that this file must have a TXT extension for this repository. RENAME it to sv.inf.
2015-01-23, by bob_tpc [Fri, 23 Jan 2015 02:29:14 +0000] rev 14
Added CDC INF file in INF directory. NOTE that this file must have a TXT extension for this repository. RENAME it to sv.inf.
A few more description formatting fixes
2015-01-23, by bob_tpc [Fri, 23 Jan 2015 01:58:21 +0000] rev 13
A few more description formatting fixes
more format fixes
2015-01-23, by bob_tpc [Fri, 23 Jan 2015 01:55:34 +0000] rev 12
more format fixes
Updated formatting on descriptions
2015-01-23, by bob_tpc [Fri, 23 Jan 2015 01:52:18 +0000] rev 11
Updated formatting on descriptions
