mulicheng / fx2lib

Library routines for creating firmware for the Cypress FX2 (CY7C68013 and variants) with SDCC

This URL has Read+Write access

fx2lib / CHANGELOG
100644 26 lines (24 sloc) 1.128 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
0.2
 * Change I2C routines to return FALSE intead of infinite loop possibility.
 * Addition of fx2load script to load eeprom information.
 * EEprom upload/download example.
 * New SETUP_TYPE macro
 * Removed printfs from setupdat module.
 * Add usb "other speed" descriptor handling to setupdat
 * Support for usb suspend/wakeup
 * Enhanced renumerate macro to handle properly when loading from eeprom
 * Addition of framework files. Allows quick starting of new firmware projects.
 * ihx2iic helper script. Allows easy converting of ihx files to iic for
   loading to eeprom.
 * New GPIF macros to set TC with 16 or 32 bit values.
 * Addtional enable/disable macros for endpoint interrupts.
 * Additional ep0 utilities (writeep0)
 * Additional i2c write functionality for i2c parts requiring different
   address width's or even no address data.
 * Correct fx2 register documentation.
 * Addition of serial io example.
 * Added cancel_i2c_trans extern bool to allow canceling a blocked i2c transaction.
 * FX1 development board debug light addresses.
 * Various other minor bug fixes/optimizations.
 
0.1
 * Initial Release.