flash: fix stm32 failed probe using incorrect flash size
[openocd.git] / contrib / loaders / README
blob2b123cf681bd4d974fbab984f3918e6bf91f0a16
1 Included in these directories are the src to the various ram loaders used
2 within openocd.
4 ** target checksum loaders **
6 checksum/armv4_5_crc.s :
7  - ARMv4 and ARMv5 checksum loader : see target/arm_crc_code.c:arm_crc_code
9 checksum/armv7m_crc.s :
10  - ARMv7m checksum loader : see target/armv7m.c:cortex_m3_crc_code
12 checksum/mips32.s :
13  - MIPS32 checksum loader : see target/mips32.c:mips_crc_code
15 ** target flash loaders **
17 flash/pic32mx.s :
18  - Microchip PIC32 flash loader : see flash/nor/pic32mx.c:pic32mx_flash_write_code
20 flash/stellaris.s :
21  - TI Stellaris flash loader : see flash/nor/stellaris.c:stellaris_write_code
23 flash/stm32x.s :
24  - ST STM32 flash loader : see flash/nor/stm32x.c:stm32x_flash_write_code
26 flash/str7x.s :
27  - ST STR7 flash loader : see flash/nor/str7x.c:str7x_flash_write_code
29 flash/str9x.s :
30  - ST STR9 flash loader : see flash/nor/str9x.c:str9x_flash_write_code
32 Spencer Oliver
33 spen@spen-soft.co.uk