summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-0845-45/+45
* Implements CONFIG_TIME_EXTENDED as we discussed relative to providing the las...Gregory Nutt2015-04-082-2/+22
* drawline/drawLine should not take a boolean to select non lines caps or cappi...Gregory Nutt2015-04-052-18/+24
* Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. ...Gregory Nutt2015-04-052-5/+14
* More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt2015-04-042-23/+28
* SAMV7: Add SMC register definition header file; SAMV71-Xult: Add an LCD drive...Gregory Nutt2015-04-031-0/+7
* Remove carriage returns from fileGregory Nutt2015-04-031-137/+137
* Add ILI9488 header fileGregory Nutt2015-04-031-0/+137
* Add a very basic driver for the CS2100-CP Fractional-N Multipler chip.Gregory Nutt2015-04-022-2/+86
* Fix some missing inclusions in include/nuttx/board.hGregory Nutt2015-04-011-0/+4
* Header file for the CS2100-CPGregory Nutt2015-04-011-0/+165
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-014-13/+13
* Update DocumentationGregory Nutt2015-04-011-1/+1
* Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ...Gregory Nutt2015-03-312-2/+32
* 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