188 Commits (bcee27c6cc3fae2bf9e967c22a4e720fcf5999ad)

Author SHA1 Message Date
patacongo 02354c2284 Add support for backspace and a cursor to NxConsole 13 years ago
patacongo 8f17baae37 NFS client update 13 years ago
patacongo 3d86917712 More fixes for NxConsole driver 13 years ago
patacongo 6542745de8 Add framework in NxConsole to support VT100 escape sequences 13 years ago
patacongo 55d55c1e70 Add ASCII and VT100 header files 13 years ago
patacongo 2ad4791dfa NFS update 13 years ago
patacongo 61c5ec1bc7 The NX console appears to be fully functional 13 years ago
patacongo 9e5d37dcdd NX console should only be available if NX multi-user mode is enabled 13 years ago
patacongo 07e5222a41 NX console updates 13 years ago
patacongo f5211035ab Add a test for the NX console device 13 years ago
patacongo 9c5a6f54bd Add more NX console logic 13 years ago
patacongo 5c2c73f6f5 Add beginnings of an NX console driver 13 years ago
patacongo da51ecc974 Add support for the poweroff on calypso phones 13 years ago
patacongo 97fd097f9a Move include/sercomm to include/nuttx/sercomm 13 years ago
patacongo 34c9408530 Add support for compal e99 and e88 phones 13 years ago
patacongo 3e42396a44 Updated comments; starting to implement priority protection but backed everything out but some changes to comments 13 years ago
patacongo 8bcfcd56d5 Add clock_synchronize() which may be used to re-synchonize the system time with an RTC after recovering from a low power state 13 years ago
patacongo 1018c9e441 NFS update + make some examples configurable as NSH built-ins 13 years ago
patacongo a58d4b265f Move serial header files to include/nuttx/serial 13 years ago
patacongo c22a13ef4a Move file-system header files to include/nuttx/fs 13 years ago
patacongo 0247373e8f Cosmetic PIC32 USB driver fixes (still has problems) 13 years ago
patacongo aa37eeaa03 Minor updates for PIC32 USB device driver bugs 13 years ago
patacongo 8c4a5d2149 Add hooks to support STM32 power management 13 years ago
patacongo e7eb420e2e Add psock_connect() 13 years ago
patacongo 406e1cd01b Update PIC32 Ethernet driver from debugging (still does not work 13 years ago
patacongo 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago
patacongo 82f12f7334 RPC updates 13 years ago
patacongo bb41cf1b70 Add more low-level, thread-independent socket interfaces 13 years ago
patacongo 157e80bb9d Add logic to NSH startup to call C++ static initializers on startup 13 years ago
patacongo 82da59c616 Add support for C++ static constructors (at least to a few platforms) 13 years ago
patacongo 56bcc7b105 Extend CDC/ACM driver so that can be connected/disconnected under software control; Add new NSH commands sercon and serdis that will connect and disconnect the CDC/ACM serial device 13 years ago
patacongo 112e4f55ba Fix an error the TCP/IP received sequence number counting 13 years ago
patacongo cb971e195e Add logic to STM32 SDIO driver to terminate on a DMA error 13 years ago
patacongo 2bc230a0d6 Add an infrastructure to support a generic quadrature encoder driver 13 years ago
patacongo acf1031af3 Add interface to enabled/disable debug output 13 years ago
patacongo a563ce3647 Fix some typos and compilation errors introduced in the last checkin 13 years ago
patacongo 57ae1bb526 The RAM log cannot block like more character drivers, otherwise cat /dev/syslog does not work 13 years ago
patacongo 592c4f7deb Add dmesg command that can be used to dump the syslog 13 years ago
patacongo bdbe8e114c Add logic to re-direct debug output to a sysloggin device 13 years ago
patacongo f03655f43a Add logic so that a RAM log can be used in place of a console device 13 years ago
patacongo 032e3ec3df Some changes to the Telnet/FTPD configuration 13 years ago
patacongo 3d42ab8282 FTPD daemon and example now build without errors 13 years ago
patacongo c8c29e73a8 Add the beginnings of an FTP server 13 years ago
patacongo 7b0c9374a9 Add inet_pton() 13 years ago
patacongo a72bb1fda0 Add inet_ntop() 13 years ago
patacongo a880b453f1 Add avsprintf() 13 years ago
patacongo fb7d63e558 Add strcasestr() 13 years ago
patacongo 6a4e8b32b3 Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH 13 years ago
patacongo 47fa99c4a8 Add tcsetattr and tcgetattr 13 years ago
patacongo 35a1f247c4 Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy 13 years ago