Forum Discussion
1 Reply
- JOHI
Contributor
Hello Hendrik,
Since nios is open source, you can dive into the system code during debugging and follow the source.
There you will see all opportunities.
From what I remember, it was not possible to change the behaviour as requiested, but i am not 100% sure, it has been some time since i did this;
However, you can write a wrapper around printf (with the same name) and change the behaviour as specified or write your own printf function.
What you can also do is change one of the helper functions
see alt_printf.c for more details.
A few lines of code might get you the desired result.
Best Regards,
Johi.