1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/od
Benjamin Valentin 89c97ae59a sys/od: allow to specify address offset with od_hex_dump_ext()
When dumping memory the printed addresses always start with `00000000`.
This can be very confusing and lead to errors.

Allow the user to specify a starting address of the printed memory that
will be used instead.

By introducing a wrapper function, existing users are unaffected.
2021-01-11 14:35:40 +01:00
..
Kconfig sys/od: add Kconfig 2020-11-10 14:21:47 +01:00
Makefile sys: Initial import of analytical object dump (od) module 2014-10-30 16:43:06 +01:00
od.c sys/od: allow to specify address offset with od_hex_dump_ext() 2021-01-11 14:35:40 +01:00