Alan Carvalho de Assis
505358b08f
configs/stm32f103-minimum: Add Nunchuck board support for stm32f103-minimum board
2017-11-29 07:06:54 -06:00
Gregory Nutt
4d4029afeb
Update README files
2017-11-28 14:43:36 -06:00
Gregory Nutt
472fa0cf20
Add missing file in previous commit
2017-11-28 12:54:03 -06:00
Alan Carvalho de Assis
6e22092c67
configs/stm32f4discovery/src: Add stm32f4discovery board support for Nunchuck joystick
2017-11-28 12:23:02 -06:00
Alan Carvalho de Assis
a3e6d02d8b
configs/stm32f4discovery/include/board.h: Remove only I2C pin config, we can use PB6 and PB9
2017-11-28 12:20:45 -06:00
Masayuki Ishikawa
da7f0542f0
Merged in masayuki2009/nuttx.nuttx/lc823450_rndis (pull request #549 )
...
configs/lc823450-xgevk: Add rndis configuration
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-11-28 04:31:16 +00:00
Masayuki Ishikawa
fb49472ec8
Merged in masayuki2009/nuttx.nuttx/lc823450_smp_audio (pull request #547 )
...
lc823450 smp audio
* arch/arm/src/lc823450: Remove a workaround in up_cpu_paused()
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
* arch/arm/src/lc823450: Introduce g_gpio_lock to improve write performance in SMP mode.
NOTE: This is a tentative solution and should be replaced with more generic one.
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
* arch/arm/src/lc823450: Add a workaround in up_txready() to avoid data corruption.
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
* configs/lc823450-xgevk: Enable CONFIG_SMP for audio
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
* configs/lc823450-xgevk: Update README.txt regarding SMP audio
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-11-27 07:20:54 +00:00
Gregory Nutt
43a221f308
configs: Remove some old, redundant, obsolete boilerplate regarding toolchains that has been cloned into most of the board README files.
2017-11-26 11:36:03 -06:00
Gregory Nutt
b7eaec3de3
configs/stm3240g-eval: Add support for pdcurses and the pdcurses demo programs in the 'fb' configuration.
2017-11-26 06:32:43 -06:00
Gregory Nutt
5328e3bafb
configs/: CONFIG_QENCODER was renamed to CONFIG_SENSORS_QENCODER: update occurrences in several Kconfig files
2017-11-25 18:46:43 -06:00
Alan Carvalho de Assis
674b331f03
arm/src/xmc4: Include Alt. Interrupt Enable to RX_EVENTS and rename serial GPIO configurations.
2017-11-25 18:13:23 -06:00
Gregory Nutt
38dc3fe442
STM3240G-EVAL: Mount procfs if enabled.
2017-11-25 18:03:01 -06:00
Gregory Nutt
c2c2c4f111
drivers/lcd: Make LCD driver configuration indepently selected from NX graphics configuration. This makes things awkward and loses some error checking but is a necessary step in order to make LCD drivers usable when the NX graphics system is disabled.
2017-11-25 13:13:30 -06:00
Gregory Nutt
5c27c0dad4
STM32F4 Discovery: Fix some errors do missing inclusion of stm32_gpio.h
2017-11-25 12:06:22 -06:00
Gregory Nutt
3657723208
drivers/lcd: Add support for external LCD initialization required by some board logic. configs/zpa214xpa: Tried to get the LCD working again unsuccessfully. Too much bit rot I suppose.
2017-11-25 11:41:21 -06:00
Gregory Nutt
776b65bc90
Revert "arch/arm/src/xmc4: Serial fix... Cannot use SR1 for RXD. It will not work on this hardware. This means that no more than on UART can be configured per USIC."
...
This reverts commit 88982df09c
.
2017-11-25 09:45:12 -06:00
Gregory Nutt
88982df09c
arch/arm/src/xmc4: Serial fix... Cannot use SR1 for RXD. It will not work on this hardware. This means that no more than on UART can be configured per USIC.
2017-11-25 08:19:43 -06:00
Gregory Nutt
b2764a9e4b
graphicx/nxmu: nx_server() should be static.
2017-11-25 06:54:13 -06:00
Alan Carvalho de Assis
639f77341a
arch/arm/src/xmc4: Remove hard-coded values in clock configuration. USB will be fixed later.
2017-11-25 06:39:44 -06:00
Gregory Nutt
288db5c7b5
configs/xtrs: Removed the XTRS configuration This was an unverified port of NuttX to a TRS-80 simulator. It was removed because (1) it is, as I said, unverified as well as unsupported, and (2) the TRS-80 simulation is a sub-optimal platform. That platform includes a 16-bit ROM image and only a 48Kb RAM space.
2017-11-24 15:21:34 -06:00
Alan Carvalho de Assis
0ac8ac240a
arch/arm/src/xmc4: Do not run at 144MHz unless BOARD_FCPU_144MHZ is selected in the board.h header file.
2017-11-24 12:47:47 -06:00
Alan Carvalho de Assis
3931621bde
configs/xmc4500-relax: Setup max. freq. 120MHz and setup pull-up to UART RXD pin
2017-11-24 12:31:02 -06:00
Gregory Nutt
168809764f
configs: All NX configuration... Because of recent changes to libnx/nxfonts, Supported bit per pixel must be separated specified for NXFONTs too and need to match the select BPP for NX.
2017-11-24 06:33:54 -06:00
Alan Carvalho de Assis
e4fcf00fc5
configs/stm32f4disovery: Add support for JLX12864G display on STM32F4 Discovery board
2017-11-23 08:41:16 -06:00
Anthony Merlino
3be15c0f8f
clicker2-stm32: Adds support for USB RNDIS device
2017-11-22 14:03:58 -05:00
Gregory Nutt
af65eac4f2
net/icmp and icmpv6: Fix some errors in debug assertions introduced with last changes in this area. Also updates a REAME.txt file
2017-11-22 11:38:17 -06:00
Gregory Nutt
d1aead1d8c
configs/lm3x*/README.txt: Remove some old, redundant, obsolete stuff from some README.txt files.
2017-11-22 06:54:47 -06:00
Alan Carvalho de Assis
389cc49447
configs/stm32f103-minimum: Add framebuffer driver initialization for stm32f103-minimum board
2017-11-22 06:32:36 -06:00
Gregory Nutt
bcc61fed26
Update a README and a misnamed formal parameter.
2017-11-21 09:24:25 -06:00
Miha Vrhovnik
8bb54368c8
Various fixes for errors ound while debugging OTG on L496
...
STM32, STM32 L4, and STM32 M4: USB OTGFS DMA trace output fix
STM32: Add dump buffer feature to stm32 F4 series
STM32 and STM32 L4: Fix bad USB OTGFS register address
STM32 L4: Fix typo in USB OTGFS register usage
STM32 L4: Add check in USB OTGFS driver to assure that SYSCFG is enabled
Nucleo-L496ZG: Make HSE on Nucleo-L496ZG default to enable USB
2017-11-21 06:32:53 -06:00
Gregory Nutt
b9bb2253b6
Update a README.
2017-11-21 06:12:13 -06:00
Gregory Nutt
1fba8ba145
configs/open1788: Enable discrete joystick input. This is sufficient to get through all menuing that does not require text input.
2017-11-20 14:16:01 -06:00
Gregory Nutt
92a9a9b678
configs/open1788: Add support for the discrete joystick driver. Update the pdcurses configuration to use apps/examples/djoystick.
2017-11-20 10:00:52 -06:00
Gregory Nutt
34bae015df
Squashed commit of the following:
...
libnx/nxfonts: Cosmetic; reduce amount of debug output.
configs/open1788/pdcurses: Add a configuration for testing pdcurses.
2017-11-19 13:31:04 -06:00
Alan Carvalho de Assis
494d2a486c
configs/mcb1700: Add support for Keil MCB1700 board
2017-11-18 10:57:25 -06:00
Gregory Nutt
28de00a90a
Changes to allow the font subsystem to be built without enabling the entire graphics system (CONFIG_NX). Adds CONFIG_NXFONTS and CONFIG_NXGLIB. NX and NXFONTS are still pretty heavily entangled
...
Squashed commit of the following:
libnx: Need to duplicate some Kconfig setting for NXFONTs if it can be configured and built independently of NX. Also includes some build-related fixes.
configs/sim: Disable NX graphics support in the fb configuration.
libnx: Basic configuration and build changes to support building font support independend of the NX server.
2017-11-18 10:19:34 -06:00
Bob Feretich
fab5faf097
STM32F7: Completes architecture support for the STM32 F72x and F73x families. Adds support for the Nucleo-144 boards with STM32F722.
2017-11-18 07:55:50 -06:00
Bob Feretich
13b52da3fa
stm32 f72xx and f73xx: Add register definition header files and clocking logic
2017-11-17 07:18:02 -06:00
Alan Carvalho de Assis
4f0c4b798f
configs/xmc4500-relax: Add config for UART3 on RXD P0.0 and TXD P0.1 pins.
2017-11-16 13:53:01 -06:00
Alan Carvalho de Assis
fcb5129567
arch/arm/src/xmc4: Kconfig was not selecting XMC4_USIC for USIC1.
2017-11-16 13:51:17 -06:00
Gregory Nutt
0649209725
configs/stm3220g-eval/ide: Remove the uVision IDE setup. This has not been used for years and it a maintenance problem for me.
2017-11-16 08:51:49 -06:00
Gregory Nutt
aeab28ef5c
configs/stm32f429i-disco/ide: Remove the uVision IDE setup that goes along with the ltdc configuration that was removed on 2017-10-28.
2017-11-16 07:56:30 -06:00
Gregory Nutt
a958349353
STM32F429i-Disco: Convert NxWM configuration to use LTDC framebuffer driver instead of SPI serial. Also reduce number of layers from 4 to 1 in fb configuration. Only one layer is used.
2017-11-15 11:47:14 -06:00
Gregory Nutt
37ca491be6
Build system: Fix CONFIG_BUILD_KERNEL logic directories that have ubin and kbin subdirectories. Conditional logic was fine for CONFIG_BUILD_FLAT and CONFIG_BUILD_PROTECTED but generated useless dependencies if CONFIG_BUILD_KERNEL.
2017-11-15 11:39:30 -06:00
Masayuki Ishikawa
ccc52e70d5
Merged in masayuki2009/nuttx.nuttx/lc823450_built_on_cygwin (pull request #535 )
...
configs/lc823450-xgevk: Fix compilation errors on Cygwin
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-11-15 11:27:21 +00:00
Gregory Nutt
64bcf3ec94
configs/stm32429i-disco/src: Fix a compile error when CONFIG_BOARD_INITIALIZE is defined.
2017-11-14 16:52:22 -06:00
Gregory Nutt
62b8026976
Remove CONFIG_GRAN_SINGLE. It adds no technical benefit (other than some minor reduction in the number of interface arguments) but adds a lot of code complexity. Better without it.
2017-11-14 11:47:12 -06:00
Gregory Nutt
d99f1ca574
configs/stm32f429-disco/fb: Enable support for the STMPE811 touchscreen controller and also for the apps/exmaples/touchscreen test.
2017-11-14 10:18:03 -06:00
Gregory Nutt
d427872bd6
configs/stm32f429i-disco: Add logic to auto-mount procfs. Enable procfs in all configurations that use NSH.
2017-11-13 16:46:45 -06:00
Gregory Nutt
cd498778bd
configs/stm32f429i-disco/: Fix a warning and some C comments.
2017-11-13 16:23:14 -06:00