riscv-openocd/src
Zachary T Welch 51862bb98c fileio: improve API types
Use size_t instead of uint32_t when specifying file sizes.  Update all
consumers up through the layers to use size_t when required.  These
changes should be safe, but the higher-levels will need to be updated
further to receive the intended benefits (i.e. large file support).

Add error checking for fileio_read and file_write.  Previously, all
errors were being silently ignored, so this change might cause some
problems for some people in some cases.  However, it gives us the chance
to handle any errors that do occur at higher-levels, rather than burying
our heads in the sand.
2009-11-16 15:47:09 -08:00
..
flash fileio: improve API types 2009-11-16 15:47:09 -08:00
helper fileio: improve API types 2009-11-16 15:47:09 -08:00
jtag JTAG: no LOG_WARNING() for taps without IDCODE 2009-11-16 15:18:55 -08:00
pld rename CEIL as DIV_ROUND_UP 2009-11-16 09:58:11 -08:00
server rename CEIL as DIV_ROUND_UP 2009-11-16 09:58:11 -08:00
svf move ARRAY_SIZE macro to types.h 2009-11-16 09:58:11 -08:00
target fileio: improve API types 2009-11-16 15:47:09 -08:00
xsvf move ARRAY_SIZE macro to types.h 2009-11-16 09:58:11 -08:00
Makefile.am add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
ecosboard.c #include "target.h" less wildly 2009-11-16 00:35:24 -08:00
hello.c command_t -> struct command 2009-11-13 13:30:50 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
openocd.c #include "target.h" less wildly 2009-11-16 00:35:24 -08:00
openocd.h add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00