summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Add STM32 watchdog configurationpatacongo2012-04-161-0/+2
* Finish STM32 IWDG and WWDG watchdog timer driverspatacongo2012-04-151-0/+12
* Add an upper half watchdog timer driverpatacongo2012-04-131-7/+7
* Add a header file that defines a standard watchdog timer driverpatacongo2012-04-133-3/+251
* Add logic to hold off processing OUT SETUP request until OUT data phase compl...patacongo2012-04-121-4/+8
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-2/+3
* Move include/math.h to include/nuttx/math.hpatacongo2012-04-071-20/+13
* Fix pascal build problempatacongo2012-04-041-2/+2
* Add support for backspace and a cursor to NxConsolepatacongo2012-03-312-0/+8
* NFS client updatepatacongo2012-03-301-2/+3
* More fixes for NxConsole driverpatacongo2012-03-301-14/+11
* Add framework in NxConsole to support VT100 escape sequencespatacongo2012-03-301-2/+2
* Add ASCII and VT100 header filespatacongo2012-03-302-0/+450
* NFS updatepatacongo2012-03-281-0/+10
* The NX console appears to be fully functionalpatacongo2012-03-281-0/+46
* NX console should only be available if NX multi-user mode is enabledpatacongo2012-03-281-1/+13
* NX console updatespatacongo2012-03-281-0/+34
* Add a test for the NX console devicepatacongo2012-03-271-0/+22
* Add more NX console logicpatacongo2012-03-271-3/+9
* Add beginnings of an NX console driverpatacongo2012-03-261-0/+173
* Add support for the poweroff on calypso phonespatacongo2012-03-251-5/+5
* Move include/sercomm to include/nuttx/sercommpatacongo2012-03-243-0/+0
* Add support for compal e99 and e88 phonespatacongo2012-03-243-0/+243
* Updated comments; starting to implement priority protection but backed everyt...patacongo2012-03-231-6/+8
* Add clock_synchronize() which may be used to re-synchonize the system time wi...patacongo2012-03-221-5/+37
* NFS update + make some examples configurable as NSH built-inspatacongo2012-03-221-0/+72
* Move serial header files to include/nuttx/serialpatacongo2012-03-215-361/+361
* Move file-system header files to include/nuttx/fspatacongo2012-03-2125-55/+55
* Cosmetic PIC32 USB driver fixes (still has problems)patacongo2012-03-201-1/+1
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-191-2/+2
* Add hooks to support STM32 power managementpatacongo2012-03-141-5/+5
* Add psock_connect()patacongo2012-03-131-3/+9
* Update PIC32 Ethernet driver from debugging (still does not workpatacongo2012-03-081-2/+29
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-0318-117/+117
* RPC updatespatacongo2012-03-031-7/+10
* Add more low-level, thread-independent socket interfacespatacongo2012-03-021-0/+24
* Add logic to NSH startup to call C++ static initializers on startuppatacongo2012-02-281-1/+1
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-281-0/+20
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-282-12/+28
* Fix an error the TCP/IP received sequence number countingpatacongo2012-02-231-2/+2
* Add logic to STM32 SDIO driver to terminate on a DMA errorpatacongo2012-02-211-2/+2
* Add an infrastructure to support a generic quadrature encoder driverpatacongo2012-02-144-8/+195
* Add interface to enabled/disable debug outputpatacongo2012-02-123-6/+8
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-3/+16
* The RAM log cannot block like more character drivers, otherwise cat /dev/sysl...patacongo2012-02-111-0/+11
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-112-2/+6
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-113-15/+77
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-3/+154
* Some changes to the Telnet/FTPD configurationpatacongo2012-02-081-1/+1
* FTPD daemon and example now build without errorspatacongo2012-02-054-43/+109