summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHIC...Gregory Nutt2015-03-312-1/+51
* Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() int...Gregory Nutt2015-03-312-0/+43
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-313-45/+65
* Fix some problems with a preceding commitGregory Nutt2015-03-311-1/+1
* boardctl(): Add a new non-standard OS interface. This is similar to a driver...Gregory Nutt2015-03-313-3/+129
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-311-0/+14
* PIC32MZ Ethernet: Add support for LAN8740A PHYGregory Nutt2015-03-291-0/+5
* Add support for LAN8740Gregory Nutt2015-03-231-1/+20
* Trivial update to commentsGregory Nutt2015-03-201-1/+2
* Add Olimexino-STM32 board support from David SidraneGregory Nutt2015-03-201-1/+1
* SAMV71-XULT: Add support for a ConfigData device on the 256 AT24 EEPROMGregory Nutt2015-03-191-10/+1
* Extend the AT24 EEPROM driver so that it supports: (1) the byte-oriented read...Gregory Nutt2015-03-171-0/+4
* Pass the umount2() flags to every unbind() implementation. That is where the...Gregory Nutt2015-03-141-2/+3
* Add umount2(). umount() is now a macro that just calls umount2() with flags ...Gregory Nutt2015-03-142-7/+45
* Add TUN device. From Max NeklyudovGregory Nutt2015-03-112-1/+106
* Add support for dumping board-specific information on assertion. From David ...Gregory Nutt2015-03-041-0/+30
* Fix issues when AES support was added for the STM32L1. From Juha NiskanenGregory Nutt2015-03-041-0/+2
* I2C interface: Add a parmeter to I2C slave callbackGregory Nutt2015-03-031-5/+8
* SPI: Add a board-specific SPI device valueGregory Nutt2015-03-021-1/+2
* Update comment and documentation for board interfacesGregory Nutt2015-02-281-3/+10
* Remove some prototypes from arch.h that do not belong thereGregory Nutt2015-02-271-22/+0
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-272-78/+144
* included/nuttx/board.h: Move all board common prototypes to this header fileGregory Nutt2015-02-271-0/+147
* Costmetic updates comments and style; Add NFS dependency on IPv4Gregory Nutt2015-02-261-1/+1
* Add BSD and SYSV types to sys/types to simplify porting. From Max NeklyudovGregory Nutt2015-02-251-2/+18
* Adjust microMIPS compile options to enable interlinking with 32-bit codeGregory Nutt2015-02-251-2/+7
* Add some definitions expected by NFS. Noted by Orbital FoxGregory Nutt2015-02-251-0/+2
* netinet/in.h: Add some IPv6 macrosGregory Nutt2015-02-251-0/+22
* Extend the fd_set type definition so that it can handle more than 32 descript...Gregory Nutt2015-02-251-17/+26
* Fix PTHREAD_COND_INITIALIZERGregory Nutt2015-02-241-1/+1
* Some typos noted by David SidraneGregory Nutt2015-02-232-4/+4
* Add some commentsGregory Nutt2015-02-191-0/+16
* Back out definition of mbstate_t. That is a mistakeGregory Nutt2015-02-192-1/+4
* Add mbstate_t to wchar.h and cwcharGregory Nutt2015-02-192-6/+22
* Add an empty cwchar fileGregory Nutt2015-02-191-0/+49
* C++: Remove 'using ::timeval' from ctime. struct timeval was recently move t...Gregory Nutt2015-02-181-1/+0
* VFS: The inode unlink method should not be support if operations on the root ...Gregory Nutt2015-02-182-0/+6
* The RTC ioctl() method is now a configuration optionGregory Nutt2015-02-181-1/+3
* Add an IOCTL method to the RTC interfaceGregory Nutt2015-02-181-0/+15
* Fix a couple of typos in recent commit. Found by David SidraneGregory Nutt2015-02-171-1/+1
* Ooops... accidentally backed out a good change. Must have had the wrong vers...Gregory Nutt2015-02-171-1/+1
* Fix a typo: include vs incldueGregory Nutt2015-02-171-2/+3
* include, not incldueGregory Nutt2015-02-171-1/+1
* Add a mostly-commented-out version of the standard netdb.h header fileGregory Nutt2015-02-171-0/+280
* Add support for the restrict keywordGregory Nutt2015-02-171-1/+4
* Move some useful internal logic from recvfrom.c and udp_callback.c and put th...Gregory Nutt2015-02-171-5/+38
* Move some useful internal macros from udp_send.c and put them in ip.h where t...Gregory Nutt2015-02-171-0/+41
* Purely cosmetic changes resulting from last review IPv6 UDP changeGregory Nutt2015-02-161-29/+67
* Standardize some header filesGregory Nutt2015-02-1630-55/+63
* Some files that now include sys/time.h should no longer include timer.hGregory Nutt2015-02-151-1/+1