- 08 Jul, 2010 1 commit
-
-
Dean Camera authored
Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/.h set of files for clarity in the Incomplete BluetoothHost demo. Add a new stack callback for opened ACL channels, make the demo save the RFCOMM channel when opened so that it does not have to search for it on each iteration of the main program loop.
-
- 02 Jul, 2010 1 commit
-
-
Dean Camera authored
Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific functions that are more complicated than simple macros. Moved USB_Device_SendRemoteWakeup() to the new Device.c source file and corrected it to unfreeze and restart the USB controller clock before issuing a Remote Wakeup request. Removed the USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros, as they are now obsolete.
-
- 16 Jun, 2010 1 commit
-
-
Dean Camera authored
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as the new 1.7 Doxygen's default stylesheet is much better.
-
- 13 Jun, 2010 2 commits
-
-
Dean Camera authored
Split out the RFCOMM Control Channel command processing code into a seperate set of files for clarity.
-
Dean Camera authored
Rename the incomplete Bluetooth Host demo's ServiceDiscoveryProtocol.c/.h files to SDP.c/.h. Fix compile errors in RFCOMM.c/.h.
-
- 06 Jun, 2010 1 commit
-
-
Dean Camera authored
-
- 03 Jun, 2010 1 commit
-
-
Dean Camera authored
Reduce the size of the attribute search list from 15 ranges to 8 to save RAM.
-
- 01 Jun, 2010 1 commit
-
-
Dean Camera authored
-
- 26 May, 2010 3 commits
-
-
Dean Camera authored
Replace ring buffer library in Benito and USBtoSerial projects with the new lightweight ring buffer header to improve reliability.
-
Dean Camera authored
Create a new LightweightRingBuffer.h header file for the XPLAIN project to abstract out the new ring buffer without a performance penalty.
-
Dean Camera authored
The RingBuff library code has been replaced in the XPLAINBridge project with an ultra lightweight buffer to help improve the reliability of the bridge.
-
- 12 May, 2010 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 02 May, 2010 2 commits
-
-
Dean Camera authored
Switch back to C based timeout ISR in the AVRISP project - assembly version was failing, and only one or two cycles could be shaved off the compiler generated code.
-
Dean Camera authored
Change AVRISP project's timeout to be interrupt based again, but make the interrupt itself interruptable and use a seperate assembly file to hand-optimize the ISR code. Removed the cast to uint16_t on the set baud rate in the USBtoSerial project, so that the higher >1M baud rates can be selected (thanks to Steffan).
-
- 28 Apr, 2010 2 commits
-
-
Dean Camera authored
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent.
-
Dean Camera authored
-
- 27 Apr, 2010 1 commit
-
-
Dean Camera authored
Fix TeensyHID bootloader Doxygen configuration file's CREATE_SUBDIRS options set to true instead of false (thanks to Andrei Krainev).
-
- 18 Apr, 2010 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 15 Apr, 2010 1 commit
-
-
Dean Camera authored
Rename FunctionAttributes.h to Attributes.h, as some attributes are applicable to variables also. Add new ATTR_NOINIT attribute for global variables. Add the beginnings of a SDP implentation to the incomplete BluetoothHost demo. Add const attribute to the Mass Storage Host driver functions where it was applicable, but missing.
-
- 13 Apr, 2010 1 commit
-
-
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.
-
- 30 Mar, 2010 6 commits
-
-
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
-
- 29 Mar, 2010 1 commit
-
-
Dean Camera authored
-
- 25 Mar, 2010 1 commit
-
-
Dean Camera authored
-
- 24 Mar, 2010 1 commit
-
-
Dean Camera authored
Added hardware board driver support for the PJRC Teensy line of USB AVR boards.
-
- 23 Mar, 2010 1 commit
-
-
Dean Camera authored
-
- 24 Feb, 2010 1 commit
-
-
Dean Camera authored
-
- 22 Feb, 2010 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Make SPI and USART peripheral dispatch driver headers in preparation for a set of AVR32 peripheral drivers.
-
- 18 Feb, 2010 1 commit
-
-
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.
-
- 03 Feb, 2010 1 commit
-
-
Dean Camera authored
-
- 02 Feb, 2010 1 commit
-
-
Dean Camera authored
Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.
-
- 28 Jan, 2010 2 commits
-
-
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.
-