- Replace 'if(' with 'if ('.
[fw/openocd] / src / flash / stm32x.c
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/flash.
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-07 zwelchFix stm32x and pic32mx flash pointer cast alignment...
2009-04-29 mluClear FLASH_SR error flags after flash errors to avoid...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix signed/unsigned...
2009-04-18 mifiThe following patches was applied:
2009-04-14 mluImproved (for humans) error reporting for flash program...
2009-04-02 mluCortex-M3 cleanup and performance patch
2009-02-26 ntfreak- stm32x flash driver - add support for stm32105/107...
2008-11-27 ntfreak- stm32x flash driver: add support for low density...
2008-08-19 oharboesearch and replace usleep(1000) with alive_sleep(1...
2008-08-17 oharboefixed not halted error messages
2008-07-23 ntfreak- more fixes to high density stm32x flash driver
2008-07-22 ntfreak- fix bug with stm32 high density write protection
2008-07-15 ntfreak- stm32 flash driver correctly handles early silicon
2008-06-11 ntfreak- probe incorrect for high density stm32 flash
2008-06-06 ntfreak- stm32 erase will use mass_erase if all banks selected
2008-06-04 ntfreak- luminary, stm32 and str7 flash driver error cleanup
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-05-26 ntfreak- corrected error with stm32 page calculation
2008-05-24 ntfreak- update sectors on stm32x mass erase
2008-05-23 ntfreak- add support for newer high density stm32 parts
2008-04-29 ntfreak- stm32x default to 128k if flash size failed.
2008-04-10 ntfreak- single core context used, removed debug context as...
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-07 ntfreak- correct spelling typo in stm32x flash driver
2008-02-28 oharboePavel Chromy cleaned up checks for halted, error messag...
2008-02-25 oharboedos2unix fix.
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-02-14 ntfreak- added check for revA silicon in stm32 flash driver
2008-02-10 ntfreak- stm32 flash driver now checks for correct target
2008-02-10 ntfreak- add autoprobe support to the stm32 flash driver
2008-01-27 mifi- added autoprobe functionality
2007-11-21 ntfreak- reset_run now works as expected on cortex-m3
2007-10-08 ntfreak- cleaned up str7, str9 and stm32 flash drivers
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-26 ntfreak- corrected stm32x_handle_options_write_command, incorr...
2007-06-24 ntfreak- ST STM32x cortex support added