riscv-openocd/src/flash/nor
Antonio Borneo f7d1be714b CFI: review print of Voltage values
JEDEC standard reports Vpp integer part encoded as 4 bit HEX value.
To print it using decimal digits, %u is required.
Other voltage values are coded as BCD, so %x is appropriate.

Code already prints one nibble at a time, so no need for field width
and precision in format string.

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
2010-03-06 09:53:21 +01:00
..
Makefile.am build: add build/src to include path 2009-12-08 10:16:10 +01:00
aduc702x.c NOR: cleanup driver decls 2010-01-29 13:52:08 -08:00
at91sam3.c ARMv7M: use software breakpoints for algorithms 2010-02-28 22:26:52 +00:00
at91sam3.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
at91sam7.c src/flash/nor: usage/help/doc updates 2010-01-09 10:25:03 -08:00
at91sam7.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
avrf.c AVR flash: handle AT90CAN128 chips 2010-02-24 23:35:12 -08:00
avrf.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
cfi.c CFI: review print of Voltage values 2010-03-06 09:53:21 +01:00
cfi.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
core.c NOR: trim range in flash_driver_protect() 2010-03-03 21:01:16 -08:00
core.h NOR: invalidate cached state on target resume 2010-03-03 20:57:49 -08:00
driver.h split flash.h into into flash/nor/*.h 2009-12-04 16:56:24 -08:00
drivers.c split flash.h into into flash/nor/*.h 2009-12-04 16:56:24 -08:00
ecos.c NOR: cleanup driver decls 2010-01-29 13:52:08 -08:00
faux.c NOR: cleanup driver decls 2010-01-29 13:52:08 -08:00
imp.h Comment and doxygen fixes 2009-12-09 10:25:52 -08:00
lpc288x.c NOR: cleanup driver decls 2010-01-29 13:52:08 -08:00
lpc288x.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
lpc2000.c LPC1768 updates, IAR board support 2010-03-02 15:02:01 -08:00
lpc2000.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
lpc2900.c NOR: cleanup driver decls 2010-01-29 13:52:08 -08:00
non_cfi.c NOR: add 29LV400BC flash device 2009-12-05 11:12:59 -08:00
non_cfi.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
ocl.c NOR: cleanup driver decls 2010-01-29 13:52:08 -08:00
ocl.h move nor drivers to src/flash/nor 2009-12-02 23:27:09 -08:00
pic32mx.c NOR: cleanup driver decls 2010-01-29 13:52:08 -08:00
pic32mx.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
stellaris.c NOR: stellaris message tweaks 2010-03-03 13:08:16 -08:00
stellaris.h stellaris: comments 2009-12-16 14:17:31 -08:00
stm32x.c STM32: Add Value Line Flash Programming Support 2010-03-03 10:20:37 +00:00
stm32x.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
str7x.c flash/str7x: After reset init the flash is unlocked 2010-02-02 09:30:33 -08:00
str7x.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
str9x.c NOR: cleanup driver decls 2010-01-29 13:52:08 -08:00
str9x.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
str9xpec.c STR9xpec: issue warning when unlocking device 2010-02-12 10:49:18 +00:00
str9xpec.h remove flash.h from tree 2009-12-04 16:56:24 -08:00
tcl.c NOR: cleanup driver decls 2010-01-29 13:52:08 -08:00
tms470.c NOR: cleanup driver decls 2010-01-29 13:52:08 -08:00
tms470.h remove flash.h from tree 2009-12-04 16:56:24 -08:00