BUGfix: Only clear MCUCSR register when bootLoaderCondition()
[pub/USBaspLoader.git] / firmware / main.c
2013-09-10 Stephan BaerwolfBUGfix: Only clear MCUCSR register when bootLoaderCondi...
2013-09-10 Stephan Baerwolfintroduce new feature: BOOTLOADERENTRY_FROMSOFTWARE
2013-08-26 Stephan Baerwolfadd support for ATmega8535
2013-05-06 Stephan Baerwolffix: WARNING and probably dangerous naked function...
2013-05-05 Stephan Baerwolffurther optimize codesize
2013-05-05 Stephan Baerwolfstep-by-step migrate to new usbdrv API (allow USB_CFG_L...
2013-05-05 Stephan Baerwolffix: firmware/main.c using douplicated symbol "__clearram"
2013-03-31 Stephan Baerwolffinal preparations for upcoming version 0.96
2013-03-31 Stephan BaerwolfWorkaround "eicall" compiler bug
2013-03-31 Stephan Baerwolffix minor compiler warning issue
2013-03-31 Stephan BaerwolfBUGFIX: fix issue 6 to really disable watchdog timer
2013-03-31 Stephan Baerwolfadd support for ATmega640, ATmega1280, ATmega1281,...
2013-03-31 Stephan Baerwolfadd support for ATmega16
2013-03-31 Stephan Baerwolfadd new feature: "BOOTUP_CLEARRAM"
2012-11-19 Stephan Baerwolfadd missing selection macro of ATmega164PA signature
2012-11-19 Stephan BaerwolfBUG: fix: limit some excessive assembler to spezific...
2012-11-19 Stephan BaerwolfMANIAC: optimize whole code via new feature "USE_EXCESS...
2012-11-19 Stephan Baerwolfprepare further optimization via introduction of "usbFu...
2012-11-19 Stephan Baerwolfoptimize code to save some bytes
2012-11-19 Stephan Baerwolfimprove feature autoselection and make it more granular
2012-11-19 Stephan Baerwolfnew feature "HAVE_FLASH_BYTE_READACCESS" to fix read...
2012-11-19 Stephan BaerwolfBUG: fix way accessing flash-memory, esp. on devices...
2012-11-19 Stephan BaerwolfBUG: fix bogous "HAVE_EEPROM_BYTE_ACCESS" feature which...
2012-11-14 Stephan BaerwolfRevert "save some more memory in case "BOOTLOADER_CAN_E... v0.9.1
2012-11-14 Stephan Baerwolfmodify main.c for adding "atmega324pa" support
2012-11-14 Stephan Baerwolfnew feature "HAVE_UNPRECISEWAIT" for save some flash
2012-11-14 Stephan Baerwolfoptimize initForUsbConnectivity
2012-11-14 Stephan Baerwolfsave some more memory in case "BOOTLOADER_CAN_EXIT...
2012-11-10 Stephan BaerwolfClean up and add new features
2012-10-02 Stephan Baerwolfmark ATmega48 as unsupported
2012-10-02 Stephan Baerwolfextend support of "HAVE_READ_LOCK_FUSE" to more devices
2012-10-02 Stephan Baerwolfadd new device-signatures to main.c
2012-10-02 Stephan Baerwolfdeactivate include of <avr/cpufunc.h> for toolchain...
2012-08-25 Stephan Baerwolffix: do not ignore "USBASP_FUNC_SETISPSCK"
2012-08-25 Stephan Baerwolfinclude missing boot.h into bootloader
2012-08-25 Stephan Baerwolfadd additional USBasp-Commands
2012-08-04 Stephan Bärwolfadd device-signature for my atmega1284p
2012-08-01 Stephan BaerwolfBUGfix: fix lost bootloader-writeprotection via "HAVE_B...
2012-08-01 Stephan Baerwolfoptimize: this changes logik from commit c99e4b0f4e8dc6...
2012-08-01 Stephan Baerwolfmake bootloader able to cope with different watchdog... 2010-07-27-stephan-201208012130
2012-08-01 Stephan Baerwolfmake "bootloader__do_spm()" ready to go into production... 2010-07-27-stephan-201208011730
2012-08-01 Stephan Baerwolfremove the backdoor since it is too hard to use
2012-07-31 Stephan Baerwolffix: always use full features 2010-07-27-stephan-201207312045
2012-07-31 Stephan Baerwolfdonor the free bytes to "bootloader__do_spm" 2010-07-27-stephan-201207312030
2012-07-31 Stephan Baerwolfbugfix: fix wrong pageerase an even save some more...
2012-07-31 Stephan Baerwolfuse the gained byte for improving "bootloader__do_spm"
2012-07-31 Stephan Baerwolfoptimize: reorder pageerase to gain some bytes
2012-07-31 Stephan Baerwolfrename feature "HAVE_STMOPCODE_TUNNELCMD" into "HAVE_DO...
2012-07-31 Stephan Baerwolfadd new feature "HAVE_STMOPCODE_TUNNELCMD" (bootloader_...
2012-07-31 Stephan Baerwolfoptimize: found a great source of optimization - howeve...
2012-07-31 Stephan Baerwolfoptimize: ah, found another 4 bytes to save
2012-07-31 Stephan Baerwolfoptimize: again spare some bytes by removing unneccessa...
2012-07-31 Stephan Baerwolfintroducing more optimized code with the ability (backd... 2010-07-27-stephan-201207311515
2012-07-31 Stephan Baerwolfimprove exit logik by debouncing both: press and releas...
2012-07-31 Stephan Baerwolfoptimize HAVE_BLB11_SOFTW_LOCKBIT with local variable...
2012-07-31 Stephan Baerwolfbugfix bootloader exit logik 2010-07-27-stephan-201207311220
2012-07-30 Stephan Baerwolfimprove bootloader-exit logik
2012-07-30 Stephan BaerwolfBUGfix: ensure model-depended serial commands are only...
2012-07-30 Stephan Baerwolfupdate new features
2012-07-30 Stephan Baerwolfinitial fill repository with USBAspLoader version 2010... 2010-07-27