-
Notifications
You must be signed in to change notification settings - Fork 440
gpio for nuttx #276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gpio for nuttx #276
Conversation
This patch does not work now since dns module is not supported by nuttx. I will reopen this patch after dns module is fixed. |
Using with latest nuttx and libtuv build is ok.
|
As there are long code definitions from
This didn't work cause So thought why not give include paths in the make file.
and change the include line like this
But again, when other boards should be included we may have to add (some or lots of) So what do you and maybe others think about this? |
e6454f6
to
ea6eebf
Compare
@seanshpark updated as commented |
@chunseoklee thank you. one more thing. it's about |
ea6eebf
to
8217617
Compare
@seanshpark no special reason for that. I added 6 gpios to PR. Now, 10 gpios are available for nuttx-STM32. |
OK, LGTM |
8217617
to
3834829
Compare
@chunseoklee It looks like, we need more descriptor to help distinguishing among various boards. |
3834829
to
c9ecb5e
Compare
10 gpios from PA8 to PC3 on default IoT.js-DCO-1.0-Signed-off-by: Chunseok Lee [email protected]
c9ecb5e
to
cdfbb2e
Compare
This patch suspended due to low priority |
…tdown_removed_from_libc dummy shutdown removed from built-in libc
IoT.js-DCO-1.0-Signed-off-by: Chunseok Lee [email protected]