rename newlib test program folder

This commit is contained in:
stnolting 2022-04-06 21:15:48 +02:00
parent 2a1dd0b34f
commit 0404e0a190
3 changed files with 2 additions and 2 deletions

View file

@ -402,7 +402,7 @@ is used to implement all the standard input, output and error consoles (`STDIN`,
.Newlib Test/Demo Program
[TIP]
A simple test and demo program, which uses some of newlib's core functions (like `malloc`/`free` and `read`/`write`)
is available in `sw/example_newlib_demo`
is available in `sw/example/demo_newlib`
:sectnums:

View file

@ -34,7 +34,7 @@
/**********************************************************************//**
* @file newlib_demo/main.c
* @file demo_newlib/main.c
* @author Stephan Nolting
* @brief Demo/test program for NEORV32's newlib C standard library support.
**************************************************************************/