]> git.gag.com Git - fw/openocd/commit
flash: use proper format with uint32_t
authorAntonio Borneo <borneo.antonio@gmail.com>
Tue, 18 Aug 2020 16:56:03 +0000 (18:56 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 5 Sep 2020 16:12:32 +0000 (17:12 +0100)
commite66593f8242d49dd05f6b9c4a5121fa466a158aa
tree157fb088551e543a2591dd91c10b69474ba6ddec
parent2f62883161fe4cdc32826a7bc6826ad82516233e
flash: use proper format with uint32_t

Modify the format strings to properly handle uint32_t data types.

Change the type of variable retval in 'nor/ambiqmicro.c' to match
both the value to carry and the returned type of the function.

Fix the prototype mismatch of function lpc2900_address2sector()
between the header and the C file.

Change-Id: I68ffba9bd83eec8132f83bff3af993861fd09d84
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5816
Tested-by: jenkins
38 files changed:
src/flash/nand/mx3.c
src/flash/nand/mxc.c
src/flash/nand/tcl.c
src/flash/nor/aducm360.c
src/flash/nor/ambiqmicro.c
src/flash/nor/at91sam4.c
src/flash/nor/at91sam4l.c
src/flash/nor/at91sam7.c
src/flash/nor/ath79.c
src/flash/nor/atsame5.c
src/flash/nor/atsamv.c
src/flash/nor/avrf.c
src/flash/nor/bluenrg-x.c
src/flash/nor/cc26xx.c
src/flash/nor/cfi.c
src/flash/nor/core.c
src/flash/nor/esirisc_flash.c
src/flash/nor/fespi.c
src/flash/nor/fm4.c
src/flash/nor/kinetis.c
src/flash/nor/lpc2000.c
src/flash/nor/lpc2900.c
src/flash/nor/max32xxx.c
src/flash/nor/msp432.c
src/flash/nor/niietcm4.c
src/flash/nor/numicro.c
src/flash/nor/pic32mx.c
src/flash/nor/psoc5lp.c
src/flash/nor/psoc6.c
src/flash/nor/renesas_rpchf.c
src/flash/nor/sh_qspi.c
src/flash/nor/stm32l4x.c
src/flash/nor/stm32lx.c
src/flash/nor/tcl.c
src/flash/nor/tms470.c
src/flash/nor/w600.c
src/flash/nor/xcf.c
src/flash/nor/xmc1xxx.c