Full version for Rev C Hardware Also needs modified USBDevice driver in SV repository

Dependencies:   MODSERIAL USBDevice_for_Rev_C_HW mbed

Fork of mbed_sv_firmware_with_init by Bob Recny

Changes

RevisionDateWhoCommit message
24:41e424031aba 2015-06-23 bob_tpc Now can read KL25Z unique ID and set it to the USB serial number; ; EEPROM strings for the USB Mfg and Description no longer supported. (There is a race condition in the USB drivers which prevent the EEPROM from *always* being read in time.) default tip
23:52504c8f63c5 2015-06-16 bob_tpc Minor updates
22:5707b236cbdb 2015-06-05 bob_tpc Full firmware for Rev C hardware
21:f3411eb63775 2015-04-02 bob_tpc Test code with proximity sensor init.
20:4cfa99e5d29c 2015-03-20 bob_tpc Changed VID/PID to use the pair assigned by Freescale:; VID = 0x0425 / PID = 0x0415
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