mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
rename newlib test program folder
This commit is contained in:
parent
2a1dd0b34f
commit
0404e0a190
3 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
**************************************************************************/
|
Loading…
Add table
Add a link
Reference in a new issue