131 Commits (09eac48792417206230798528de54a7d1c349f1d)

Author SHA1 Message Date
patacongo ec81f66d5c Add circular DMA support to STM32 and STM32 serial driver; Add initial configuration for the Mikroelektronika PIC32MX7 MMB board 13 years ago
patacongo 941cf06037 More Kconfig stuff 13 years ago
patacongo 530040b164 drivers/serial: Don't disable Rx interrrupts on each character 13 years ago
patacongo 6aa752b338 Disable line buffering if the file is opened in binary mode; Also fix a couple of fopen/fdopen bugs 13 years ago
patacongo 2e53a5cf45 Fix sched_setscheduler() return value 13 years ago
patacongo 338ad36286 Add beginning of LCD driver for the STM3240G-EVAL 13 years ago
patacongo 3be0d43036 Add a watchdog timer test 13 years ago
patacongo be4a25e5b5 Add skeleton file for STM32 watchdog timer driver 13 years ago
patacongo 9c8f49c100 Prep for 6.17 release 13 years ago
patacongo 8133934480 Add an upper half watchdog timer driver 13 years ago
patacongo a48bc67382 Add a header file that defines a standard watchdog timer driver 13 years ago
patacongo e37d8b5e5d Extend the USB device/class interface: Add parameters to pass the EP0 OUT data that should accompany the OUT SETUP request 13 years ago
patacongo 16b8b599a9 Add tools/cmpconfig.c to compare to configuration files 13 years ago
patacongo 3e8cc7b056 Include libgcc.a inside of the group of recursively linked libraries in all Makefiles 13 years ago
patacongo 74ed2d1e60 Updated Kconfig files from Lzyy 13 years ago
patacongo 68ddcbf917 Add RX interrupt logic to the STM32 OTG FS device driver 13 years ago
patacongo 48c8d782f9 Beginning of a NuttX configuration tool 13 years ago
patacongo 02354c2284 Add support for backspace and a cursor to NxConsole 13 years ago
patacongo 6542745de8 Add framework in NxConsole to support VT100 escape sequences 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 61c5ec1bc7 The NX console appears to be fully functional 13 years ago
patacongo 5c2c73f6f5 Add beginnings of an NX console driver 13 years ago
patacongo 4bbb82261c Use const storage class on a few declarations to save SRAM 13 years ago
patacongo 79bdfcae3d A few more Calypso/Compal updates 13 years ago
patacongo f553c16cf6 Prep for NxWidgets 1.0 release 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 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 aa37eeaa03 Minor updates for PIC32 USB device driver bugs 13 years ago
patacongo 199e931462 The PIC32 USB driver (finally) works the the Mass Storage Class 13 years ago
patacongo 2286099a15 Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- Need to enable CAN1 clocking to use CAN2 13 years ago
patacongo 8c4a5d2149 Add hooks to support STM32 power management 13 years ago
patacongo 227b5d0f56 Fix a deadlock when using the NSH ifconfig command over Telnet 13 years ago
patacongo 4757dd6aa8 PIC32 Ethernet driver now appears stable 13 years ago
patacongo e7eb420e2e Add psock_connect() 13 years ago
patacongo 126f9640b8 More STM32 USB OTG definitions 13 years ago
patacongo c6bd4f78c4 Add support for the Sure DB-DP11212 PIC32 board 13 years ago
patacongo 2204da6b60 Prep for 6.16 release 13 years ago
patacongo 288631c44f Add support for the STM3220G-EVAL board 13 years ago
patacongo 7882e0671e Update PIC32 Ethernet driver 13 years ago
patacongo 3b1852082c Verified USB (device) on the PIC32 Ethernet Starter Kit 13 years ago
patacongo 3ded48ceae Add an NSH configuratin for the PIC32 starter kit 13 years ago
patacongo a0b537dd76 Add PIC32 SPI driver 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 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago
patacongo bb41cf1b70 Add more low-level, thread-independent socket interfaces 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