aboutsummaryrefslogtreecommitdiff
path: root/flashstub
AgeCommit message (Expand)Author
2015-06-22flashstub: Stubs need to run on different targets. Compile for M0.Uwe Bonnes
2015-04-21lmi: Use registers for stub parameters.Gareth McMullin
2015-04-11stm32l0: Update to use new buffered flash writes. Remove old stubs.Gareth McMullin
2015-03-29nrf51: Use generated stub.Gareth McMullin
2015-03-29lmi: Use generated stub with cortexm_run_stub.Gareth McMullin
2015-03-19Use for loop in STM32F1 stub and compile with -Os.Gareth McMullin
2015-03-19Add missing return type to stub_exit.Gareth McMullin
2015-03-19Rewrite STM32F4 stub in C and use new interface.Gareth McMullin
2015-03-19Allow stub to return an error code.Gareth McMullin
2015-03-19Rewrote stm32f1 stub in C and call with parameters in registers.Gareth McMullin
2015-03-19Change STM32F1 driver to use generated stub.Gareth McMullin
2015-03-19Add a Makefile to build flash stubs.Gareth McMullin
2015-03-08Revisions on Gareth's comments.Marc Singer
2015-03-08STM32L0x target support.Marc Singer
2014-05-01Nordic nRF51 series supportMike
2012-10-24Added support for STM32F0.Vegard Storheil Eriksen
2012-02-08stm32f4: Fixed chunk padding for flash programming.Gareth McMullin
2011-02-12Added Flash programming stubs.Gareth McMullin