aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge
Commit message (Expand)AuthorAgeFilesLines
...
| * AppConfigHeaders: Merge in latest trunk.Dean Camera2012-05-211-3/+2
| |\
| * \ Merge in latest trunk.Dean Camera2012-05-2010-324/+50
| |\ \
| * \ \ Merge in latest trunk.Dean Camera2012-05-203-24/+18
| |\ \ \
| * | | | AppConfigHeaders: Make sure that in applications using an AppConfig.h configu...Dean Camera2012-05-154-2/+6
| * | | | AppConfigHeaders: Update several additional user projects to use configuratio...Dean Camera2012-05-126-33/+162
| * | | | Add branch for the conversion of demos to use standard C header files for con...Dean Camera2012-05-108-48/+42
* | | | | Remove legacy AS4 project files, now that they can be automatically generated...Dean Camera2012-05-271-1/+0
| |_|_|/ |/| | |
* | | | Oops - mask out the endpoint address direction when comparing the IN and OUT ...Dean Camera2012-05-211-1/+1
* | | | Fix AVRISP-MKII clone and XPLAINBridge projects not properly configuring the ...Dean Camera2012-05-211-3/+2
| |_|/ |/| |
* | | Alter the XPLAINBridge and AVRISP-MKII clone projects so that the descriptors...Dean Camera2012-05-208-322/+47
| |/ |/|
* | Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ...Dean Camera2012-05-201-21/+15
* | Minor documentation adjustments to the demos, projects and bootloaders to ens...Dean Camera2012-05-181-2/+2
* | Update project Doxygen and makefiles so that the resulting project documentat...Dean Camera2012-05-172-3/+3
* | Increased endpoint polling interval for all demos and projects to 5ms, as 1ms...Dean Camera2012-05-061-2/+2
* | Fix up static analysis build test so that inline suppressions for missing hea...Dean Camera2012-04-161-2/+0
* | Minor documentation improvements.Dean Camera2012-04-151-5/+0
* | Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-146-39/+40
|/
* Make Doxygen fail for any Doxygen output other than unsupported tags (as thes...Dean Camera2012-04-091-1/+1
* Pull out common options in the StaticAnalysisTest build test makefile into a ...Dean Camera2012-04-081-0/+1
* Only abort Doxygen documentation generation if a non-unsupported tag warning ...Dean Camera2012-03-091-1/+1
* Update Doxygen documentation build scripts to fail if any warnings are genera...Dean Camera2012-03-091-1/+3
* Update Doxygen configuration files to disable Markdown support.Dean Camera2012-03-081-1/+1
* Update Doxygen configuration files for all projects.Dean Camera2012-03-071-107/+356
* Update code and StaticAnlysisTest so that missingInclude warnings do not have...Dean Camera2012-03-041-2/+3
* Minor documentation fixes.Dean Camera2012-02-081-0/+1
* Updated the AVRISP-MKII Clone programmer project to be compatible with the la...Dean Camera2012-02-083-12/+16
* Update file contributor copyrights for 2012.Dean Camera2012-02-048-8/+8
* Update file header copyrights for 2012.Dean Camera2012-02-048-8/+8
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as t...Dean Camera2012-01-022-2/+2
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-234-4/+5
* Add missing SVN eol-style property to ensure that source code line endings an...Dean Camera2011-11-091-1/+1
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-192-5/+5
* Minor demo/project documentation and style fixes.Dean Camera2011-07-111-4/+4
* Add the GCC -fno-split-wide-types compile time option to some of the larger u...Dean Camera2011-07-061-0/+1
* Seperate out the device demos and project's configuration descriptor structur...Dean Camera2011-07-012-0/+6
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-201-2/+10
* Spell check library source code files.Dean Camera2011-06-011-1/+1
* Correct UC3 global interrupt functions.Dean Camera2011-04-081-1/+1
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-7/+7
* Updated the software USART code in the XPLAIN Bridge application so that the ...Dean Camera2011-03-151-2/+4
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+5
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-102-2/+3
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-062-11/+11
* Update copyright year on all source files.Dean Camera2011-01-018-16/+16
* Rename RingBuffer header functions and typedefs from RingBuff_* to RingBuffer...Dean Camera2010-12-312-7/+7
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-261-4/+4
* Make a new general RingBuffer.h misc library driver, instead of the per-appli...Dean Camera2010-12-265-216/+11
* Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to r...Dean Camera2010-12-241-1/+1
* Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects...Dean Camera2010-12-121-2/+12