summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Fix some changes that crept in recently:Gregory Nutt2015-04-091-1/+1
* Last changes to message queue prototypes did not make it into call gate logic.Gregory Nutt2015-04-091-3/+3
* Fixes to asinh(), atanh(), and sinh(): The 'basic' expansions all exhibited b...Gregory Nutt2015-04-093-5/+49
* Update ChangeLogGregory Nutt2015-04-091-2/+2
* Add sigset()Gregory Nutt2015-04-094-20/+288
* Remove executable flag from more .c and .h filesGregory Nutt2015-04-0921-0/+0
* Remove executable flag from some C filesGregory Nutt2015-04-093-0/+0
* Update ChangeLogGregory Nutt2015-04-091-1/+4
* Add sighold(), sigrelse(), sigignore(), and sigpause().Gregory Nutt2015-04-097-3/+306
* sigaddset() and sigdelset() need to set errno if a bad signal number is receivedGregory Nutt2015-04-093-75/+19
* CosmeticGregory Nutt2015-04-092-1/+2
* SAMA5 Serial: Reading IMR and disabling interrupt must be atomicGregory Nutt2015-04-084-14/+35
* SAM3/4 and SAMV7 UART: The IMR register is read-only. This means that sam_r...Gregory Nutt2015-04-084-6/+2
* SAMA5 Serial: Fix a couple of errors backporting termios and flowcontrolGregory Nutt2015-04-082-5/+13
* Update ChangeLogGregory Nutt2015-04-081-16/+12
* SAM3/4 and SAMV7 Serial: Serial interrupts left disabled.Gregory Nutt2015-04-082-0/+12
* SAMA5D Serial: Backup support for flowcontrol and termios from SAM3/4 -- UNVE...Gregory Nutt2015-04-081-5/+203
* Refresh some configurationsGregory Nutt2015-04-083-317/+47
* SAMV71-XULT: Update SDRAM refresh rate based on latest softpackGregory Nutt2015-04-081-1/+3
* Make some file section headers more consistent with standardGregory Nutt2015-04-08337-346/+338
* Remove some carriage returnsGregory Nutt2015-04-081-7/+7
* Remove some carriage returnsGregory Nutt2015-04-085-671/+671
* Make some file section headers more consistent with standardGregory Nutt2015-04-0877-77/+77
* Make some file section headers more consistent with standardGregory Nutt2015-04-0816-16/+16
* Make some file section headers more consistent with standardGregory Nutt2015-04-08580-644/+644
* Make some file section headers more consistent with standardGregory Nutt2015-04-0863-63/+63
* Make some file section headers more consistent with standardGregory Nutt2015-04-0845-45/+45
* Make some file section headers more consistent with standardGregory Nutt2015-04-0836-36/+36
* Fix some coding style inconsistenciesGregory Nutt2015-04-081-4/+7
* Update ChangeLogGregory Nutt2015-04-081-0/+21
* Implements CONFIG_TIME_EXTENDED as we discussed relative to providing the las...Gregory Nutt2015-04-087-11/+168
* Make some file section headers more consistent with standardGregory Nutt2015-04-0893-93/+93
* Modbus: Misc cleanupGregory Nutt2015-04-074-14/+47
* STM32: Another fix to RTC magic register from David SidraneGregory Nutt2015-04-061-2/+2
* Add conditional logic so that people who use F1 don't have to be bother with ...Gregory Nutt2015-04-061-2/+7
* STM32 RTCC: Make back-up register and magic value used by RTCC configurable. ...Gregory Nutt2015-04-063-10/+31
* Typo fixes from David SidraneGregory Nutt2015-04-062-2/+2
* Update TODOGregory Nutt2015-04-061-44/+21
* Minor changes to SAMV7 USB register definition file from reviewGregory Nutt2015-04-061-5/+6
* Cloudctrl: Update/fix defconfig fileGregory Nutt2015-04-061-13/+88
* SAMV7 USB device: Finish option to force full speed mdoeGregory Nutt2015-04-063-10/+22
* drawline/drawLine should not take a boolean to select non lines caps or cappi...Gregory Nutt2015-04-059-73/+99
* Calypso: SPI built only if CONFIG_SPIGregory Nutt2015-04-051-3/+7
* NX circular drawing. Reduce computations; line caps needed only on every oth...Gregory Nutt2015-04-053-6/+37
* Update TODO list and a READMEGregory Nutt2015-04-052-13/+6
* Update ChangeLogsGregory Nutt2015-04-051-0/+7
* Implement line caps by drawing a file circle at the each endpoint of a line w...Gregory Nutt2015-04-056-7/+109
* Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. ...Gregory Nutt2015-04-0510-38/+69
* Update comments and READMEGregory Nutt2015-04-055-27/+58
* SAMV7: Fix SDRAM initialization instabiilties by changing the order of initia...Gregory Nutt2015-04-043-72/+11