This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-08-17 18:28:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
embedded
mcu
microcontroller
nuttx
real-time
rtos
4896
commits
24
branches
204
tags
531
MiB
C
96.4%
Assembly
1.1%
CMake
1%
Makefile
0.7%
Python
0.5%
Other
0.2%
790d53bb06
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with patternCode
Cite this repository
BibTeX
Cancel
Gregory Nutt
790d53bb06
SAM3/4 Serial: In NONBLOCKING mode serial does not receive bytes from UART. This happens because RX interrupt was disabled in the setup routine. To fix this I save interrupt configuration before uart shutdown and restore it after. From Max Neklyudov.
2015-05-21 07:06:47 -06:00
arch
SAM3/4 Serial: In NONBLOCKING mode serial does not receive bytes from UART. This happens because RX interrupt was disabled in the setup routine. To fix this I save interrupt configuration before uart shutdown and restore it after. From Max Neklyudov.
2015-05-21 07:06:47 -06:00