Dean Camera
|
a5e79333e5
|
Switch back to C based timeout ISR in the AVRISP project - assembly version was failing, and only one or two cycles could be shaved off the compiler generated code.
|
2010-05-02 06:02:54 +00:00 |
Dean Camera
|
3d28d53c3e
|
Change AVRISP project's timeout to be interrupt based again, but make the interrupt itself interruptable and use a seperate assembly file to hand-optimize the ISR code.
Removed the cast to uint16_t on the set baud rate in the USBtoSerial project, so that the higher >1M baud rates can be selected (thanks to Steffan).
|
2010-05-02 05:16:34 +00:00 |
Dean Camera
|
e977774d4e
|
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent.
|
2010-04-28 08:15:16 +00:00 |
Dean Camera
|
ee74b4948f
|
Add information request/response signal handler to the Bluetooth Host demo.
Ensure that the AVRISP-MKII project's Windows avrdude compatibility define is named properly in all parts of the code.
|
2010-04-06 02:48:47 +00:00 |
Dean Camera
|
c9148f9b47
|
Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility.
|
2010-03-31 09:20:24 +00:00 |
Dean Camera
|
9a5ae36a4f
|
Software PDI mode breaks unless the software USART has 100 cycles between bits.
|
2010-03-17 11:48:39 +00:00 |
Dean Camera
|
071fd8ce53
|
Revert changes made for the partial port to the AVR32 architecture.
|
2010-02-24 06:58:23 +00:00 |
Dean Camera
|
d2851b3351
|
Oops - need to revert changes made to ease testing of the software PDI programming mode.
|
2010-02-21 22:15:52 +00:00 |
Dean Camera
|
5e12d436fa
|
Remove dual ISR for software PDI mode, use a single ISR instead to reduce code complexity.
|
2010-02-21 22:11:49 +00:00 |
Dean Camera
|
de0ccb3d09
|
Add NO_VTARGET_DETECT compile time option to the AVRISP-MKII clone project, to disable VTARGET detection on AVR models with an on-chip ADC.
|
2010-02-13 03:21:28 +00:00 |
Dean Camera
|
15f84bb8f5
|
New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver).
Spell-check code/comments in the Webserver/AVRISP-MKII projects.
|
2010-02-04 02:27:09 +00:00 |
Dean Camera
|
dd995683ea
|
Enhance TemperatureDatalogger project -- add RTC capabilities so that data is logged along with the current time and date. Make logging interval configurable, set by a C# PC host application.
|
2010-01-24 11:13:23 +00:00 |
Dean Camera
|
60fd0ff418
|
Changed XPLAINBridge project to be both a USB to USART bridge and a PDI programmer, based on the state of a mode select pin.
|
2010-01-19 05:27:58 +00:00 |
Dean Camera
|
e1c1c25619
|
Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is not always used for target reset.
|
2009-12-29 05:18:16 +00:00 |
Dean Camera
|
8ecdc2b144
|
Rename AVRISP project folder to AVRISP-MKII.
|
2009-12-27 12:28:29 +00:00 |