summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cloudctrl: Add missing configuration logicGregory Nutt2014-12-282-95/+644
|
* Compal e86 NSH: Fix numerous typos in Make.defsGregory Nutt2014-12-282-76/+247
|
* Update ChangeLogGregory Nutt2014-12-281-1/+3
|
* Hymini-STM32v USB MSC: Fix configuration. Needs mountpoint support for USB ↵Gregory Nutt2014-12-281-64/+250
| | | | MSC. Refreshed
* apps/system/usbmsc: Fix some corrupted conditional compilation that crept ↵Gregory Nutt2014-12-281-4/+4
| | | | in. Looks like some automatated update gone awry.
* Tiva SSI: Fix oversight in last commit. Would only fixe the case where the ↵Gregory Nutt2014-12-281-3/+3
| | | | single SSI enabled was SSI0
* Tiva SSI: Fix some recent breakage to the Tiva SSI driver for the case where ↵Gregory Nutt2014-12-282-2/+22
| | | | only one SSI modules is enabled
* MBED NSH: Should not have CONFIG_SPI_EXCHANAGE in the configurationGregory Nutt2014-12-281-65/+201
|
* Freedom-KL25z: Fix breakage from last configuration refreshGregory Nutt2014-12-281-0/+3
|
* Serial: Allow serial console selection even if /dev/console is disabled: ↵Gregory Nutt2014-12-281-1/+1
| | | | There can still be a serial console with no file system at all
* Don't build pread()/pwrite() if file system support is disabledGregory Nutt2014-12-281-4/+0
|
* Update ChangeLogGregory Nutt2014-12-281-0/+4
|
* Semaphores: sem_waitirq.c must be built when signals are disabled. That is ↵Gregory Nutt2014-12-283-14/+13
| | | | because not handles not only the case of semaphore wait being awakened by a signal, but also the case with sem_timedwait.c when the semaphore wait is awakened by a timeout.
* Semahores: Remove a warning with SIGNALS are disabledGregory Nutt2014-12-281-2/+0
|
* Mikroe-STM32F4: Refresh one configurations, turning off DEBUGGregory Nutt2014-12-281-119/+324
|
* LM3S6965-EK: Refresh one configurations, turning off DEBUGGregory Nutt2014-12-281-84/+238
|
* Freedom KL25Z: Refresh one configurationsGregory Nutt2014-12-281-96/+229
|
* Eagle100: Refresh one configurations, turning off DEBUGGregory Nutt2014-12-281-92/+224
|
* STM32F429-Disco: Refresh five configurations, turning off DEBUGGregory Nutt2014-12-285-356/+755
|
* STM32F40G-EVAL: Refresh two configurations, turning off DEBUGGregory Nutt2014-12-282-183/+525
|
* Update README.txtGregory Nutt2014-12-281-27/+60
|
* Update README.txtGregory Nutt2014-12-281-0/+4
|
* STM32 Serial: PX4 HW workarround for flaky STM32 RTS. From David SidraneGregory Nutt2014-12-274-6/+76
|
* Remove STM32-specific RX flow control logic from the upper level serial ↵Gregory Nutt2014-12-273-21/+37
| | | | driver to the lower level STM32 serial driver
* Serial RX Flow Control: Fix a bunch of compile problems introduced into ↵Gregory Nutt2014-12-272-35/+38
| | | | unbuilt, conditioned out logic
* Eliminate an unnecessary calculation in the serial RX flow control logicGregory Nutt2014-12-271-2/+2
|
* Updte ChangeLogGregory Nutt2014-12-271-0/+6
|
* Serial Upper Half: Add watermarks to RX flow control logicGregory Nutt2014-12-276-19/+129
|
* STM32: Fix some incorrectly placed conditional logicGregory Nutt2014-12-262-6/+5
|
* Back out some incorrect conditional compilationGregory Nutt2014-12-261-2/+0
|
* Update ChangeLogGregory Nutt2014-12-261-0/+3
|
* EFM32 Timer/PWM: Add support for timer/PWM EFM32GG. From Pierre-noel ↵Gregory Nutt2014-12-267-1/+1567
| | | | Bouteville
* Refresh ConfigurationGregory Nutt2014-12-261-2/+13
|
* ARMv7M: More runtine stack checking logic. From David SidraneGregory Nutt2014-12-261-0/+112
|
* Update px4fmu-v2_upstream configGregory Nutt2014-12-262-1/+14
|
* Fix columnar alignment in Kconfig file. From David SidraneGregory Nutt2014-12-261-1/+1
|
* STM32 I2C: Add strings to decode trace events. From David SidraneGregory Nutt2014-12-261-3/+24
|
* Add support for run time stack checking for the STM32. From David SidraneGregory Nutt2014-12-264-2/+44
|
* Fix some misplaced conditional compilation. From David SidraneGregory Nutt2014-12-261-5/+4
|
* More RAMTRON related fixes from David SidraneGregory Nutt2014-12-263-18/+32
|
* Most superstitous updates to the RAMTROM driver make it more compatibile ↵Gregory Nutt2014-12-264-22/+132
| | | | with the version used by PX4. From David Sidrane
* Update READMEGregory Nutt2014-12-261-30/+42
|
* Cosmet updates to comments and README filesGregory Nutt2014-12-2418-25/+78
|
* DK-TM4C129X: Fix sense of LEDs; active high. Also GPIO for blue and green ↵Gregory Nutt2014-12-223-18/+26
| | | | reversed
* Tiva: Update UART header file for TM4C129XGregory Nutt2014-12-221-106/+495
|
* Tiva: Upate GPIO header file for TM4C129XGregory Nutt2014-12-222-136/+558
|
* TM4C129X: Simplify be removing unnecessary temporary variableGregory Nutt2014-12-221-19/+19
|
* TM4C129X: Simplify be removing unnecessary temporary variableGregory Nutt2014-12-221-8/+4
|
* TM4C129X: First cut at new Tiva clock configuration logicGregory Nutt2014-12-222-66/+273
|
* TM4C129X: A small step toward understanding new Tiva clockingGregory Nutt2014-12-223-54/+106
|