Dean Camera
|
34047efc7e
|
Remove incorrect check for the current device state in the Set Configuration request handler of DevChapter9, which broke Set Configuration requests to the device under most circumstances.
Move out the SPI prescaler list to a PROGMEM module-level variable in ISPTarget.c.
|
2010-05-13 12:57:49 +00:00 |
Dean Camera
|
071e02c6b6
|
Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
|
2010-05-08 03:12:14 +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
|
071fd8ce53
|
Revert changes made for the partial port to the AVR32 architecture.
|
2010-02-24 06:58:23 +00:00 |
Dean Camera
|
e11fddfe66
|
Update Temperature board driver to be AVR32 compatible when the ADC peripheral driver is eventually ported. Make architecture includes explicit for both the AVR32 and the AVR8, to make way for future architecture ports.
Add SPI driver aliases for the old function names in the AVR8 driver, so that existing code will still compile against the new version.
|
2010-02-23 03:51:17 +00:00 |
Dean Camera
|
e322f14620
|
More fixes to the AVRISP command timeout system so that it should no longer lock up while processing command no matter what the conditions.
|
2010-02-21 06:26:33 +00:00 |
Dean Camera
|
10b9394a8b
|
Oops - missed a few references to the old global TimeoutMSRemaining counter in ISPTarget.c of the AVRISP-MKII clone project.
|
2010-02-20 12:17:48 +00:00 |
Dean Camera
|
ab195ab1da
|
Added .5MHz recovery clock to the AVRISP programmer project when in ISP programming mode to correct mis-set fuses.
Fixed AVRISP project not extending the command delay after each successful page/word/byte program.
|
2010-02-10 04:02:10 +00:00 |
Dean Camera
|
5f363996e3
|
Fixed issues with EEPROM and FLASH ISP programming in the AVRISP project.
|
2010-02-01 03:42:10 +00:00 |
Dean Camera
|
efb6c35778
|
Update Doxygen configuration files to the latest Doxygen version.
|
2010-01-06 13:37:29 +00:00 |
Dean Camera
|
7f9f97c792
|
Update copyright year to 2010.
|
2009-12-30 23:49:19 +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
|
d4ca7fb44c
|
Fix MIT license language to make its intent clearer.
|
2009-12-28 00:34:20 +00:00 |
Dean Camera
|
8ecdc2b144
|
Rename AVRISP project folder to AVRISP-MKII.
|
2009-12-27 12:28:29 +00:00 |