Add architecture guards to all architecture-specific files, so that they can be bulk...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost /
2012-03-09 Dean CameraOnly abort Doxygen documentation generation if a non...
2012-03-09 Dean CameraUpdate Doxygen documentation build scripts to fail...
2012-03-08 Dean CameraUpdate Doxygen configuration files to disable Markdown...
2012-03-07 Dean CameraUpdate Doxygen configuration files for all projects.
2012-02-28 Dean CameraFix warnings and errors found by the new cppcheck provi...
2012-02-24 Dean CameraMinor documentation fixes - change \note entries to...
2012-02-04 Dean CameraUpdate file contributor copyrights for 2012.
2012-02-04 Dean CameraUpdate file header copyrights for 2012.
2012-02-01 Dean CameraMinor documentation improvements.
2011-09-21 Dean CameraAdd project name to the Doxygen makefile target output.
2011-08-22 Dean CameraRenamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().
2011-07-19 Dean CameraRemoved the ENDPOINT_DESCRIPTOR_DIR_* macros in favour...
2011-07-08 Dean CameraUpdated all host mode demos and projects to use the...
2011-06-30 Dean CameraPull out Android Accessory Mode functions into a sepera...
2011-06-20 Dean CameraAdd new "checksource" target to the library makefiles...
2011-06-05 Dean CameraMassive corrections to the project documentation and...
2011-06-05 Dean CameraFixed compile errors in the incomplete BluetoothHost...
2011-06-01 Dean CameraSpell check library source code files.
2011-04-10 Dean CameraRemove redundant type information for bitfield elements...
2011-03-21 Dean CameraF_CLOCK changed to F_USB to be more descriptive, and...
2011-02-19 Dean CameraAdd new ARCH option to the makefiles to (eventually...
2011-01-30 Dean CameraRenamed all driver termination *_ShutDown() functions...
2011-01-30 Dean CameraRemoved SerialStream module, rolled functionality into...
2011-01-10 Dean CameraAltered all endpoint/pipe stream transfers so that...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-11-02 Dean CameraFix XPLAINBridge code broken during the changes to...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-09-30 Dean CameraReverted Endpoint/Pipe non-sequential configuration...
2010-09-24 Dean CameraRemove dfu-programmer program switches, to ensure maxim...
2010-09-24 Dean CameraAdded the --suppress-bootloader-mem option to the makef...
2010-09-22 Dean CameraReverted modifications to USBInterrupt.h that were...
2010-09-15 Dean CameraMake project makefiles correctly clean intermeditary...
2010-08-08 Dean CameraFix invocations of avr-size in all makefiles broken...
2010-08-02 Dean CameraHide the PROGMEM attribute from Doxygen, as it appears...
2010-07-30 Dean CameraOops - fix mixed "initialize" and "initialise" - opt...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-29 Dean CameraSpell check all source files once again to find any...
2010-07-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-07-18 Dean CameraChange over all makefiles to use C99 standards mode...
2010-07-15 Dean CameraDisable strict aliasing explicitly in the project makef...
2010-07-15 Dean CameraRemoved the automated checking of event names in the...
2010-07-12 Dean CameraAdd missing eol-style properties to new source files.
2010-07-12 Dean CameraAdd missing clean_doxygen phony targets to the project...
2010-07-11 Dean CameraCorrect misspellings in the Bluetooth demo code.
2010-07-11 Dean CameraAdd more doxygen function documentation to the RFCOMM...
2010-07-11 Dean CameraOops - ACL layer Bluetooth_SendPacket() function should...
2010-07-11 Dean CameraRename Bluetooth stack function parameters to clearly...
2010-07-08 Dean CameraAdd a new RFCOMM_ChannelOpened() callback event for...
2010-07-08 Dean CameraAdd a new RFCOMM service callback for when new data...
2010-07-08 Dean CameraMove out Bluetooth stack callback functions to a sepera...
2010-07-02 Dean CameraAdded new Drivers/USB/LowLevel/Device.c file to house...
2010-07-02 Dean CameraMove out RFCOMM channel structure init code to a sepera...
2010-06-29 Dean CameraAdd RFCOMM service routine, to send pending configurati...
2010-06-26 Dean CameraMake Bluetooth ACL channel searches skip over closed...
2010-06-23 Dean CameraSplit RFCOMM channel signals into Remote and Local...
2010-06-23 Dean CameraAdd TEST RFCOMM command handler. Remove the RFCOMM...
2010-06-22 Dean CameraUse a bitmask instead of an array of bools in the SDP...
2010-06-22 Dean CameraAdded new pgm_read_ptr() macro to Common.h for reading...
2010-06-15 Dean CameraRename RFCOMM_GetFrameDataLength() to RFCOMM_GetVariabl...
2010-06-15 Dean CameraChanged the RFCOMM-specific ItemProtocolChannel_t type...
2010-06-15 Dean CameraAdd RFCOMM channel configuration parsing and channel...
2010-06-13 Dean CameraSplit out the RFCOMM Control Channel command processing...
2010-06-13 Dean CameraRename the incomplete Bluetooth Host demo's ServiceDisc...
2010-06-13 Dean CameraMore RFCOMM layer additions - begin to add multiplexer...
2010-06-12 Dean CameraMinor fixes to demos to add in some missing comments...
2010-06-07 Dean CameraAdd stub RFCOMM command handlers. Move out RFCOMM frame...
2010-06-07 Dean CameraMore RFCOMM layer implementation - fix FCS calculation...
2010-06-07 Dean CameraMake the RFCOMM_SendFrame() function correctly generate...
2010-06-06 Dean CameraRefactor out RFCOMM packet send code into a seperate...
2010-06-06 Dean CameraAdd the svn:eol-style property onto new files which...
2010-06-04 Dean CameraDocument Bluetooth files with overall file Doxygen...
2010-06-03 Dean CameraMore documentation fixes.
2010-06-03 Dean CameraMinor documentation cleanups.
2010-06-03 Dean CameraStart implementation of RFCOMM decoding layer. Add...
2010-06-03 Dean CameraDelay needed in bluetooth code due to the send function...
2010-06-03 Dean CameraExtra protocol value in the RFCOMM protocol is the...
2010-06-03 Dean CameraAdd PSM value to the RFCOMM service so that the host...
2010-06-03 Dean CameraAdd start of RFCOMM service layer to the incomplete...
2010-06-02 Dean CameraFix byte ordering of UUIDs in the SDP server - host...
2010-06-02 Dean CameraThe SDP UUID lists should be searched and ALL UUIDs...
2010-06-02 Dean CameraAdd L2CAP service attribute table. Fix up ProtocolDescr...
2010-06-01 Dean CameraClean up the Service tables, add incomplete ProtocolDes...
2010-06-01 Dean CameraRemove incorrect Language ID offset attribute from...
2010-06-01 Dean CameraService Attribute SDP requests should have only one...
2010-06-01 Dean CameraDocument inline SDP data read/write functions.
2010-06-01 Dean CameraMuch faster attribute range lookup - look through short...
2010-06-01 Dean CameraFix the encoding of UUIDs in the SDP server so that...
2010-06-01 Dean CameraMove SDP service tables out into a new set of files...
2010-06-01 Dean CameraAdd Service Attribute request processing to the SDP...
2010-05-31 Dean CameraFix endianness issues in the Service Discovery Protocol...
2010-05-29 Dean CameraFixed incorrect signature for the ATMEGA32U2 in the...
2010-05-25 Dean CameraFixed RNDISEthernet demos crashing when calculating...
2010-05-23 Dean CameraAdd UUID Class matching to the Service Discovery Protoc...
2010-05-23 Dean CameraRemove obsolete entry from the Doxygen configuration...
2010-05-23 Dean CameraSDP Service improvements; fixed UUID for SDP service...
2010-05-21 Dean CameraAdd comments and partial Doxygen documentation to the...
2010-05-21 Dean CameraOops - when adding a sequence header to the SDP respons...
2010-05-21 Dean CameraAdd incomplete code to properly handle attribute respon...
next