194 Commits (37c517c25c0f3911cc18d6c138b37d82056f99b7)

Author SHA1 Message Date
patacongo fb06dd2182 Add sendfile() 13 years ago
patacongo d593a95d5a Add support for multiple work queues 13 years ago
patacongo ee6cba7a01 Add lib.csv that may be used to generate C library symbol tables 13 years ago
patacongo b121fbbb00 Add configurable application entry point 13 years ago
patacongo f53d3ecc71 Add perror() 13 years ago
patacongo fe493d8bb8 Fix some list handling associated with priority inheritance 13 years ago
patacongo 20c7cf9db9 Update STM32 USB OTG FS host driver -- the driver is now marginally functional 13 years ago
patacongo 451e17f183 Several more bug fixes for STM32 OTG FS host driver 13 years ago
patacongo 27bd0bbee4 Changes for clean STM32 USB host driver build 13 years ago
patacongo 4f56a72bea STM32 USB host driver is code compelte (but untested) 13 years ago
patacongo d5c4c4da8d Fix bad AVR C++ include paths; remove stray typo from ctypes.h 13 years ago
patacongo 18669722d8 Define NULL to be (0) for C++ 13 years ago
patacongo 2b184e2630 drivers/serial/serial.c open, read, write, and poll methods will not return a short transfer or an EINTR error if a signal is received while waiting (only) 13 years ago
patacongo fca1ea81db I learned how to spell PSEUDO 13 years ago
patacongo aa8c93baab Extend the NSH mount command so that it will enumerate mountpoints if no arguments are provided 13 years ago
patacongo 606c031000 Improve capability to traverse inodes in the NuttX psuedo-filesystem; now returns statfs 13 years ago
patacongo 07b635386d Add capability to traverse inodes in the NuttX psuedo-filesystem 13 years ago
patacongo a9ba8355fb Fix syslog mutual exclusion and interrupt level logic 13 years ago
patacongo 30e820d861 The initial SYLOG device logic was valiant but yet still not enough 13 years ago
patacongo 6913926a96 Move RAMLOG driver to drivers/syslog; Add ability to output debug information to any character device or file 13 years ago
patacongo 20324504d5 atexit() and on_exit() may now be configured to support multiple exit callbacks 13 years ago
patacongo 6c75c18bae Review and update some board configurations 13 years ago
patacongo b8fef0cc97 Add memccpy{} 13 years ago
patacongo 1b70837411 Add memchr() 13 years ago
patacongo 94b6f9e9cc Mostly cosmetic updates 13 years ago
patacongo cbc32cd067 Fix logic error in configuring PGA11x devices in a daisy chain. Add logic interface with individual PGA11x chips in a daisy-chain 13 years ago
patacongo 7e70b4bdf6 PGA11x driver belongs in analog/ not input/ 13 years ago
patacongo cf48e3c73f Add support for the TI PGA11x amplifier/multiplexer 13 years ago
patacongo ca8620083e Add PM support for the STM32F4Discovery -- still a work in progress 13 years ago
patacongo d7280d4382 Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeed 13 years ago
patacongo 393b2646c2 Remove BOTHER 13 years ago
patacongo 1e15a6d1cf Baud definitions (B9600 for example) are again encoded; Now supports the BOTHER settings which allows specifying the baud via c_ispeed and c_ospeed termios fields 13 years ago
patacongo fce36677c1 Loosen up termios interfaces to allow more flexible baud settings; remove AIX-like interfaces of last check-in 13 years ago
patacongo 81d5f42a18 Add support for extended BAUD settings 13 years ago
patacongo dfa161e3c2 Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modbus; Add new termios APIs 13 years ago
patacongo 11774cfb20 Add completed but untested support for RS-485 on the LPC43xx 13 years ago
patacongo 3dd3e950cb Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete) 13 years ago
patacongo 0f1567878c Header file clean-up 13 years ago
patacongo 397386eb8a Implement basic SPIFI block driver for the LPC43xx (doesn't work) 13 years ago
patacongo 4f1e53b492 PM update 13 years ago
patacongo 266f29b3a1 Add a generic GCC stdarg.h header file 13 years ago
patacongo 7ec3df6877 Add a driver for SST 25 FLASH 13 years ago
patacongo 524b08c3fc Updates to support the Mirtoo internal clocking 13 years ago
patacongo 8812170a7c Fix RTC alarm function pointer 13 years ago
patacongo a81c274be8 PIC32MX1/2 pin selection logic; Mirtoo LEDs, SPI2, and UART2 configuration 13 years ago
patacongo 3611ea2855 STM32 power management update 13 years ago
patacongo 3f57b622df Add NFS rewinddir support; fixe some NFS warnings 13 years ago
patacongo 1c2b2798b4 Clean up NFS user interface; Fix NFS disconnect bug 13 years ago
patacongo c3cba92265 Minor change to NFS interface 13 years ago
patacongo a27028feab NFS just finished a major weight reduction program 13 years ago