Gregory Nutt
|
2317da4192
|
Minor corrections to Ethernet driver skeleton
|
2014-12-31 13:02:30 -06:00 |
Gregory Nutt
|
6d1a79ed40
|
Minor updated to Ethernet driver skeleton
|
2014-12-31 12:26:18 -06:00 |
Gregory Nutt
|
2194daff18
|
Update Changelog
|
2014-12-31 11:40:08 -06:00 |
Gregory Nutt
|
f9775de8ca
|
Tiva Ethernet: Add basic clock/power controls for Ethernet and internal PHY
|
2014-12-31 11:40:01 -06:00 |
Gregory Nutt
|
448ab48f8d
|
Tiva Ethernet: First cut at TM4C129X Ethernet driver. Initial commit is basically just the STM32 Ethernet driver with modifications for a clean compilation in the Tiva environment
|
2014-12-31 11:34:24 -06:00 |
Gregory Nutt
|
24ab902dff
|
Tiva Ethernet: Minor naming update for compatibility
|
2014-12-31 09:39:00 -06:00 |
Gregory Nutt
|
ad4de38641
|
Refresh configuration
|
2014-12-31 07:32:47 -06:00 |
Gregory Nutt
|
84485b2601
|
Tiva Ethernet: Add DMA descriptor definitions
|
2014-12-31 07:32:11 -06:00 |
Gregory Nutt
|
a1bff3f9eb
|
Remove menuconfig warning
|
2014-12-31 07:31:49 -06:00 |
Gregory Nutt
|
09446f7d27
|
Update drivers/net/skeleton.c
|
2014-12-31 06:37:14 -06:00 |
Gregory Nutt
|
54142ae9a6
|
Mostly cosmetic
|
2014-12-30 17:00:15 -06:00 |
Gregory Nutt
|
157916ba4c
|
Uses DEBUASSERT, mut include assert.h
|
2014-12-30 16:58:02 -06:00 |
Gregory Nutt
|
3666af88d4
|
drivers/net/skeleton.c: Add outline for support with CONFIG_NET_NOINTS
|
2014-12-30 14:56:37 -06:00 |
Gregory Nutt
|
495a491560
|
Update ChangeLog
|
2014-12-30 13:46:22 -06:00 |
Gregory Nutt
|
bec4cc0483
|
Tiva Ethernet: Completes TM4C129X Ethernet register definition header file
|
2014-12-30 13:42:19 -06:00 |
Gregory Nutt
|
dd31c12ed5
|
Don't error out if no ethernet definitions available
|
2014-12-30 13:26:18 -06:00 |
Gregory Nutt
|
094eb69ca0
|
Tiva Ethernet: More progress with register bit definitions
|
2014-12-30 11:08:18 -06:00 |
Gregory Nutt
|
9f0b5fa394
|
Tiva Ethernet: More progress with register bit definitions
|
2014-12-30 09:22:24 -06:00 |
Gregory Nutt
|
6f113fc8f4
|
TM4C129G Ethernet: Add Ethernet register addresses. Header files still incomplete
|
2014-12-30 08:09:09 -06:00 |
Gregory Nutt
|
0eaa52df4e
|
Tiva: Add framework to support the uniqueu TM4C Ethernet register definitions
|
2014-12-30 07:07:16 -06:00 |
Gregory Nutt
|
cf651e0ce3
|
Fix warning caused by missing comment closing */. From David Sidrane.
|
2014-12-30 06:22:18 -06:00 |
Gregory Nutt
|
b4f235c33f
|
Added forward reference to eliminate warnings. From David Sidrane.
|
2014-12-30 06:20:40 -06:00 |
Gregory Nutt
|
1bfec1a702
|
Fixes warning about block_operations not being defined. From David Sidrane.
|
2014-12-30 06:19:30 -06:00 |
Gregory Nutt
|
45584fdfe5
|
Update TODO lis
|
2014-12-29 11:03:33 -06:00 |
Gregory Nutt
|
168596a9ad
|
Update ChangeLogs
|
2014-12-29 10:06:14 -06:00 |
Gregory Nutt
|
901e717d5e
|
stm32: update description and code documentation. Also fixes a few code formattings.
Signed-off-by: Marco Krahl <ocram.lhark@gmail.com>
|
2014-12-29 09:59:46 -06:00 |
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 |