- Apr 13, 2010
-
-
Dean Camera authored
Document the Bluetooth ACL layer. Remove unneeded parameters from the signalling command processing routines. Change over the code so that the bluetooth packet data is read in by the stack rather than the user application, to make it more unform for sending/receiving, and so the library can handle incomming fragmentation in the future. Start Service Discovery Protocol decoding and processing.
-
- Mar 30, 2010
-
-
Dean Camera authored
Oops, incorrectly edited the Benito buttons driver file instead of the JM-DB-U2 buttons driver file. Fix up preprocessor guards in the new board driver files.
-
Dean Camera authored
-
Dean Camera authored
Add button support for the BENITO board target.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Mar 29, 2010
-
-
Dean Camera authored
-
- Mar 25, 2010
-
-
Dean Camera authored
-
- Mar 24, 2010
-
-
Dean Camera authored
Added hardware board driver support for the PJRC Teensy line of USB AVR boards.
-
- Mar 23, 2010
-
-
Dean Camera authored
-
- Feb 24, 2010
-
-
Dean Camera authored
-
- Feb 22, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Make SPI and USART peripheral dispatch driver headers in preparation for a set of AVR32 peripheral drivers.
-
- Feb 18, 2010
-
-
Dean Camera authored
Add uIP-split code to the Webserver project, so that each packet is split in half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory.
-
- Feb 03, 2010
-
-
Dean Camera authored
-
- Feb 02, 2010
-
-
Dean Camera authored
Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.
-
- Jan 28, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Add FatFS library to the Webserver project, extend the HTTP server so that it now serves files from the Dataflash. Add Mass Storage device mode class driver so that files can be loaded to the board Dataflash when inserted into a PC.
-
- Jan 27, 2010
-
-
Dean Camera authored
Add DHCP server to the Webserver demo for automatic network configuration. Correct uIP timer clock not tracking the correct timespan.
-
- Jan 25, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Fix TemperatureDataLogger and Webserver project builds.
-
Dean Camera authored
Fix Doxygen configuration files' input file exclusion filters.
-
Dean Camera authored
-
- Jan 24, 2010
-
-
Dean Camera authored
Enhance TemperatureDatalogger project -- add RTC capabilities so that data is logged along with the current time and date. Make logging interval configurable, set by a C# PC host application.
-
- Jan 21, 2010
-
-
Dean Camera authored
Fix up the incomplete Webserver project so that it integrates with the uIP stack correctly. Add simple HTTP webserver as a placeholder until FatFS can be integrated. Begin to look into the RNDIS Host Class Driver, which seems to crash on test hardware after many packets have been received.
-
- Jan 19, 2010
-
-
Dean Camera authored
-
Dean Camera authored
Changed XPLAINBridge project to be both a USB to USART bridge and a PDI programmer, based on the state of a mode select pin.
-
Dean Camera authored
Fixed a bug in the incomplete Webserver project, where the packet data was not being written to and read from the correct buffer address.
-
- Jan 12, 2010
-
-
Dean Camera authored
-
- Dec 30, 2009
-
-
Dean Camera authored
Add new TemperatureDataLogger project, a simple USB Mass Storage class Temperature Data Logger using the onboard Dataflash and Temperature sensor.
-
- Dec 27, 2009
-
-
Dean Camera authored
-
- Dec 24, 2009
-
-
Dean Camera authored
Complete combining of PDI and TPI target communication code files, stub out TINY NVM controller functions.
-
Dean Camera authored
-
Dean Camera authored
Combine AVRISP project TPI and PDI lib directories - these protocols use the same underlying XPROG wrapper for the host-to-programmer command wrapping.
-
- Dec 23, 2009
-
-
Dean Camera authored
Correct include paths and makefile for the AVRISP project now that the protocol handlers are in seperate directories.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Dec 20, 2009
-
-
Dean Camera authored
-