Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
1f073e8b
Commit
1f073e8b
authored
Sep 22, 2016
by
Johny Mattsson
Browse files
Added notes on stdio.
parent
d3699533
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/en/extn-developer-faq.md
View file @
1f073e8b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment