Commit Graph

3583 Commits

Author SHA1 Message Date
jeditekunum
df36a6243c Try console on serial 1. 2015-01-26 14:33:25 -06:00
jeditekunum
2103ca967a First step at porting to MoteinoMEGA. LED shows assert failure at boot. Appears to be short double blink, short off (~1sec), followed by 250ms toggle cycles. Most of it derived from amber board. 2015-01-24 14:31:35 -06:00
Gregory Nutt
ca31cf4608 Refresh configuration/update some misnamed conditional compilation 2015-01-18 11:17:00 -06:00
Gregory Nutt
de923ae391 Missing # in #if in previous commit 2015-01-17 17:13:04 -06:00
Gregory Nutt
3a0812508b Spark: Certain combinations of conditional compilation results in compilation errors 2015-01-17 14:19:25 -06:00
Gregory Nutt
764b5075bc Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I would like to be able to select IPv4 and/or IPv6 in the future 2015-01-14 10:51:09 -06:00
Gregory Nutt
6e51304d4b Remove the px4-v2_upstream configuration. Moved to misc/Obsoleted/configs.
This is not the official configuration for the PX4 board and has led to confusion by NuttX users.  The board configuration also requires some ongoing maintenance and customization to support ongoing PX4 testing and evaluation.  It is best retained the PX4 repositories where it can be properly maintained and not in the upstream NuttX repository.
2015-01-14 09:54:51 -06:00
Gregory Nutt
f374e5fde4 Tiva Timer: Revert the previous change. Thre is a better way to handler timerout interrupts.
Removed setting of the initial timer interval load value (or, rather, it is always set to zero for a free-running timer).  Also, do not unconditional enable the timer out interrupt.  The timerout interrupt is not not enabled until tiva_timer32_setinterval() is called.
2015-01-14 07:33:59 -06:00
Gregory Nutt
ef409169fa Update README 2015-01-13 16:17:07 -06:00
Gregory Nutt
1f24e7e155 Timer Timer: Timer driver now initializes without complaints. Need a test driver of some kind to make more testing progress. 2015-01-13 11:49:00 -06:00
Gregory Nutt
c2a47142e8 DK-TM3C129X Timer: Add timer initialization logic to the board bring-up 2015-01-13 11:10:35 -06:00
Gregory Nutt
f482e6e3db TM4C123G LaunchPad: Button support from Bradlye Noyes 2015-01-12 21:14:01 -06:00
Gregory Nutt
427e5c98c5 Tive System Control: Add logic to configure the alternatie clock source (ALTCLK). Needed by the Tiva timer module 2015-01-09 14:10:31 -06:00
Gregory Nutt
80c7fa20b9 Update README 2015-01-07 06:23:24 -06:00
Gregory Nutt
57202946a8 DK-TM42129X: Support for the TMP100 temperature sensor is enabled by default in the NSH configuration 2015-01-06 13:23:35 -06:00
Gregory Nutt
4d7efb5865 DK-TM4C129X: Add logic to initialize the TMP-100 temperature sensor driver at startup 2015-01-06 13:23:02 -06:00
Gregory Nutt
524ccad0ba DK-TM4C129X: Add support for on-board TMP100 temperature sensor 2015-01-06 11:50:56 -06:00
Gregory Nutt
9eda193c39 Tiva PHY Interrupts: Need to read the PHY interrupt status register in order to clear the pending PHY interrupt 2015-01-05 15:12:45 -06:00
Gregory Nutt
4457727cec DK-TM4C129X: Enable I2C6 and the I2C tool in the default configuration 2015-01-05 13:40:55 -06:00
Gregory Nutt
a3b32b0545 DK-TM4C129X: The network monitor is no enabled by default in NSH configuration 2015-01-05 12:09:33 -06:00
Gregory Nutt
43824e4725 Tiva Ethernet: Add support for PHY interrupts 2015-01-03 13:16:26 -06:00
Gregory Nutt
a6d128c06a DK-TM4C129X: Ethernet networking is now enabled by default in the NSH configuration 2015-01-03 10:27:04 -06:00
Gregory Nutt
1b2d2f81cf DK-TM4C129X: Fix RAM size in defconfig files 2015-01-03 09:44:02 -06:00
Gregory Nutt
af8245c42c DK_TM4C129X: Add more GPIO pin definitions 2015-01-01 14:16:05 -06:00
Gregory Nutt
e69855eb72 DK_TM4C129X: Add some GPIO pin definitions 2015-01-01 13:55:53 -06:00
Gregory Nutt
7fbd970ed6 TM4C129X Ethernet: Add logic to get pre-programmed MAC address from user FLASH registers 2015-01-01 12:28:46 -06:00
Gregory Nutt
47480b4696 Tiva Ethernet: Update Ethernet intializaiton logic. Still things to be done 2015-01-01 07:55:15 -06:00
Gregory Nutt
9c74f502d6 Refresh configuration 2014-12-31 07:32:47 -06:00
Gregory Nutt
db574ef3cb Remove menuconfig warning 2014-12-31 07:31:49 -06:00
Gregory Nutt
aff4c9cfd0 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
868d4b7afc 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
217f3fec70 STM32F429i-Disco USBMC configuration: SPI1 should not be enabled. It is not supported 2014-12-29 07:01:36 -06:00
Gregory Nutt
83b8e15570 Fir STM32v2: Refresh configuration 2014-12-28 18:29:35 -06:00
Gregory Nutt
3089f2e24e Fire STM32v2: Fix missing stuff in Kconfig file 2014-12-28 18:29:13 -06:00
Gregory Nutt
20b5980828 C5471 EVM: Refresh configurations 2014-12-28 18:15:30 -06:00
Gregory Nutt
9a79849116 Cloudctrl: Add missing configuration logic 2014-12-28 17:51:11 -06:00
Gregory Nutt
78d6c9d21c Compal e86 NSH: Fix numerous typos in Make.defs 2014-12-28 17:34:59 -06:00
Gregory Nutt
22125246b0 Hymini-STM32v USB MSC: Fix configuration. Needs mountpoint support for USB MSC. Refreshed 2014-12-28 17:12:03 -06:00
Gregory Nutt
febd316186 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
d74b28befd MBED NSH: Should not have CONFIG_SPI_EXCHANAGE in the configuration 2014-12-28 16:39:02 -06:00
Gregory Nutt
de6e8d1852 Freedom-KL25z: Fix breakage from last configuration refresh 2014-12-28 15:23:37 -06:00
Gregory Nutt
6368445671 Mikroe-STM32F4: Refresh one configurations, turning off DEBUG 2014-12-28 14:39:19 -06:00
Gregory Nutt
0c79c319d2 LM3S6965-EK: Refresh one configurations, turning off DEBUG 2014-12-28 14:35:47 -06:00
Gregory Nutt
e847dd1ca0 Freedom KL25Z: Refresh one configurations 2014-12-28 14:30:44 -06:00
Gregory Nutt
21e7606a88 Eagle100: Refresh one configurations, turning off DEBUG 2014-12-28 14:22:11 -06:00
Gregory Nutt
0d33717de4 STM32F429-Disco: Refresh five configurations, turning off DEBUG 2014-12-28 14:04:53 -06:00
Gregory Nutt
06db611676 STM32F40G-EVAL: Refresh two configurations, turning off DEBUG 2014-12-28 13:53:53 -06:00
Gregory Nutt
c1f61b813c Refresh Configuration 2014-12-26 09:33:20 -06:00
Gregory Nutt
7d06a77555 Update px4fmu-v2_upstream config 2014-12-26 08:40:02 -06:00
Gregory Nutt
9e0483e37c Fix columnar alignment in Kconfig file. From David Sidrane 2014-12-26 08:37:27 -06:00