aboutsummaryrefslogtreecommitdiff
path: root/Projects/RelayBoard
AgeCommit message (Expand)Author
2010-07-18Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean
2010-07-15Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean
2010-07-15Removed the automated checking of event names in the demo, project and bootlo...Dean
2010-07-13Add first lot of AVRStudio project files for some of the library projects.Dean
2010-07-12Add missing clean_doxygen phony targets to the project makefiles.Dean
2010-07-02Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean
2010-05-23Remove obsolete entry from the Doxygen configuration files.Dean
2010-05-09Add new ReportType parameter to the HID class driver device callback and host...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-05-07Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean
2010-04-28Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean
2010-04-28USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean
2010-04-05Add user callback function to the Bluetooth host demo to filter out connectio...Dean
2010-03-31Add RelayBoard project patch from OBinou.Dean
2010-03-25All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean
2010-03-24Added new Relay Controller Board project (thanks to OBinou).Dean