Commit 1f073e8b authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Added notes on stdio.

parent d3699533
...@@ -12,7 +12,9 @@ This is a non-exhaustive list, obviously, but some key points are: ...@@ -12,7 +12,9 @@ This is a non-exhaustive list, obviously, but some key points are:
- **A real C library**. All the `os_`, `ets_` and `c_` prefixes for - **A real C library**. All the `os_`, `ets_` and `c_` prefixes for
standard library functions are gone (except for the special case standard library functions are gone (except for the special case
c_getenv, for now). c_getenv, for now). stdout/stdin are wired up to the UART0 console.
The NodeMCU vfs layer is not currently hooked up to the C library,
but that would be a nice thing to do.
- **Everything builds on at least C99 level**, with plenty of warnings - **Everything builds on at least C99 level**, with plenty of warnings
enabled. Fix the code so it doesn't produce warnings - don't turn enabled. Fix the code so it doesn't produce warnings - don't turn
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment