summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Trivial, cosmetic typos in commentsGregory Nutt2014-10-191-9/+8
* Update ChangeLogGregory Nutt2014-10-171-0/+2
* Add a PRELINK macro to Config.mk. From KrieglederGregory Nutt2014-10-171-0/+33
* Enable selection of SPI2 for STM32L15XX in Kconfig. From Jussi KivilinnaGregory Nutt2014-10-161-0/+1
* Minor update to last Kconfig changeGregory Nutt2014-10-151-4/+8
* Fix for BSD install without -D optionGregory Nutt2014-10-151-1/+5
* Add Kconfig selections for STM32-F4x1RE SPI peripheralGregory Nutt2014-10-151-4/+42
* Fix some typosGregory Nutt2014-10-154-37/+39
* Update READMEGregory Nutt2014-10-151-8/+37
* Rename configs/nucleo-f401re to configs/nucleo-f4x1reGregory Nutt2014-10-1528-45/+47
* Extend the Nucleo-F401RE configuration to also support the Nucleo-F411RE. Fr...Gregory Nutt2014-10-1415-271/+1959
* Update ChangeLogGregory Nutt2014-10-141-0/+7
* Default for CONFIG_SCHED_HPWORK should be noGregory Nutt2014-10-141-1/+1
* Fix file mode on modified filesGregory Nutt2014-10-143-0/+0
* Support for the STM32 F411RE from Serg PodtynnyiGregory Nutt2014-10-143-3/+57
* Fix minor typos in documentationGregory Nutt2014-10-141-2/+12
* Add description of work queues to the porting guide. Update commentsGregory Nutt2014-10-146-95/+533
* Fix a compile problem noted by Marco CruzGregory Nutt2014-10-131-2/+6
* Trivial update to README fileGregory Nutt2014-10-131-2/+2
* Add SAM4E OpenOCD scriptsGregory Nutt2014-10-133-2/+112
* Missing workqueue logicGregory Nutt2014-10-121-0/+3
* Back out an incorrect changeGregory Nutt2014-10-121-2/+2
* Cosmetic update to commentsGregory Nutt2014-10-122-18/+46
* Update STM3240G-EVAL nxwm and knxwm configurationsGregory Nutt2014-10-1213-91/+304
* Fix error in protected build, user-mode work queueGregory Nutt2014-10-121-13/+9
* Fix one missed name change from last big commitGregory Nutt2014-10-121-3/+3
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-1163-203/+203
* Eliminate warningsGregory Nutt2014-10-112-21/+12
* Fix some compiler errors in user-work queue configuration that crept in the l...Gregory Nutt2014-10-114-6/+3
* Refresh configurationGregory Nutt2014-10-111-12/+29
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-1121-57/+57
* Decouple the user-space work queue from the kernel space work queuesGregory Nutt2014-10-1116-205/+202
* Cosmetic updates to commentsGregory Nutt2014-10-111-10/+9
* Make building of low-priority work queue independent of also building the hig...Gregory Nutt2014-10-113-36/+10
* Enable TCP write buffering in one SAM4E-EK configurationGregory Nutt2014-10-112-5/+21
* Update a README; Refresh a configuratinoGregory Nutt2014-10-112-95/+208
* Fix some missing conditional compilation that caused build failures in some c...Gregory Nutt2014-10-111-2/+5
* Fix a couple of C++ related problems in include/cxxGregory Nutt2014-10-112-1/+3
* Fix a couple of problems introduced in the last commmitsGregory Nutt2014-10-112-1/+2
* Update ChangeLogGregory Nutt2014-10-111-0/+2
* AIO now also supports socket transfersGregory Nutt2014-10-119-77/+175
* If there mutliple low-priority worker threads, only one needs to perform garb...Gregory Nutt2014-10-114-54/+95
* Update ChangeLogGregory Nutt2014-10-101-1/+5
* Add logic for priority inheritance with multiple worker threads. How should ...Gregory Nutt2014-10-101-45/+100
* Cosmetic changes to commentsGregory Nutt2014-10-101-2/+2
* Add Kconfig support to select the number of low-priority worker threadGregory Nutt2014-10-101-0/+15
* Update ChangeLog and TODOGregory Nutt2014-10-102-47/+11
* Add support for multiple low-priority worker threadsGregory Nutt2014-10-1014-78/+205
* Fix a few bugs introduced in the last checkinGregory Nutt2014-10-101-4/+2
* User-mode work queue logic should not disable interruptsGregory Nutt2014-10-1014-101/+654