pub/USBasp.git
12 years agoTag the LUFA-130303 release. LUFA-130303
Dean Camera [Sun, 3 Mar 2013 10:36:56 +0000 (10:36 +0000)]
Tag the LUFA-130303 release.

12 years agoAdd transform to update the VSIX extension version automatically when built.
Dean Camera [Sat, 5 Jan 2013 13:11:49 +0000 (13:11 +0000)]
Add transform to update the VSIX extension version automatically when built.

12 years agoAdd Atmel Studio Extension (VSIX) packaging files and scripts.
Dean Camera [Sat, 5 Jan 2013 11:18:49 +0000 (11:18 +0000)]
Add Atmel Studio Extension (VSIX) packaging files and scripts.

12 years agoMove out Studio Integration XML transform files to their own directory for neatness.
Dean Camera [Thu, 3 Jan 2013 16:16:45 +0000 (16:16 +0000)]
Move out Studio Integration XML transform files to their own directory for neatness.

12 years agoUpdate Studio Integration XML transform files to add top-level descriptions for each...
Dean Camera [Thu, 3 Jan 2013 16:08:44 +0000 (16:08 +0000)]
Update Studio Integration XML transform files to add top-level descriptions for each transform. Update module transform to remove spacing between modules in the generated document and to remove the unused doxygen-entry-point nodes once they have been converted into online and offline documentation nodes.

12 years agoEnsure that the core USB driver source filenames are not duplicated in the LUFA_SRC_U...
Dean Camera [Thu, 3 Jan 2013 14:09:26 +0000 (14:09 +0000)]
Ensure that the core USB driver source filenames are not duplicated in the LUFA_SRC_USB makefile variable of the LUFA sources build module, so that parallel builds still work.

12 years agoSplit up USB source files in lufa_sources.mk build system module so that applications...
Dean Camera [Thu, 3 Jan 2013 13:44:00 +0000 (13:44 +0000)]
Split up USB source files in lufa_sources.mk build system module so that applications can pull in mode-specific USB support rather than having to compile all files even if it is known they will not be used.

12 years agoMinor documentation improvements.
Dean Camera [Thu, 3 Jan 2013 12:11:02 +0000 (12:11 +0000)]
Minor documentation improvements.

12 years agoAdd missing include to the USB driver core mode header file.
Dean Camera [Thu, 3 Jan 2013 12:07:16 +0000 (12:07 +0000)]
Add missing include to the USB driver core mode header file.

12 years agoUpdate maintenence validation target to also generate Atmel Studio integration files.
Dean Camera [Thu, 3 Jan 2013 11:42:25 +0000 (11:42 +0000)]
Update maintenence validation target to also generate Atmel Studio integration files.

12 years agoUpdate copyright year to 2013.
Dean Camera [Thu, 3 Jan 2013 11:37:33 +0000 (11:37 +0000)]
Update copyright year to 2013.

12 years agoUpgrade Doxygen configuration files to the latest Doxygen version.
Dean Camera [Thu, 3 Jan 2013 11:32:19 +0000 (11:32 +0000)]
Upgrade Doxygen configuration files to the latest Doxygen version.

12 years agoRemove unsupported devices from the BootloaderTest build test.
Dean Camera [Thu, 3 Jan 2013 11:30:57 +0000 (11:30 +0000)]
Remove unsupported devices from the BootloaderTest build test.

12 years agoFixed hardware race condition that could cause failed device enumerations for AVR8...
Dean Camera [Thu, 3 Jan 2013 10:53:47 +0000 (10:53 +0000)]
Fixed hardware race condition that could cause failed device enumerations for AVR8 and UC3 architectures (thanks to Mike Beyhs).

Fixed incorrect Minimus board LED definitions (thanks to Joonas Lahtinen).

Fixed incorrect LED masks for received data display in the Device GenericHID demos (thanks to Denys Berkovskyy).

12 years agoRemove support for devices that were not put into production.
Dean Camera [Thu, 3 Jan 2013 10:49:44 +0000 (10:49 +0000)]
Remove support for devices that were not put into production.

12 years agoAdd Atmel Studio integration files.
Dean Camera [Thu, 3 Jan 2013 10:40:35 +0000 (10:40 +0000)]
Add Atmel Studio integration files.

12 years agoMinor typo corrections.
Dean Camera [Wed, 2 Jan 2013 19:31:08 +0000 (19:31 +0000)]
Minor typo corrections.

12 years agoMinor documentation improvements.
Dean Camera [Mon, 12 Nov 2012 18:45:59 +0000 (18:45 +0000)]
Minor documentation improvements.

12 years agoRemove dependency on the "bc" command line calculator tool in the bootloaders to...
Dean Camera [Sat, 10 Nov 2012 16:47:04 +0000 (16:47 +0000)]
Remove dependency on the "bc" command line calculator tool in the bootloaders to make compiling on Windows easier with only MinGW.

12 years agoMake "HighByte" variable in the CDC Bootloader a uint8_t rather than a bool to be...
Dean Camera [Sun, 28 Oct 2012 13:56:14 +0000 (13:56 +0000)]
Make "HighByte" variable in the CDC Bootloader a uint8_t rather than a bool to be more semantically correct, since it is bitwise ORed to obtain a byte address in the AVR's flash memory.

12 years agoAdd troubleshooting page to the build system section of the documentation.
Dean Camera [Sun, 28 Oct 2012 13:53:55 +0000 (13:53 +0000)]
Add troubleshooting page to the build system section of the documentation.

12 years agoIncreased throughput in the USBtoSerial project now that data transmission is non...
Dean Camera [Sat, 20 Oct 2012 11:31:24 +0000 (11:31 +0000)]
Increased throughput in the USBtoSerial project now that data transmission is non-blocking (thanks to Joseph Lacerte).

12 years agoMinor cleanup of the CDC bootloader.
Dean Camera [Sat, 20 Oct 2012 11:27:18 +0000 (11:27 +0000)]
Minor cleanup of the CDC bootloader.

12 years agoClean up unnecessary CPPCheck static analysis suppression comments, force Doxygen...
Dean Camera [Sun, 14 Oct 2012 20:18:46 +0000 (20:18 +0000)]
Clean up unnecessary CPPCheck static analysis suppression comments, force Doxygen and GCC compiler specific macros as being always undefined when performing a static analysis of the code.

12 years agoFixed maximum allowed keyboard key code usage of 0x65 rather than 0xFF for the HID_DE...
Dean Camera [Sun, 14 Oct 2012 13:58:08 +0000 (13:58 +0000)]
Fixed maximum allowed keyboard key code usage of 0x65 rather than 0xFF for the HID_DESCRIPTOR_KEYBOARD() macro (thanks to David Monro)

12 years agoFixed incorrect definitions of HID_KEYBOARD_LED_KANA, HID_KEYBOARD_SC_KEYPAD_EQUAL_SI...
Dean Camera [Sun, 14 Oct 2012 11:51:57 +0000 (11:51 +0000)]
Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN and HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN_AS400 and added a missing definition for HID_KEYBOARD_SC_APPLICATION (thanks to David Monro).

12 years agoMinor documentation improvements.
Dean Camera [Fri, 5 Oct 2012 20:22:19 +0000 (20:22 +0000)]
Minor documentation improvements.

12 years agoAdd LINKER_RELAXATIONS option to the LUFA BUILD build system module.
Dean Camera [Sun, 30 Sep 2012 14:01:30 +0000 (14:01 +0000)]
Add LINKER_RELAXATIONS option to the LUFA BUILD build system module.

12 years agoMinor documentation improvements. Remove AS4 project generator script as it is buggy...
Dean Camera [Sun, 23 Sep 2012 11:09:09 +0000 (11:09 +0000)]
Minor documentation improvements. Remove AS4 project generator script as it is buggy; replace with a better system in the future for both AS4 and AS6.

12 years agoMinor documentation improvements.
Dean Camera [Sat, 22 Sep 2012 12:30:50 +0000 (12:30 +0000)]
Minor documentation improvements.

12 years agoAdd CPPCheck supression in the Webserver project, as the latest CPPCheck development...
Dean Camera [Sat, 22 Sep 2012 12:30:37 +0000 (12:30 +0000)]
Add CPPCheck supression in the Webserver project, as the latest CPPCheck development code appears to falsely warn on the global uip_len variable when it is tested multiple times.

12 years agoFix flip-ee DFU build target accidentally erasing the target FLASH memory space.
Dean Camera [Sat, 22 Sep 2012 12:29:39 +0000 (12:29 +0000)]
Fix flip-ee DFU build target accidentally erasing the target FLASH memory space.

12 years agoAdd missing preprocessor logic to the USBKEY board Dataflash driver so that DATAFLASH...
Dean Camera [Fri, 21 Sep 2012 21:16:50 +0000 (21:16 +0000)]
Add missing preprocessor logic to the USBKEY board Dataflash driver so that DATAFLASH_TOTALCHIPS parameter for the board could theoretically be changed to 1 and have the code still work.

12 years agoFixed incorrect Dataflash functionality in the USBKEY board if the driver is modified...
Dean Camera [Wed, 19 Sep 2012 19:12:52 +0000 (19:12 +0000)]
Fixed incorrect Dataflash functionality in the USBKEY board if the driver is modified for a single Dataflash chip (thanks to Jonathan Oakley).

12 years agoMinor documentation corrections.
Dean Camera [Wed, 19 Sep 2012 18:57:05 +0000 (18:57 +0000)]
Minor documentation corrections.

12 years agoEnable sorting of the member functions in the Doxygen output, so that functions in...
Dean Camera [Wed, 19 Sep 2012 18:47:13 +0000 (18:47 +0000)]
Enable sorting of the member functions in the Doxygen output, so that functions in the documentation are listed in alphabetical order rather than order of definition.

12 years agoFix missing briefs in the documentation for several modules, fix up invalid documenta...
Dean Camera [Wed, 19 Sep 2012 18:43:56 +0000 (18:43 +0000)]
Fix missing briefs in the documentation for several modules, fix up invalid documentation references.

12 years agoRename AVR32CLK_*() clock management functions to UC3CLK_*() to be in line with the...
Dean Camera [Wed, 19 Sep 2012 18:42:31 +0000 (18:42 +0000)]
Rename AVR32CLK_*() clock management functions to UC3CLK_*() to be in line with the naming scheme of the rest of the platform modules.

12 years agoAdd architecture test for the non-standard avr-size patch, so that it is not tested...
Dean Camera [Tue, 18 Sep 2012 16:00:49 +0000 (16:00 +0000)]
Add architecture test for the non-standard avr-size patch, so that it is not tested on architectures where the patch isn't available.

12 years agoUse the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA...
Dean Camera [Mon, 17 Sep 2012 21:00:59 +0000 (21:00 +0000)]
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.

12 years agoEnable strict prototype matching in the library Doxygen configuration file, to ensure...
Dean Camera [Mon, 17 Sep 2012 20:59:20 +0000 (20:59 +0000)]
Enable strict prototype matching in the library Doxygen configuration file, to ensure all documentation references are as correct as possible.

12 years agoFix up some missing target dependencies and output messages in the LUFA build system...
Dean Camera [Mon, 17 Sep 2012 20:58:47 +0000 (20:58 +0000)]
Fix up some missing target dependencies and output messages in the LUFA build system makefiles.

12 years agoFixed lengthy timeouts in the USBtoSerial project if no application on the host is...
Dean Camera [Sun, 16 Sep 2012 18:18:07 +0000 (18:18 +0000)]
Fixed lengthy timeouts in the USBtoSerial project if no application on the host is consuming data (thanks to Nicolas Saugnier).

Fixed lengthy automatic data flushing in the CDC and MIDI device class drivers.

12 years agoClean up the BoardDriverTest mapping file, fix up USB2AX MCU mappings.
Dean Camera [Sun, 16 Sep 2012 11:41:21 +0000 (11:41 +0000)]
Clean up the BoardDriverTest mapping file, fix up USB2AX MCU mappings.

12 years agoShorten the product string descriptors in the CDC and DFU bootloaders to ensure that...
Dean Camera [Sat, 15 Sep 2012 22:13:51 +0000 (22:13 +0000)]
Shorten the product string descriptors in the CDC and DFU bootloaders to ensure that differences in the toolchain version don't push it over a binary size boundary.

12 years agoFix up the StaticAnalysis build test so that it does not report invalid configurations.
Dean Camera [Sat, 15 Sep 2012 14:52:15 +0000 (14:52 +0000)]
Fix up the StaticAnalysis build test so that it does not report invalid configurations.

12 years agoAdded support for the Xevelabs USB2AX revision 3.1 board.
Dean Camera [Sat, 15 Sep 2012 13:47:00 +0000 (13:47 +0000)]
Added support for the Xevelabs USB2AX revision 3.1 board.

12 years agoAdd error message for debugging purposes to the low level AudioInputHost and AudioOut...
Dean Camera [Fri, 14 Sep 2012 15:19:43 +0000 (15:19 +0000)]
Add error message for debugging purposes to the low level AudioInputHost and AudioOutputHost demos, if the request to set the audio sample rate fails.

12 years agoMake CPPCheck tool happy by altering the program flow in the low level keyboard examp...
Dean Camera [Thu, 13 Sep 2012 20:30:00 +0000 (20:30 +0000)]
Make CPPCheck tool happy by altering the program flow in the low level keyboard example, so that the SendReport variable is not overwritten before its first read access.

12 years agoRemove incorrect PROGMEM qualifier on the Manufacturer string descriptors in the...
Dean Camera [Thu, 13 Sep 2012 20:26:32 +0000 (20:26 +0000)]
Remove incorrect PROGMEM qualifier on the Manufacturer string descriptors in the DFU and CDC class bootloaders (thanks to Oliver Zander).

12 years agoFixed possible rounding in the VERSION_BCD() macros for some 0.01 step increments...
Dean Camera [Wed, 12 Sep 2012 17:23:53 +0000 (17:23 +0000)]
Fixed possible rounding in the VERSION_BCD() macros for some 0.01 step increments (thanks to Oliver Zander).

12 years agoMinor build system tweaks for platform compatibility.
Dean Camera [Tue, 11 Sep 2012 19:48:22 +0000 (19:48 +0000)]
Minor build system tweaks for platform compatibility.

12 years agoUpdate ModuleTest build test to enable new warnings supported in the latest Atmel...
Dean Camera [Sun, 9 Sep 2012 14:44:17 +0000 (14:44 +0000)]
Update ModuleTest build test to enable new warnings supported in the latest Atmel Toolchain release's included AVR-GCC version.

12 years agoMinor documentation improvements.
Dean Camera [Sun, 9 Sep 2012 14:00:23 +0000 (14:00 +0000)]
Minor documentation improvements.

12 years agoUpdate LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch.
Dean Camera [Sun, 9 Sep 2012 14:00:03 +0000 (14:00 +0000)]
Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning switch.

12 years agoUpdate BoardDriverTest to prevent redundant assignment warnings in the static analysi...
Dean Camera [Sun, 9 Sep 2012 13:26:07 +0000 (13:26 +0000)]
Update BoardDriverTest to prevent redundant assignment warnings in the static analysis check.

12 years agoAdd support for the Atmel UC3-A3 Xplained board.
Dean Camera [Sat, 8 Sep 2012 09:16:41 +0000 (09:16 +0000)]
Add support for the Atmel UC3-A3 Xplained board.

12 years agoAdd additional driver documentation to the AVRISP-MKII clone programmer project.
Dean Camera [Mon, 3 Sep 2012 20:52:40 +0000 (20:52 +0000)]
Add additional driver documentation to the AVRISP-MKII clone programmer project.

12 years agoAlter the AVRISP-MKII clone project code to report a different serial number in libUS...
Dean Camera [Mon, 3 Sep 2012 20:26:34 +0000 (20:26 +0000)]
Alter the AVRISP-MKII clone project code to report a different serial number in libUSB compatibility mode, so that both the Jungo drivers and the libUSB drivers can be installed at the same time (and switched back and forth based on the current compatibility mode).

12 years agoFix outdated Programmers Notepad project file.
Dean Camera [Sun, 2 Sep 2012 21:06:05 +0000 (21:06 +0000)]
Fix outdated Programmers Notepad project file.

12 years agoRemove incomplete Microsoft Sideshow device demo.
Dean Camera [Sat, 1 Sep 2012 23:50:10 +0000 (23:50 +0000)]
Remove incomplete Microsoft Sideshow device demo.

12 years agoUse an early-abort in the USB_DeviceTask() function rather than wrapping the entire...
Dean Camera [Sat, 1 Sep 2012 22:55:56 +0000 (22:55 +0000)]
Use an early-abort in the USB_DeviceTask() function rather than wrapping the entire implementation in a conditional.

12 years agoUpdate FatFS library copies to the latest R0.09a version.
Dean Camera [Sat, 1 Sep 2012 22:55:15 +0000 (22:55 +0000)]
Update FatFS library copies to the latest R0.09a version.

12 years agoAdd human readable license information and add some missing module documentation...
Dean Camera [Sat, 1 Sep 2012 22:08:59 +0000 (22:08 +0000)]
Add human readable license information and add some missing module documentation briefs.

12 years agoRemove unused check-source rule from the BUILD build system module.
Dean Camera [Wed, 29 Aug 2012 20:14:20 +0000 (20:14 +0000)]
Remove unused check-source rule from the BUILD build system module.

12 years agoFix incorrect string length in the USBtoSerial demo descriptors (thanks to Oliver...
Dean Camera [Tue, 28 Aug 2012 20:10:11 +0000 (20:10 +0000)]
Fix incorrect string length in the USBtoSerial demo descriptors (thanks to Oliver Zander).

12 years agoFixed logic hole breaking USB operations on a USB controller with only one supported...
Dean Camera [Tue, 28 Aug 2012 20:09:14 +0000 (20:09 +0000)]
Fixed logic hole breaking USB operations on a USB controller with only one supported USB mode and no USB_DEVICE_ONLY or USB_HOST_ONLY configuration token set.

12 years agoFix include path of the LUFA SOURCES build module from the master build module when...
Dean Camera [Mon, 27 Aug 2012 18:53:58 +0000 (18:53 +0000)]
Fix include path of the LUFA SOURCES build module from the master build module when used in a legacy LUFA project makefile.

12 years agoMinor documentation corrections.
Dean Camera [Mon, 27 Aug 2012 16:55:52 +0000 (16:55 +0000)]
Minor documentation corrections.

12 years agoFixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain...
Dean Camera [Mon, 27 Aug 2012 16:39:06 +0000 (16:39 +0000)]
Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut).

12 years agoAdd human readable definitions for the AVR109 protocol commands in the CDC class...
Dean Camera [Mon, 27 Aug 2012 16:38:00 +0000 (16:38 +0000)]
Add human readable definitions for the AVR109 protocol commands in the CDC class bootloader.

12 years agoRemove broken settings info output from the AVRDUDE build module.
Dean Camera [Mon, 20 Aug 2012 21:02:48 +0000 (21:02 +0000)]
Remove broken settings info output from the AVRDUDE build module.

12 years agoMinor documentation improvements.
Dean Camera [Mon, 20 Aug 2012 21:02:17 +0000 (21:02 +0000)]
Minor documentation improvements.

12 years agoSpell-check latest trunk source code.
Dean Camera [Sat, 18 Aug 2012 14:54:37 +0000 (14:54 +0000)]
Spell-check latest trunk source code.

12 years agoAdded new doxygen_upgrade and doxygen_create targets to the DOXYGEN build system...
Dean Camera [Sat, 18 Aug 2012 12:07:05 +0000 (12:07 +0000)]
Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build system module. Clean up CORE build system module.

12 years agoMinor documentation improvements.
Dean Camera [Sat, 18 Aug 2012 10:58:52 +0000 (10:58 +0000)]
Minor documentation improvements.

12 years agoFix broken Doxygen documentation due to lack of HTML encoding.
Dean Camera [Sat, 18 Aug 2012 10:51:14 +0000 (10:51 +0000)]
Fix broken Doxygen documentation due to lack of HTML encoding.

12 years agoDocument build system targets. Add a rule to the BUILD module that is run if a source...
Dean Camera [Sat, 18 Aug 2012 10:45:29 +0000 (10:45 +0000)]
Document build system targets. Add a rule to the BUILD module that is run if a source file does not exist to show an error to the user, rather than running the check-source rule before each build (slightly faster/more portable and the generated error is then a true make error).

12 years agoFix up non-unique DFU/CDC bootloader signatures.
Dean Camera [Thu, 16 Aug 2012 19:18:07 +0000 (19:18 +0000)]
Fix up non-unique DFU/CDC bootloader signatures.

12 years agoClean up BUILD module info output formatting, remove explicit gcc-version target...
Dean Camera [Thu, 16 Aug 2012 19:17:26 +0000 (19:17 +0000)]
Clean up BUILD module info output formatting, remove explicit gcc-version target and add ability to generate assembly listings of compiled source files for debug purposes.

12 years agoFixed missing Win-32bit compatibility sections in the LUFA INF driver files (thanks...
Dean Camera [Thu, 16 Aug 2012 19:15:18 +0000 (19:15 +0000)]
Fixed missing Win-32bit compatibility sections in the LUFA INF driver files (thanks to Christan Beharrell).

12 years agoUpdate the BUILD build system module to early abort and display an error if needed...
Dean Camera [Wed, 15 Aug 2012 16:40:25 +0000 (16:40 +0000)]
Update the BUILD build system module to early abort and display an error if needed before trying to create the OBJDIR output object file directory.

12 years agoMinor documentation and formatting updates.
Dean Camera [Wed, 15 Aug 2012 16:39:44 +0000 (16:39 +0000)]
Minor documentation and formatting updates.

12 years agoUpgrade Doxygen configuration files, custom style CSS and DOXYGEN build module for...
Dean Camera [Mon, 13 Aug 2012 05:11:27 +0000 (05:11 +0000)]
Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build module for the latest Doxygen release.

12 years agoFix incorrect LED masks for the Olimex 32U4 and Leonardo boards.
Dean Camera [Sun, 12 Aug 2012 18:00:04 +0000 (18:00 +0000)]
Fix incorrect LED masks for the Olimex 32U4 and Leonardo boards.

12 years agoLeonardo LEDs are RX/TX active Low and USER active high, not the other way around.
Dean Camera [Sun, 12 Aug 2012 17:29:50 +0000 (17:29 +0000)]
Leonardo LEDs are RX/TX active Low and USER active high, not the other way around.

12 years agoFixed inverted LED driving code for the Arduino Leonardo board. Fixed inverted LEDs_G...
Dean Camera [Sun, 12 Aug 2012 17:25:39 +0000 (17:25 +0000)]
Fixed inverted LED driving code for the Arduino Leonardo board. Fixed inverted LEDs_GetLEDs() function implementation for the Benito, Minimus and Arduino UNO boards.

12 years agoFix typo in the LED dispatch header, breaking builds for Leonardo board or boards...
Dean Camera [Sun, 12 Aug 2012 14:11:41 +0000 (14:11 +0000)]
Fix typo in the LED dispatch header, breaking builds for Leonardo board or boards without a LUFA provided LED driver.

12 years agoAdded support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED masks so...
Dean Camera [Sun, 12 Aug 2012 14:03:57 +0000 (14:03 +0000)]
Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED masks so that it lines up with the Arduino boards.

12 years agoAdded workaround for broken VBUS detection on AVR8 devices when a bootloader starts...
Dean Camera [Sun, 12 Aug 2012 13:46:24 +0000 (13:46 +0000)]
Added workaround for broken VBUS detection on AVR8 devices when a bootloader starts the application via a software jump without first turning off the OTG pad (thanks to Simon Inns)

12 years agoFixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the AVRISP-MKII project.
Dean Camera [Sun, 12 Aug 2012 13:25:27 +0000 (13:25 +0000)]
Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the AVRISP-MKII project.

12 years agoAdd help text to the project makefiles to help new users get information on the impro...
Dean Camera [Sat, 11 Aug 2012 11:51:43 +0000 (11:51 +0000)]
Add help text to the project makefiles to help new users get information on the improved build system.

12 years agoClean up CORE build system mode makefile.
Dean Camera [Sat, 11 Aug 2012 11:45:02 +0000 (11:45 +0000)]
Clean up CORE build system mode makefile.

12 years agoMinor documentation improvements.
Dean Camera [Sat, 11 Aug 2012 11:35:47 +0000 (11:35 +0000)]
Minor documentation improvements.

12 years agoMinor documentation fixes.
Dean Camera [Wed, 8 Aug 2012 18:35:05 +0000 (18:35 +0000)]
Minor documentation fixes.

12 years agoRevert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently causing...
Dean Camera [Wed, 1 Aug 2012 20:01:56 +0000 (20:01 +0000)]
Revert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently causing segfaults on some builds of binutils-avr.

12 years agoMinor code style and documentation changes.
Dean Camera [Tue, 31 Jul 2012 17:13:43 +0000 (17:13 +0000)]
Minor code style and documentation changes.

12 years agoReset to placeholder version values in the library after the 120730 release.
Dean Camera [Mon, 30 Jul 2012 17:52:34 +0000 (17:52 +0000)]
Reset to placeholder version values in the library after the 120730 release.

12 years agoCommit for the 120730 release.
Dean Camera [Mon, 30 Jul 2012 16:59:38 +0000 (16:59 +0000)]
Commit for the 120730 release.

12 years agoFix broken code sample section spacing in the Doxygen documentation due to a missing...
Dean Camera [Sun, 29 Jul 2012 15:28:54 +0000 (15:28 +0000)]
Fix broken code sample section spacing in the Doxygen documentation due to a missing line-height CSS property.