1 Included in these directories are the src to the various ram loaders used
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
13 - MIPS32 checksum loader : see target/mips32.c:mips_crc_code
15 ** target flash loaders **
18 - Microchip PIC32 flash loader : see flash/nor/pic32mx.c:pic32mx_flash_write_code
21 - TI Stellaris flash loader : see flash/nor/stellaris.c:stellaris_write_code
24 - ST STM32 flash loader : see flash/nor/stm32x.c:stm32x_flash_write_code
27 - ST STR7 flash loader : see flash/nor/str7x.c:str7x_flash_write_code
30 - ST STR9 flash loader : see flash/nor/str9x.c:str9x_flash_write_code