This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
55f31f03f9
nuttx
/
arch
/
avr
/
src
History
dongjianli
19e16cb1ba
up_internal.h: Define out the prototype for up_netinitialize() if CONFIG_NETDEV_LATEINIT is also defined
2018-08-24 14:50:45 -06:00
..
at32uc3
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
at90usb
Fix a few places where there was a semicolon following the 'if' condition, makeing the following logic unconditional.
2017-10-10 14:24:13 -06:00
atmega
drivers/serial/tcdrain: tcdrain() was recently added to the NuttX C library. But there is a problem. The specification of tcdrain() requires that it be a cancellation point. In order to do this, tcdrain was moved from the C library into the OS and the addition cancellation point hooks were added. In non-FLAT builds, access via system calls is also now supported.
2017-10-06 10:55:36 -06:00
avr
Replace all ASSERT with DEBUGASSERT to save the code space
2018-08-24 06:58:30 -06:00
avr32
Replace all ASSERT with DEBUGASSERT to save the code space
2018-08-24 06:58:30 -06:00
common
up_internal.h: Define out the prototype for up_netinitialize() if CONFIG_NETDEV_LATEINIT is also defined
2018-08-24 14:50:45 -06:00
xmega
/chip
Remove the arch/ subdirectory; replace it with a submodule
2015-07-22 10:56:22 -06:00
.gitignore
Remove the arch/ subdirectory; replace it with a submodule
2015-07-22 10:56:22 -06:00
Makefile
Build system: Remove fixed lib/ subdirectory and its content. Replace with new directory called staging/ that is created dynamically when building and removed when 'make clean' is done. This both improves the name and eliminates a garbage directory from the repository.
2018-05-29 11:36:21 -06:00