History log of /seL4-test-master/projects/seL4_libs/libsel4debug/src/printf.c
Revision Date Author Comments
# 2e6da56c 23-Sep-2018 Curtis Millar <curtis.millar@data61.csiro.au>

Remove references to specific seL4 headers.

There shouldn't be a need to use specific headers from libsel4. using
`sel4/sel4.h` will include all the relevant headers and should not cause
any conflicts that would also be compiler conflicts.


# 421915c8 04-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

libsel4debug: Provide sel4_arch agnostic safe printf function

debug_safe_printf was previously specialized for ia32 due to seL4_GetIPCBuffer not
being implemented for it. This is not longer the case and the implementations can
be unified, as well as provided for other architectures that have existed since
this was originally written.