summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Allow NSH date command with no RTC. This command is useful without an RTC to...Gregory Nutt2015-04-113-3/+5
* Remove all traces of CONFIG_ARMV7M_STACKCHECKGregory Nutt2015-04-117-170/+0
* STM32 changes from David SidraneGregory Nutt2015-04-118-2/+59
* Minor updates to README filesGregory Nutt2015-04-101-0/+6
* STM32 CAN: More places where FR instead FIR usedGregory Nutt2015-04-091-4/+4
* Fix several typos in commentsGregory Nutt2015-04-097-7/+7
* Update ChangeLogGregory Nutt2015-04-091-0/+1
* apps/examples/ostest: Add a test for the sigprocmask, sighold, and sigrelseGregory Nutt2015-04-092-1/+4
* Missing i found by David SidraneGregory Nutt2015-04-091-1/+1
* Refresh some configurationsGregory Nutt2015-04-093-248/+620
* Fix some issues introduced to Freedom-KL26Z build. Duplicate changes in Free...Gregory Nutt2015-04-096-255/+64
* Fixes for clean build of zp214xpa/nsh configurationGregory Nutt2015-04-095-96/+378
* boardctl(): Typo in ADC logicGregory Nutt2015-04-091-1/+1
* SIG_HOLD is not yet implementedGregory Nutt2015-04-091-5/+10
* Update ChangeLogGregory Nutt2015-04-091-0/+12
* 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