aboutsummaryrefslogtreecommitdiff
path: root/flashstub
AgeCommit message (Collapse)Author
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
o Implemented byte writes to EEPROM now that the emulator has a byte-wide target write. o Added comment describing the reason that mass erase doesn't work. o Removed all unused code. o Changed to Linux kernel indent style. o Changed to Linux kernel function to parenthesis style. o Stub generation doesn't use Perl, switched to sed. Also, only including the instructions instead of the source and the instructions. o Handling unaligned destination writes.
2015-03-08STM32L0x target support.Marc Singer
Target support for stm32l0's and stm32l1's including option bytes and data EEPROM. This module will superceed the previous stm32l1 driver. o Program flash write and erase. o Options modification and interpretive status. o Stubs for program flash writes and erases. Stubs are modestly faster than non-stub version. The stm32l0 will not execute stubs when the MCU has crashed. A monitor option may be used to force non-stub flash writes. o Stubs generated from C++ code and converted to arrays of half-words. o Writes to data EEPROM supoprted when loading segments. o EEPROM data monitor command to write words. o Stubs supported on stm32l1.
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