blackmagic/src
Marc Singer e0a8ce5a88 STM32L0x target support.
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.
2015-03-08 16:17:34 -07:00
..
include STM32L0x target support. 2015-03-08 16:17:34 -07:00
platforms Quieten build system. 2015-03-07 11:03:50 -08:00
Makefile STM32L0x target support. 2015-03-08 16:17:34 -07:00
adiv5.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
adiv5_jtagdp.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
adiv5_swdp.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
arm7tdmi.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
command.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
cortexm.c STM32L0x target support. 2015-03-08 16:17:34 -07:00
crc32.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
gdb_main.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
gdb_packet.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
hex_utils.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
jtag_scan.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
jtagtap_generic.c Fix trailing whitespace everywhere. 2013-06-17 15:53:32 +12:00
kinetis.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
lmi.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
lpc11xx.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
lpc43xx.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
main.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
morse.c Factor Morse code functions out of platform code. 2015-02-28 22:05:10 -08:00
nrf51.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
sam3x.c SAM4S: Erase flash in 8K instead of 16K chunks. 2015-03-05 10:46:22 -05:00
samd.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
stm32f1.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
stm32f4.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
stm32l0.c STM32L0x target support. 2015-03-08 16:17:34 -07:00
stm32l1.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00
target.c Clean up includes everywhere. 2015-03-01 22:16:04 -08:00