Gregory Nutt
|
3a5571da63
|
stm32f429i-disco: change ltdc initializing during boot up. This moves initializing of the ili9341 lcd and ltdc driver to the board specific initializing routine.
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
|
2014-12-29 09:50:36 -06:00 |
|
Gregory Nutt
|
3e6307d8ec
|
stm32: fix wait upon vertical blank. This should never have occurred before.
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
|
2014-12-29 09:48:25 -06:00 |
|
Gregory Nutt
|
c149b1625c
|
stm32: fix faulty access to non existing layer. This disables operation that requires double layer support, when configured for single layer only.
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
|
2014-12-29 09:45:30 -06:00 |
|
Gregory Nutt
|
c1343063f8
|
Minor TODO list update
|
2014-12-29 09:45:18 -06:00 |
|
Gregory Nutt
|
cebc32f793
|
Update TODO list
|
2014-12-29 07:25:44 -06:00 |
|
Gregory Nutt
|
a99f6c2061
|
STM32F429i-Disco USB: Strangeness: Conditioned on OTGHS but called otgfs initialize routines. Must be something broken
|
2014-12-29 07:02:32 -06:00 |
|
Gregory Nutt
|
715ea79555
|
STM32F429i-Disco USBMC configuration: SPI1 should not be enabled. It is not supported
|
2014-12-29 07:01:36 -06:00 |
|
Gregory Nutt
|
7881675f4e
|
Fir STM32v2: Refresh configuration
|
2014-12-28 18:29:35 -06:00 |
|
Gregory Nutt
|
4e8a4b073d
|
Fire STM32v2: Fix missing stuff in Kconfig file
|
2014-12-28 18:29:13 -06:00 |
|
Gregory Nutt
|
d99a4409d4
|
C5471 EVM: Refresh configurations
|
2014-12-28 18:15:30 -06:00 |
|
Gregory Nutt
|
cf19bafccf
|
C5471: choice has a default value. It should not
|
2014-12-28 18:15:17 -06:00 |
|
Gregory Nutt
|
34617b7ef0
|
Cloudctrl: Add missing configuration logic
|
2014-12-28 17:51:11 -06:00 |
|
Gregory Nutt
|
0c7a828ed3
|
Compal e86 NSH: Fix numerous typos in Make.defs
|
2014-12-28 17:34:59 -06:00 |
|
Gregory Nutt
|
84db75e507
|
Hymini-STM32v USB MSC: Fix configuration. Needs mountpoint support for USB MSC. Refreshed
|
2014-12-28 17:12:03 -06:00 |
|
Gregory Nutt
|
9d2311e4a2
|
Tiva SSI: Fix oversight in last commit. Would only fixe the case where the single SSI enabled was SSI0
|
2014-12-28 16:58:36 -06:00 |
|
Gregory Nutt
|
788541aecf
|
Tiva SSI: Fix some recent breakage to the Tiva SSI driver for the case where only one SSI modules is enabled
|
2014-12-28 16:55:47 -06:00 |
|
Gregory Nutt
|
ef73e1ca03
|
MBED NSH: Should not have CONFIG_SPI_EXCHANAGE in the configuration
|
2014-12-28 16:39:02 -06:00 |
|
Gregory Nutt
|
1af7fecb08
|
Freedom-KL25z: Fix breakage from last configuration refresh
|
2014-12-28 15:23:37 -06:00 |
|
Gregory Nutt
|
5ee81c0d50
|
Serial: Allow serial console selection even if /dev/console is disabled: There can still be a serial console with no file system at all
|
2014-12-28 15:23:05 -06:00 |
|
Gregory Nutt
|
936e4e529d
|
Don't build pread()/pwrite() if file system support is disabled
|
2014-12-28 15:20:41 -06:00 |
|
Gregory Nutt
|
cc640b6639
|
Update ChangeLog
|
2014-12-28 15:04:57 -06:00 |
|
Gregory Nutt
|
826f5516ff
|
Semaphores: sem_waitirq.c must be built when signals are disabled. That is 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.
|
2014-12-28 15:03:12 -06:00 |
|
Gregory Nutt
|
78b755961f
|
Semahores: Remove a warning with SIGNALS are disabled
|
2014-12-28 14:54:40 -06:00 |
|
Gregory Nutt
|
3ad7130f37
|
Mikroe-STM32F4: Refresh one configurations, turning off DEBUG
|
2014-12-28 14:39:19 -06:00 |
|
Gregory Nutt
|
61f0dcbde0
|
LM3S6965-EK: Refresh one configurations, turning off DEBUG
|
2014-12-28 14:35:47 -06:00 |
|
Gregory Nutt
|
702d760e86
|
Freedom KL25Z: Refresh one configurations
|
2014-12-28 14:30:44 -06:00 |
|
Gregory Nutt
|
f785ee138a
|
Eagle100: Refresh one configurations, turning off DEBUG
|
2014-12-28 14:22:11 -06:00 |
|
Gregory Nutt
|
338d76d84b
|
STM32F429-Disco: Refresh five configurations, turning off DEBUG
|
2014-12-28 14:04:53 -06:00 |
|
Gregory Nutt
|
19037d6c9e
|
STM32F40G-EVAL: Refresh two configurations, turning off DEBUG
|
2014-12-28 13:53:53 -06:00 |
|
Gregory Nutt
|
f50686c621
|
Update README.txt
|
2014-12-28 13:28:14 -06:00 |
|
Gregory Nutt
|
2967dd1570
|
Update README.txt
|
2014-12-28 10:42:19 -06:00 |
|
Gregory Nutt
|
089578319a
|
STM32 Serial: PX4 HW workarround for flaky STM32 RTS. From David Sidrane
|
2014-12-27 18:58:18 -06:00 |
|
Gregory Nutt
|
33f7151cd9
|
Remove STM32-specific RX flow control logic from the upper level serial driver to the lower level STM32 serial driver
|
2014-12-27 09:45:45 -06:00 |
|
Gregory Nutt
|
32fd858dc6
|
Serial RX Flow Control: Fix a bunch of compile problems introduced into unbuilt, conditioned out logic
|
2014-12-27 08:15:41 -06:00 |
|
Gregory Nutt
|
2fadd0da4b
|
Eliminate an unnecessary calculation in the serial RX flow control logic
|
2014-12-27 08:00:48 -06:00 |
|
Gregory Nutt
|
df1f9fad03
|
Updte ChangeLog
|
2014-12-27 07:45:36 -06:00 |
|
Gregory Nutt
|
aefde565d3
|
Serial Upper Half: Add watermarks to RX flow control logic
|
2014-12-27 07:43:06 -06:00 |
|
Gregory Nutt
|
1c39b67e32
|
STM32: Fix some incorrectly placed conditional logic
|
2014-12-26 12:41:35 -06:00 |
|
Gregory Nutt
|
33bcb5dbca
|
Back out some incorrect conditional compilation
|
2014-12-26 10:26:52 -06:00 |
|
Gregory Nutt
|
25d685c77f
|
Update ChangeLog
|
2014-12-26 09:57:21 -06:00 |
|
Gregory Nutt
|
85963aa469
|
EFM32 Timer/PWM: Add support for timer/PWM EFM32GG. From Pierre-noel Bouteville
|
2014-12-26 09:55:19 -06:00 |
|
Gregory Nutt
|
ce4c433037
|
Refresh Configuration
|
2014-12-26 09:33:20 -06:00 |
|
Gregory Nutt
|
fc3765b5ae
|
ARMv7M: More runtine stack checking logic. From David Sidrane
|
2014-12-26 08:46:25 -06:00 |
|
Gregory Nutt
|
0e625b64f4
|
Update px4fmu-v2_upstream config
|
2014-12-26 08:40:02 -06:00 |
|
Gregory Nutt
|
91bc8712ef
|
Fix columnar alignment in Kconfig file. From David Sidrane
|
2014-12-26 08:37:27 -06:00 |
|
Gregory Nutt
|
a2f0afd222
|
STM32 I2C: Add strings to decode trace events. From David Sidrane
|
2014-12-26 08:35:21 -06:00 |
|
Gregory Nutt
|
8f433bb731
|
Add support for run time stack checking for the STM32. From David Sidrane
|
2014-12-26 08:30:42 -06:00 |
|
Gregory Nutt
|
6daa9468f6
|
More RAMTRON related fixes from David Sidrane
|
2014-12-26 08:15:59 -06:00 |
|
Gregory Nutt
|
996d6c9d55
|
Most superstitous updates to the RAMTROM driver make it more compatibile with the version used by PX4. From David Sidrane
|
2014-12-26 07:59:09 -06:00 |
|
Gregory Nutt
|
5ffb05f551
|
Update README
|
2014-12-26 07:11:07 -06:00 |
|