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
Anthony Merlino
f954345dbe
net/icmpv6: icmpv6_input() needs to set d_len to 0 after consuming echo reply, otherwise, garbage will get sent out.
2017-11-20 12:15: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
Alan Carvalho de Assis
c117cdcf6b
arch/arm/src/xmc4:xmc4_uart_configure() expects the channel# not uartbase as an input parameter.
2017-11-20 07:00:23 -06:00
Oleg Evseev
d55e44b2ea
Fix sscanf character conversion (%c): do not add '\0' at the end as for strings, cause, for example, parsing one character will fill two bytes: character itself and zero one '\0' after it, so will overflow one byte variable argument and corrupt memory for variables allocated after it.
2017-11-19 13:33:46 -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
Gregory Nutt
ce42b0e030
include/syslog.h: Trivial change in name of formal parameter for consistency.
2017-11-18 19:26:38 -06:00
Gregory Nutt
40b8cbb8dc
Eliminate some warnings.
2017-11-18 12:29:34 -06:00
Gregory Nutt
b9f9d5344d
Fix a typo introduced with a recent commit.
2017-11-18 11:26:43 -06:00
Gregory Nutt
f4b34d530f
Update graphic related README files.
2017-11-18 11:09:54 -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
55a17d80cd
libnx: Simplify some of the duplicated NX/NXFONTS configuration.
2017-11-18 10:34:57 -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
d7bb824c69
stm32f7: Fix typos in two RCC register definition header files
2017-11-17 07:26:05 -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
Alan Carvalho de Assis
ab7dfd75b5
arch/arm/src/xmc4: Fix XMC4xxx USIC UART sginal to be high level when in idle
2017-11-16 11:23:19 -06:00
Gregory Nutt
a3f308331d
Update TODO
2017-11-16 11:22:32 -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
Alexander Vasiljev
1fc3b47565
arch/arm/src/lpc43: Correct a typo in Kconfig.
2017-11-15 08:16:53 -06:00
Alexander Vasiljev
ac3884498f
arch/arm/src/lpc43: UART_RX pins should be configured with input buffers enabled. Otherwise it cannot be read.
2017-11-15 07:54:09 -06:00
Alexander Vasiljev
485f0ebd40
arch/arm/src/lpc43: Add LPC43xx CAN driver
2017-11-15 07:54:09 -06:00
Gregory Nutt
ef89207c8d
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 07:54:09 -06:00
Gregory Nutt
fa4722a5ac
mm/mm_gran: Combine some common logic into a function (also fixes a subtle bug).
2017-11-15 07:54:08 -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
1191238b17
mm/mm_gran: Fix some issues found during test of the new gran_info() interface.
2017-11-14 16:13:20 -06:00
Gregory Nutt
d720711807
fs/procfs: Add logic to show the state of the page allocator in /proc/meminfo.
2017-11-14 14:59:51 -06:00
Gregory Nutt
54fad8d04f
mm/mm_gran: Add a function to get information about the state of the granuale allocator.
2017-11-14 14:41:03 -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
Gregory Nutt
13b742236d
Update some README files.
2017-11-13 15:49:38 -06:00
Gregory Nutt
f3cac38ed6
configs/stm32f429i-disco/fb: Refactor initialization logic so that it is a little more like other boards. Remove double initialization of framebuffer or LCD drivers (whichever is enabled).
2017-11-13 15:10:00 -06:00
Gregory Nutt
2ff9f0e5b1
configs/stm32f429i-disco/fb: Fix a compile issue. Disable all NX features in the fb configuration. NX is not needed.
2017-11-13 14:52:10 -06:00
Gregory Nutt
bf724ddf61
configs/stm32f439i-disco: Add an fb configuration
2017-11-13 14:33:47 -06:00
Gregory Nutt
102f1ea33f
Minor cleanup of some spacing.
2017-11-13 14:06:03 -06:00
Gregory Nutt
a6aa4ac5f5
fs/procfs: Optimization of previous commits. /proc/umm and proc/progmem are deleted. /proc/kmm is renamed /proc/meminfo and contains the output that was in all three files previously.
2017-11-13 13:33:12 -06:00
Gregory Nutt
070d40260b
profcs: At file to should user space heap. This replaces the NSH free command.
2017-11-13 12:51:33 -06:00
Anthony Merlino
ea795c8cca
SAMA5/SAMv7: It is necessary to disable pre-emption and interrupts around a loop that copies TX data into the hardware in order to avoid a TX data underrun condition.
2017-11-13 10:38:23 -06:00
Gregory Nutt
7b676c8a02
Update README.txt
2017-11-13 09:26:39 -06:00
Alan Carvalho de Assis
7d407fcbd6
Nucleo-F746ZG: Use the serial console over /dev/ttyACM0 by default. The Nucleo-F746ZG doesn't come with Arduio RS-232 shield, then it is better to use the serial over the /dev/ttyACM0 that is created automatically when the board is plugged in the computer.
2017-11-13 09:14:37 -06:00
Gregory Nutt
f3b37e5da3
fs/procfs/fs_procfsprogrem: Add /proc/progmem. This is an alternative way to get the information that was previoulsy available in apps/system/free. apps/system/free was removed beause it made illegal calls into the OS violating the portable interface. This new procfs entry provides the same information with no such violation.
2017-11-13 09:08:39 -06:00
Gregory Nutt
bfcc8fcbb6
configs/: apps/system/free has been deleted because it violates the portable POSIX OS interface. Remove CONFIG_SYSTEM_FREE=y from all defconfig files.
2017-11-13 08:03:45 -06:00