introduce new feature: BOOTLOADER_ABORTTIMEOUTONACT
[pub/USBaspLoader.git] / firmware /
2013-09-11 Stephan Baerwolfintroduce new feature: BOOTLOADER_ABORTTIMEOUTONACT
2013-09-11 Stephan BaerwolfBUGfix: fix race condition between TIMEOUT and HIDDENEXIT
2013-09-11 Stephan Baerwolfintroduce new feature: BOOTLOADER_ALWAYSENTERPROGRAMMODE
2013-09-11 Stephan Baerwolfintroduce new feature: BOOTLOADER_LOOPCYCLES_TIMEOUT
2013-09-10 Stephan BaerwolfBUGfix: "HAVE_BOOTLOADER_HIDDENEXITCOMMAND" depends...
2013-09-10 Stephan Baerwolffurther trick to optimize code size
2013-09-10 Stephan Baerwolfintroduce new feature: BOOTLOADER_HIDDENEXITCOMMAND
2013-09-10 Stephan BaerwolfWORKfix: Change condition when to evaluate RAMEND
2013-09-10 Stephan BaerwolfBUGfix: Only clear MCUCSR register when bootLoaderCondi...
2013-09-10 Stephan Baerwolfintroduce new feature: BOOTLOADERENTRY_FROMSOFTWARE
2013-08-26 Stephan Baerwolfcleanup and extend Makefiles
2013-08-26 Stephan Baerwolfspminterface.h: cleanup some comments about the achieva...
2013-08-26 Stephan Baerwolfadd support for ATmega8535
2013-05-28 Stephan BaerwolfUSBaspLoader v0.96.4 special release v0.96.4
2013-05-28 Stephan BaerwolfUSBaspLoader v0.96.3 special release v0.96.3
2013-05-06 Stephan BaerwolfUSBaspLoader v0.96.2 special fixing release v0.96.2
2013-05-06 Stephan Baerwolffix: WARNING and probably dangerous naked function...
2013-05-05 Stephan Baerwolffurther optimize codesize
2013-05-05 Stephan Baerwolffix: "bootloader__do_spm is not located after interrupt...
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 BaerwolfBUGFIX: spminterface: use eicall to call "___bootloader...
2013-03-31 Stephan BaerwolfWorkaround "eicall" compiler bug
2013-03-31 Stephan Baerwolfimprove build process by adding new features to Makefiles
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 additional "funcaddr___bootloader__do_spm"-checking...
2013-03-31 Stephan Baerwolfadd new feature: "BOOTUP_CLEARRAM"
2013-03-31 Stephan Baerwolfupdate usbdrv to recent release 20121206
2012-11-19 Stephan BaerwolfUSBaspLoader ninth and a half stable release v0.95 v0.95
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-19 Stephan BaerwolfBUG: fix flash read error on atmegas with more than...
2012-11-14 Stephan BaerwolfRevert "save some more memory in case "BOOTLOADER_CAN_E... v0.9.1
2012-11-14 Stephan BaerwolfUSBaspLoader ninth stable release v0.9 v0.9
2012-11-14 Stephan Baerwolfnew feature: HAVE_SPMINTEREFACE_NORETMAGIC
2012-11-14 Stephan Baerwolfmodify main.c for adding "atmega324pa" support
2012-11-14 Stephan Baerwolfintroduce new feature "HAVE_SPMINTEREFACE_MAGICVALUE...
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-14 Stephan BaerwolfBUG: fix __do_spm_Ex (spminterface.h) on architecture...
2012-11-10 Stephan Baerwolfminimize code and improve autoselection
2012-11-10 Stephan Baerwolfhave updater check HAVE_SPMINTEREFACE and raise error...
2012-11-10 Stephan BaerwolfClean up and add new features
2012-11-10 Stephan Baerwolffix some reported issues by improving Makefile
2012-11-10 Stephan Baerwolfremove "hexfiles"-residuals in firmware/Makefile
2012-10-02 Stephan Baerwolfextend "spminterface.h" for support of ATmega128
2012-10-02 Stephan Baerwolfextend "spminterface.h" for support of ATmega328 and...
2012-10-02 Stephan Baerwolfmark ATmega48 as unsupported
2012-10-02 Stephan Baerwolfextend "spminterface.h" for support of multiple ATmegas
2012-10-02 Stephan Baerwolfextend "spminterface.h" for support of atmega88 and...
2012-10-02 Stephan Baerwolfextend "spminterface.h" for support of atmega32
2012-10-02 Stephan Baerwolfextend "spminterface.h" to additional checks on "BOOTLO...
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-09-17 Stephan BaerwolfChange the activity of different code-snipeds and macros
2012-09-17 Stephan Baerwolffix dynamic "$(RM)" use instead of direct "rm -f" command
2012-09-13 Stephan Baerwolfmake spminterface.h more robust against different gcc...
2012-09-13 Stephan Baerwolfpimp Makefiles to use more global settings
2012-09-13 Stephan Baerwolfadapt usbdrv to cope with newer toolchains and fit...
2012-09-02 Stephan BaerwolfUSBaspLoader fifth stable release v0.5 v0.5
2012-09-02 Stephan BaerwolfAdapt firmware-Makefile to make use of global ones
2012-09-02 Stephan Baerwolfsmpinterface fix: missing rampZ-write for atmega1284p
2012-09-02 Stephan Baerwolfbeautify interfacing maschinecode
2012-08-25 Stephan BaerwolfUSBaspLoader third stable release v0.4 v0.4
2012-08-25 Stephan Baerwolffix: do not ignore "USBASP_FUNC_SETISPSCK"
2012-08-25 Stephan Baerwolfadd some information into spminterface regarding the...
2012-08-25 Stephan Baerwolffix typos and shring do_spm to gain 4 bytes flash
2012-08-25 Stephan Baerwolfinclude missing boot.h into bootloader
2012-08-25 Stephan Baerwolfadd additional USBasp-Commands
2012-08-20 Stephan BaerwolfUSBaspLoader third stable release v0.3 v0.3
2012-08-20 Stephan BaerwolfUpdate Makefile for firmware-install
2012-08-20 Stephan Baerwolfextend "spminterface.h" by implementing "do_spm"
2012-08-04 Stephan BärwolfUSBasp second stable release v0.2 2010-07-27-stephan-201208041315 v0.2
2012-08-04 Stephan Bärwolfadd device-signature for my atmega1284p
2012-08-04 Stephan Bärwolfintroduce spminterace capabilities for new devices...
2012-08-04 Stephan BärwolfFIX: fix some fuse-settings, correct some typos within...
2012-08-01 Stephan BaerwolfUSBasp first stable release v0.1 2010-07-27-stephan-201208020130 v0.1
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 Baerwolfimprove "bootloader__do_spm"
2012-08-01 Stephan Baerwolfchange interface function "bootloader__so_spm" to avoid...
2012-08-01 Stephan Baerwolfmake bootloader able to cope with different watchdog... 2010-07-27-stephan-201208012130
2012-08-01 Stephan BaerwolfBUGfix: fix a very deadly typo 2010-07-27-stephan-201208011745
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
next