220 Commits (f707a2ce60ea0818f10900e467eef2505c0fc3ec)

Author SHA1 Message Date
px4dev 01e52526cf Turn off function instrumentation for inline functions; thanks Greg. 13 years ago
patacongo c09094ccfc Add W25 FLASH driver; Use attribute definitions in nuttx/compiler.h 13 years ago
patacongo cfa24e37d6 Some ENC28J60-related fixes 13 years ago
patacongo 7c82cf6924 Fix ENC28J60 chip enable issue 13 years ago
patacongo 2c2ba7f0c5 Missed one file in last checking; Gran allocator alignment decoupled from granule size 13 years ago
patacongo 0fb57027de Changes needed for clean ez80 compile with ZDS toolchain 13 years ago
patacongo 2aa4af7139 Remove executable property from source and make files 13 years ago
patacongo f6ca2227e3 USB device drivers: Add hooks to to use common, external DMA buffer allocation implementation.. 13 years ago
patacongo eac15a4720 Fix MMC/SD support for Wildfire board; Granule allocator can now be used from intrrupt handler 13 years ago
patacongo 675f37494a Misc ENC28J60 fixes 13 years ago
patacongo 7bb74973bd Fixes for granule allocator 13 years ago
patacongo 594b34a356 Update to granule allocator; Update to ENC28j60 driver 13 years ago
patacongo 3ca467c029 Add beginning of a simple granule allocator to support DMA IO buffer allocation 13 years ago
patacongo 64c8e5c7c3 Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2 13 years ago
patacongo 648420e67a Add support for DMA memory allocator to FAT file system 13 years ago
patacongo 2d556705e5 More logic for the MX3 Wildfire board 13 years ago
patacongo 704679d7b1 Removed delay after receiving in recvfrom(). This was killing network performance 13 years ago
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
px4dev 6669c7faa9 Add an interface to the STM32 I2C driver that provides a way to reset the driver and the bus. 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
px4dev 8a365179ea Fresh import of the PX4 firmware sources. 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