summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Collapse)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 ↵Gregory Nutt2015-04-082-2/+22
| | | | last 3 members of the tm struct and support for filling them in and even using the wday in the STM32 RTC. From David Sidrane.
* drawline/drawLine should not take a boolean to select non lines caps or ↵Gregory Nutt2015-04-052-18/+24
| | | | capping at both ends. drawline/drawLine also needs to be able to put a line cap on one one end of a line
* Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. ↵Gregory Nutt2015-04-052-5/+14
| | | | The idea is that this will produce better joining between lines
* More renaming: up_lcdinitialize->board_lcd_initialize, ↵Gregory Nutt2015-04-042-23/+28
| | | | up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize
* SAMV7: Add SMC register definition header file; SAMV71-Xult: Add an LCD ↵Gregory Nutt2015-04-031-0/+7
| | | | driver. The initial commit is simply the SAVM4E-EK ILI9375 driver will bogus name changes to ILI9488.
* 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
| | | | will enable calling board_pwm_setup() from boardctl(). Replace calls to pwm_devinit() in apps/examples/pwm with calls to boardctl(). In all configurations that enable the apps/examples/pwm test, make sure that boardctl() suppoprt is properly enabled.
* Rename up_nxdrvinit() to board_graphics_setup(). Add ↵Gregory Nutt2015-03-312-1/+51
| | | | CONFIG_BOARDCTL_GRAPHICS that will enabled calls to board_graphics_setup() from boardctrl(). In apps/ and NxWidgts/, replace all calls to up_nxdrvinit with calls to boardctl().
* Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() ↵Gregory Nutt2015-03-312-0/+43
| | | | interface so that it can call board_adc_setup() on behalf of an application. Change apps/examples/adc to that is now calls boardctl() instead of adc_devinit() in order to initalize the ADC device.
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() ↵Gregory Nutt2015-03-313-45/+65
| | | | and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface.
* 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 ↵Gregory Nutt2015-03-313-3/+129
| | | | driver IOCTL call. But this is an IOCTL call directly on the board logic. This function will eventually replace all of the ad hoc OS interfaces that are current used to perform application specific intialiation and application driver test confifuration. It essentially formalizes and institutionalizes these rogue interface in to at least a single crazy call.
* 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 ↵Gregory Nutt2015-03-171-0/+4
| | | | read() method, (2) parts with extended memory regions, and (3) parts with 8-bit addressing.
* Pass the umount2() flags to every unbind() implementation. That is where ↵Gregory Nutt2015-03-141-2/+3
| | | | the the decision to umount or not will be made.
* Add umount2(). umount() is now a macro that just calls umount2() with flags ↵Gregory Nutt2015-03-142-7/+45
| | | | = 0.
* 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
| | | | Sidrane
* 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 ↵Gregory Nutt2015-02-251-17/+26
| | | | descriptors (if so configured). From Max Neklyudov
* 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 ↵Gregory Nutt2015-02-181-1/+0
| | | | to sys/time.h where it belongs. Now there are problems when it is referenced in ctime. Fixed by just removing it from ctime. Is that correct? or should ctime include sys/time.h? Noted by David Sidrane