nuttx/arch/avr/src
2018-06-07 16:29:16 -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 Based on a change recommended by Mark Shulte: 2018-06-06 09:54:30 -06:00
avr32 Based on a change recommended by Mark Shulte: 2018-06-06 09:54:30 -06:00
common syslog: Enable is partial, crippled version of syslog_flush(); arch/: Call syslog_flush() from assertion handling logic. 2018-06-07 16:29:16 -06:00
xmega/chip
.gitignore
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