tinyriscv-openocd/src
gcembed a1cf1b5244 stm32 : change returned value of mass_erase function
Hello,
"stm32x mass_erase" return ERROR_OK even if something goes wrong.
Here is a summary of changes :
* in stm32x_mass_erase : return ERROR_FLASH_OPERATION_FAILED when error
detected in FLASH_SR register;
* in COMMAND_HANDLER(stm32x_handle_mass_erase_command) : return the
returned value of stm32x_mass_erase().

I don't know if there is reason to always return ERROR_OK ?

Gaëtan
2010-06-03 20:40:00 +02:00
..
flash stm32 : change returned value of mass_erase function 2010-06-03 20:40:00 +02:00
helper jim: fix bug in tcl "puts" 2010-05-18 12:34:12 +02:00
jtag zy1000: fix false positive warning about unitialized local variable 2010-05-18 12:10:44 +02:00
pld PLD: review scope of functions 2010-04-10 17:06:16 +08:00
server gdbserver: gdb cmds returning failure on success 2010-05-17 10:17:58 +01:00
svf rename jtag_khz as adapter_khz 2010-03-15 08:37:43 -07:00
target etm: print something when trace buffer empty 2010-05-31 07:14:38 +02:00
xsvf jtag: cut down on usage of unintended modification of global end state 2010-03-18 08:43:19 +01:00
Makefile.am Driver for USB-JTAG, Altera USB-Blaster and compatibles 2009-12-26 15:05:06 -08:00
ecosboard.c NOR/DRIVERS: review scope of functions 2010-04-10 19:38:15 +08:00
hello.c HELLO: review unused symbols 2010-04-10 17:23:06 +08:00
hello.h HELLO: review unused symbols 2010-04-10 17:23:06 +08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
openocd.c OPENOCD: review scope of functions 2010-04-10 22:04:03 +08:00
openocd.h remove #if logic for openocd_sleep_*lude 2009-12-02 13:26:26 -08:00