openocd/src/flash/nor
Freddie Chopin 015bf55944 Add comments and tiny improvements to STM32 flash loader algorithm
Add comments to assembly flash loader for STM32. Add tiny improvement in
size of the algorithm (40 vs 48 bytes) and tiny speed improvement (~1.5%,
as time is wasted on waiting for end of operation anyway).

Signed-off-by: Freddie Chopin <freddie_chopin@op.pl>
2010-11-15 09:17:14 +01:00
..
aduc702x.c NOR: add read() callback to struct flash_driver 2010-05-16 13:39:47 +02:00
at91sam3.c warnings: fix alignment warnings 2010-09-20 13:12:35 +02:00
at91sam3.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
at91sam7.c at91sam7: -Wshadow warning fixes 2010-06-15 23:31:36 +02:00
at91sam7.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
avrf.c target/avr: review scope of symbols 2010-06-21 22:14:17 +08:00
avrf.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
cfi.c cfi: add sst39vf6401b 2010-09-15 11:35:29 +02:00
cfi.h cfi: fix error propagation 2010-06-11 15:53:23 +02:00
core.c flash: fix error handling 2010-09-27 16:46:13 +02:00
core.h flash: add error handling to get_flash_by_addr/name 2010-06-11 15:53:23 +02:00
driver.h NOR: add read() callback to struct flash_driver 2010-05-16 13:39:47 +02:00
drivers.c flash: add virtual flash bank driver 2010-05-26 11:10:15 +01:00
ecos.c ecos flash: -Wshadow warning fixes 2010-06-15 23:32:47 +02:00
faux.c NOR: add read() callback to struct flash_driver 2010-05-16 13:39:47 +02:00
imp.h NOR: add read() callback to struct flash_driver 2010-05-16 13:39:47 +02:00
lpc288x.c NOR: add read() callback to struct flash_driver 2010-05-16 13:39:47 +02:00
lpc288x.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
lpc2000.c flash: remove algorithm exit_point address for supported targets 2010-07-20 09:02:42 +01:00
lpc2000.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
lpc2900.c lpc2900: -Wshadow warning fixes 2010-06-15 23:58:19 +02:00
Makefile.am flash: add virtual flash bank driver 2010-05-26 11:10:15 +01:00
non_cfi.c cfi: add sst39vf6401b 2010-09-15 11:35:29 +02:00
non_cfi.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
ocl.c embeddedice: fix error handling 2010-09-21 22:17:38 +02:00
ocl.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
pic32mx.c src: add loader src description 2010-10-28 10:08:16 +01:00
pic32mx.h PIC32: add flash algorithm support 2010-03-10 21:03:22 +00:00
stellaris.c src: add loader src description 2010-10-28 10:08:16 +01:00
stellaris.h stellaris: comments 2009-12-16 14:17:31 -08:00
stm32x.c Add comments and tiny improvements to STM32 flash loader algorithm 2010-11-15 09:17:14 +01:00
stm32x.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
str7x.c src: add loader src description 2010-10-28 10:08:16 +01:00
str7x.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
str9x.c src: add loader src description 2010-10-28 10:08:16 +01:00
str9x.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
str9xpec.c str9xpec: -Wshadow warning fixes 2010-06-16 00:07:59 +02:00
str9xpec.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
tcl.c fileio: fileio_size() can now fail 2010-09-29 18:56:07 +02:00
tms470.c tms470: -Wshadow warning fixes 2010-06-16 00:08:58 +02:00
tms470.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
virtual.c nor/virtual: review scope of symbols 2010-06-21 22:14:19 +08:00