summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Collapse)AuthorAgeFilesLines
* NX console should only be available if NX multi-user mode is enabledpatacongo2012-03-281-1/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4535 42af7a65-404d-4744-a932-0658087f49c3
* NX console updatespatacongo2012-03-281-0/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4534 42af7a65-404d-4744-a932-0658087f49c3
* Add a test for the NX console devicepatacongo2012-03-271-0/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4528 42af7a65-404d-4744-a932-0658087f49c3
* Add more NX console logicpatacongo2012-03-271-3/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4526 42af7a65-404d-4744-a932-0658087f49c3
* Add beginnings of an NX console driverpatacongo2012-03-261-0/+173
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4524 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the poweroff on calypso phonespatacongo2012-03-251-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4520 42af7a65-404d-4744-a932-0658087f49c3
* Move include/sercomm to include/nuttx/sercommpatacongo2012-03-243-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4515 42af7a65-404d-4744-a932-0658087f49c3
* Add support for compal e99 and e88 phonespatacongo2012-03-243-0/+243
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4512 42af7a65-404d-4744-a932-0658087f49c3
* Updated comments; starting to implement priority protection but backed ↵patacongo2012-03-231-6/+8
| | | | | | everything out but some changes to comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4510 42af7a65-404d-4744-a932-0658087f49c3
* Add clock_synchronize() which may be used to re-synchonize the system time ↵patacongo2012-03-221-5/+37
| | | | | | with an RTC after recovering from a low power state git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4503 42af7a65-404d-4744-a932-0658087f49c3
* NFS update + make some examples configurable as NSH built-inspatacongo2012-03-221-0/+72
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4501 42af7a65-404d-4744-a932-0658087f49c3
* Move serial header files to include/nuttx/serialpatacongo2012-03-215-361/+361
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4500 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-2125-55/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Cosmetic PIC32 USB driver fixes (still has problems)patacongo2012-03-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4498 42af7a65-404d-4744-a932-0658087f49c3
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-191-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4497 42af7a65-404d-4744-a932-0658087f49c3
* Add hooks to support STM32 power managementpatacongo2012-03-141-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4490 42af7a65-404d-4744-a932-0658087f49c3
* Add psock_connect()patacongo2012-03-131-3/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4483 42af7a65-404d-4744-a932-0658087f49c3
* Update PIC32 Ethernet driver from debugging (still does not workpatacongo2012-03-081-2/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4465 42af7a65-404d-4744-a932-0658087f49c3
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-0318-117/+117
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
* RPC updatespatacongo2012-03-031-7/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4446 42af7a65-404d-4744-a932-0658087f49c3
* Add more low-level, thread-independent socket interfacespatacongo2012-03-021-0/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4445 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to NSH startup to call C++ static initializers on startuppatacongo2012-02-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4439 42af7a65-404d-4744-a932-0658087f49c3
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-281-0/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4438 42af7a65-404d-4744-a932-0658087f49c3
* Extend CDC/ACM driver so that can be connected/disconnected under software ↵patacongo2012-02-282-12/+28
| | | | | | control; Add new NSH commands sercon and serdis that will connect and disconnect the CDC/ACM serial device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4436 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error the TCP/IP received sequence number countingpatacongo2012-02-231-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4416 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to STM32 SDIO driver to terminate on a DMA errorpatacongo2012-02-211-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4408 42af7a65-404d-4744-a932-0658087f49c3
* Add an infrastructure to support a generic quadrature encoder driverpatacongo2012-02-144-8/+195
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4390 42af7a65-404d-4744-a932-0658087f49c3
* Add interface to enabled/disable debug outputpatacongo2012-02-123-6/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4386 42af7a65-404d-4744-a932-0658087f49c3
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-3/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4384 42af7a65-404d-4744-a932-0658087f49c3
* The RAM log cannot block like more character drivers, otherwise cat ↵patacongo2012-02-111-0/+11
| | | | | | /dev/syslog does not work git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4383 42af7a65-404d-4744-a932-0658087f49c3
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-112-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4382 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-113-15/+77
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4381 42af7a65-404d-4744-a932-0658087f49c3
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-3/+154
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4380 42af7a65-404d-4744-a932-0658087f49c3
* Some changes to the Telnet/FTPD configurationpatacongo2012-02-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4376 42af7a65-404d-4744-a932-0658087f49c3
* FTPD daemon and example now build without errorspatacongo2012-02-054-43/+109
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4371 42af7a65-404d-4744-a932-0658087f49c3
* Add the beginnings of an FTP serverpatacongo2012-02-041-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4368 42af7a65-404d-4744-a932-0658087f49c3
* Add inet_pton()patacongo2012-02-031-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4367 42af7a65-404d-4744-a932-0658087f49c3
* Add inet_ntop()patacongo2012-02-031-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4366 42af7a65-404d-4744-a932-0658087f49c3
* Add avsprintf()patacongo2012-02-031-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4365 42af7a65-404d-4744-a932-0658087f49c3
* Add strcasestr()patacongo2012-02-031-26/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4364 42af7a65-404d-4744-a932-0658087f49c3
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use ↵patacongo2012-02-011-6/+6
| | | | | | readline instead of fgets in NSH git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4356 42af7a65-404d-4744-a932-0658087f49c3
* Add tcsetattr and tcgetattrpatacongo2012-02-013-41/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4355 42af7a65-404d-4744-a932-0658087f49c3
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ↵patacongo2012-01-312-7/+20
| | | | | | some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4354 42af7a65-404d-4744-a932-0658087f49c3
* Can't use 'class' as a field name! Backward conditional compilation in usbmsc.cpatacongo2012-01-311-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4350 42af7a65-404d-4744-a932-0658087f49c3
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when ↵patacongo2012-01-302-314/+36
| | | | | | wrapping the telnet connection as a character driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4349 42af7a65-404d-4744-a932-0658087f49c3
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-0/+312
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3
* The composite USB device is basically functional (more testing needed)patacongo2012-01-271-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4343 42af7a65-404d-4744-a932-0658087f49c3
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-271-0/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4342 42af7a65-404d-4744-a932-0658087f49c3
* Add a text for the new composite USB devicepatacongo2012-01-264-8/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4341 42af7a65-404d-4744-a932-0658087f49c3
* More USB composite device logicpatacongo2012-01-266-156/+565
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4340 42af7a65-404d-4744-a932-0658087f49c3