aboutsummaryrefslogtreecommitdiff
path: root/Bootloaders/DFU
AgeCommit message (Collapse)Author
2012-07-29Upgrade Doxygen configuration files to 1.8.1.2.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2425 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-29Enhance bootloader descriptor strings in the CDC and DFU bootloaders.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2424 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-15Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2405 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-14Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean
"lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process. Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked. Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2400 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-11Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ↵Dean
XPLAINBridge project AVRISP file include path to prevent build errors. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2398 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-07Reduce bootloader magic key to 16 bits to save FLASH space.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2386 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-29Fixed CDC and DFU bootloaders API page erase and write function failures ↵Dean
(thanks to Martin Lambert). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2377 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-26Clean up bootloader makefiles to make them a bit more readable.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2374 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-19Revert change to assembly file comment syntax; this apparently breaks on the ↵Dean
current AVR32 GNU assembler. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2355 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-17Re-add in DFU bootloader Manufacturer string, as the dfu-programmer utility ↵Dean
breaks if it is not present. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2352 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-17Replace C style comments in assembly code with true assembly comments for ↵Dean
consistency and to prevent it from confusing syntax highlighters. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2349 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-15Modify CDC and DFU bootloaders so that the various BootloaderAPI components ↵Dean
are in unique sections and mapped explicitly - this will ensure the API and signature entries are always linked at the correct explicit address. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2348 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-12Remove unused makefile macro from the DFU bootloader.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2340 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-09Clean up bootloader makefile comments.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2320 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-09Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the ↵Dean
JTAG_DISABLE() macro clearing all other bits in MCUSR when called. Moved the XPLAIN board specific bootloader entry condition code to the Application_Jump_Check() function of the DFU bootloader, added support for the original XPLAIN board to the CDC class bootloader. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2319 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-04Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵Dean
all application makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2306 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Clean up CORE build system module, use simple rather than recursive make ↵Dean
variables for internal constants and $(shell) derived values. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2289 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-01Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean
system. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2264 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-29Ensure the DFU bootloader disables and clears the activity LED toggle timer ↵Dean
when a soft-reset to application space is used. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2253 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27AppConfigHeaders: Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2246 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Remove legacy AS4 project files, now that they can be automatically ↵Dean
generated by the new maintenance script. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2245 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-21AppConfigHeaders: Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2236 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-21Turn off watchdog before jumping to the user application in the DFU and CDC ↵Dean
based bootloaders, for the specific case of /HWB being low during reset (where the bootloader will re-enter). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2233 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2228 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean
and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2224 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-18Minor documentation adjustments to the demos, projects and bootloaders to ↵Dean
ensure correct formatting of application device support. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2222 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-17Update project Doxygen and makefiles so that the resulting project ↵Dean
documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2221 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-17Update CDC and DFU class bootloader documentation with a device memory map ↵Dean
illustration. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2220 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-15AppConfigHeaders: Make sure that in applications using an AppConfig.h ↵Dean
configuration file, all application headers include the configuration file. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2218 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13AppConfigHeaders: Move out the last of the demo/app configurations into new ↵Dean
AppConfig.h header files. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2217 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13AppConfigHeaders: Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2206 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13Fixed CDC and DFU bootloaders API function offsets incorrect on some devices ↵Dean
(thanks to Rod DeMay). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2203 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-10AppConfigHeaders: Update bootloaders to use configuration header files, ↵Dean
rather than makefile defines. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2194 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-10Fix broken documentation in the CDC and DFU class bootloaders due to ↵Dean
Doxygen's confusion over the ATTR_NO_INIT attribute macro. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2193 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-10Add branch for the conversion of demos to use standard C header files for ↵Dean
configuration, rather than makefile defined macros. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2192 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-05Fixed incorrect DFU version number reported to the host in the DFU ↵Dean
bootloader descriptors. Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2179 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-29The library bootloaders will now correctly start the user application after ↵Dean
a watchdog-based application start, even if the /HWB line is held low externally during the reset phase. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2178 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-18Alter the bootloader section sizes to all be 8KB, to be in line with the ↵Dean
default AT90USB1287 fuses, as that is the default target MCU. Add instructions to the documentation to clarify this for the user (thanks to Georg Glock). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2169 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-15Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2162 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-14Fixed CDC and DFU bootloaders failing to compile when the bootloader section ↵Dean
size is 8KB or more (thanks to Georg Glock). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2154 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-09Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵Dean
these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2150 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-01Clean up Bootloader API tables.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2128 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-29Added additional bootloader API data to expose the bootloader start address ↵Dean
and class to the DFU and CDC class bootloaders. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2122 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Only abort Doxygen documentation generation if a non-unsupported tag warning ↵Dean
is encountered. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2104 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-09Update Doxygen documentation build scripts to fail if any warnings are ↵Dean
generated. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2101 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-08Fix corrupt Doxygen configuration files, update project names.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2099 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-08Update Doxygen configuration files to disable Markdown support.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2093 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-07Update Doxygen configuration files for all projects.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2087 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-24Minor documentation fixes - change \note entries to \warning where ↵Dean
appropriate and remove/update old documentation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2067 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file contributor copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2026 d5102386-fcda-11dd-9fdb-3debd5008f28