Re: [Semihosting Tests PATCH 2/3] update includes for bare metal compiling

2024-05-20 Thread Peter Maydell
On Mon, 13 May 2024 at 12:35, Alex Bennée wrote: > > We shouldn't use for our own implementation. Also the base > types we need live in as doesn't exist for the > bare metal compilers. > > Signed-off-by: Alex Bennée > --- Reviewed-by: Peter Maydell thanks -- PMM

[Semihosting Tests PATCH 2/3] update includes for bare metal compiling

2024-05-13 Thread Alex Bennée
We shouldn't use for our own implementation. Also the base types we need live in as doesn't exist for the bare metal compilers. Signed-off-by: Alex Bennée --- semihosting.c | 4 ++-- semihosting.h | 2 +- string.c | 2 +- usertest.c| 2 +- 4 files changed, 5 insertions(+), 5 deletion