105 Commits (11a21cad8a0253431a2853e9561c74a57ee83529)

Author SHA1 Message Date
patacongo be4a25e5b5 Add skeleton file for STM32 watchdog timer driver 13 years ago
patacongo 5868e1dc92 More Kconfig updates 13 years ago
patacongo 585a703015 Developing a new way to handle application configurations 13 years ago
patacongo 5286a4c849 Kconfig updates 13 years ago
patacongo 9c8f49c100 Prep for 6.17 release 13 years ago
patacongo 211fe84e0b update Kconfig files 13 years ago
patacongo 9e918288f2 Kconfig update 13 years ago
patacongo f1c5ee72b9 Correction to the ZLP fix for the STM32 F4 OTG FS driver 13 years ago
patacongo 0c9433d032 Misc STM32 OTF FS driver fixes + More Kconfig files 13 years ago
patacongo fe091124b6 Modify configuration for use with STM32 OTG FS driver testing 13 years ago
patacongo 36e37f5da4 Move include/math.h to include/nuttx/math.h 13 years ago
patacongo 2ac0dff544 Add kconfig documentation 13 years ago
patacongo 373c6c3757 Adding skeleton Kconfig files (part 3 of 2) 13 years ago
patacongo b277d5c193 Fix read() return value for the case of permissions problem 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 e04a96b580 Can now run an NSH session within an NX window 13 years ago
patacongo 2ad4791dfa NFS update 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 52bf8b3bf1 More NX Console fixes... good progress but still not ready for prime time 13 years ago
patacongo fb9d418f66 NFS update 13 years ago
patacongo 1a975c0a58 Updaes for NX Console 13 years ago
patacongo f5211035ab Add a test for the NX console device 13 years ago
patacongo 1018c9e441 NFS update + make some examples configurable as NSH built-ins 13 years ago
patacongo c22a13ef4a Move file-system header files to include/nuttx/fs 13 years ago
patacongo 310e63cd28 NFS update; fix STM32 enabling of CAN2 clock 13 years ago
patacongo 16f7ec20bd Extend examples/can so that it can be used in other contexts 13 years ago
patacongo fd38715cba Add a PIC32 configuration that supports only a Telnet console 13 years ago
patacongo b2664b46db Fix some multiply defined symbols by making some static 13 years ago
patacongo 65e4af6e20 Prep for 6.16 release 13 years ago
patacongo 0a89a8ade3 Add support for use of a USB serial device to provide NSH console I/O. Verified on the Sure PIPIC32MX board 13 years ago
patacongo 29772a3432 The PIC32 USB device driver is (finally) functional 13 years ago
patacongo 40f49928b0 Several fixes to the PIC32 USB device OUT path logic 13 years ago
patacongo 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago
patacongo b34d35b328 A little more work (but not much progress) on the PIC32 USB device driver 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 1784e4785b Add single precision operations to FPU test 13 years ago
patacongo 2bc54edaf3 readline() (and hence NSH) now accept the DEL character as well as the Backspace character for the backspace functionality 13 years ago
patacongo fe55532f34 Fix bugs in lazy FPU register saving 13 years ago
patacongo bdd5e8adcb Add a test to verify that FPU registers are properly saved and restored on context switches. 13 years ago
patacongo 112e4f55ba Fix an error the TCP/IP received sequence number counting 13 years ago
patacongo d8c42f1ed5 Misc fixes to quadrature encoder debug output 13 years ago
patacongo 20b15f2d8c STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple block transfers result in CRC errors; avoid them by using smaller FTP buffer sizes 13 years ago
patacongo c3e6ead339 Correct a buffer size error in the STM32 ethernet driver 13 years ago
patacongo f04310d559 Correct and error in recv() and recvfrom() return value 13 years ago
patacongo 2fa893134f Document recvfrom() bug 13 years ago
patacongo 4d73d93489 Fixes all known FTP server bugs 13 years ago