1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/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
..
tests sys/od: allow to specify address offset with od_hex_dump_ext() 2021-01-11 14:35:40 +01:00
main.c sys/od: allow to specify address offset with od_hex_dump_ext() 2021-01-11 14:35:40 +01:00
Makefile tests/od: always include od_string in test 2020-06-22 13:33:41 +02:00