aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/makefile
Commit message (Expand)AuthorAgeFilesLines
* Combined page and word ISP programming mode code in the AVRISP-MKII clone pro...Dean Camera2010-12-251-0/+1
* Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to r...Dean Camera2010-12-241-1/+1
* Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to issues...Dean Camera2010-11-161-3/+3
* Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clon...Dean Camera2010-11-161-0/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-24/+25
* Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean Camera2010-09-241-2/+2
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-241-3/+3
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-151-2/+2
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-081-1/+4
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-70/+53
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-181-1/+1
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-151-0/+1
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-151-18/+6
* Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device i...Dean Camera2010-07-131-1/+4
* Rename the AVRISP main source files to AVRISP-MKII so that it matches the pro...Dean Camera2010-07-131-1/+1
* Add missing clean_doxygen phony targets to the project makefiles.Dean Camera2010-07-121-1/+2
* Move out Bluetooth stack callback functions to a seperate BluetoothEvents.c/....Dean Camera2010-07-081-4/+4
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-021-0/+1
* Add default "all" makefile targets to the demo tree makefiles.Dean Camera2010-06-251-1/+1
* Added new VTARGET_REF_VOLTS and VTARGET_SCALE_FACTOR compile time defines to ...Dean Camera2010-05-271-0/+2
* The LIBUSB_FILTERDRV_COMPAT compile time option in the XPLAINBridge and AVRIS...Dean Camera2010-05-131-2/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-753/+753
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean Camera2010-05-071-1/+1
* Increase hardware PDI/TPI programming speed to 1MHz in the AVRISP MKII clone ...Dean Camera2010-05-021-1/+1
* Switch back to C based timeout ISR in the AVRISP project - assembly version w...Dean Camera2010-05-021-2/+2
* Change AVRISP project's timeout to be interrupt based again, but make the int...Dean Camera2010-05-021-1/+1
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-2/+2
* Add information request/response signal handler to the Bluetooth Host demo.Dean Camera2010-04-061-1/+1
* Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ...Dean Camera2010-03-311-0/+1
* Software PDI mode breaks unless the software USART has 100 cycles between bits.Dean Camera2010-03-171-1/+1
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-1/+1
* Oops - need to revert changes made to ease testing of the software PDI progra...Dean Camera2010-02-211-1/+1
* Remove dual ISR for software PDI mode, use a single ISR instead to reduce cod...Dean Camera2010-02-211-1/+1
* Add NO_VTARGET_DETECT compile time option to the AVRISP-MKII clone project, t...Dean Camera2010-02-131-0/+1
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data is...Dean Camera2010-01-241-0/+1
* Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean Camera2010-01-191-1/+0
* Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is ...Dean Camera2009-12-291-4/+4
* Rename AVRISP project folder to AVRISP-MKII.Dean Camera2009-12-271-0/+752