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
4404be23cb
XMC4 Serial: The Alternative Receive Interrupt was not being configured.
2017-11-25 12:21:33 -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
3160613db4
Revert "arch/arm/src/xmc4/xmc4_config.h: Add a check to doubly enforce the one UART per USIC rule."
...
This reverts commit 63026b789b
.
2017-11-25 09:44:51 -06:00
Gregory Nutt
63026b789b
arch/arm/src/xmc4/xmc4_config.h: Add a check to doubly enforce the one UART per USIC rule.
2017-11-25 08:41:47 -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
f068eb579c
fs/procfs: Correct ordering of procfs entries. For consistency, use alphbetical ordering.
2017-11-24 10:00:35 -06:00
Gregory Nutt
37a9808dc9
Cosmetic fix to some alignment.
2017-11-24 08:34:39 -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
Gregory Nutt
a197676006
Fix typos in some comments.
2017-11-23 14:21:57 -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
Gregory Nutt
7fa2196f1e
procfs: Fix error in /proc/meminfo format statement introduced with recent commit.
2017-11-23 08:07:20 -06:00
Masayuki Ishikawa
5acd26c88f
sched/semaphore/spinlock.c: Disable local interrupts in spin_setbit() and spin_clrbit() in order to avoid a deadlock condition.
2017-11-23 06:55:53 -06:00
Gregory Nutt
d1e234e179
STM32: Remove usb_dumpbuffer() macro from OTGFS device. It cannot be controlled via Kconfig and therefore will not be supported.
2017-11-23 06:37:21 -06:00
Masayuki Ishikawa
2bdd4aeeed
Merged in masayuki2009/nuttx.nuttx/lc823450_audio_test (pull request #542 )
...
include/nuttx/audio: Remove CONFIG_SCHED_WORKQUEUE check in pcm.h
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-11-23 11:49:29 +00:00
Masayuki Ishikawa
818901fcf2
include/nuttx/audio: Remove CONFIG_SCHED_WORKQUEUE check in pcm.h
...
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2017-11-23 19:59:07 +09:00
Gregory Nutt
e1a1dbb459
net/netdev: Add support for the SIOCGIFBRDADDR ioctl() command.
2017-11-22 16:47:04 -06:00
Anthony Merlino
a42bdf1ce7
Merged in antmerlino/nuttx/sixlowpan-build-error-fix (pull request #541 )
...
sixlowpan: Fixes build error introduced by recent PR when routing table is enabled.
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-11-22 22:26:57 +00:00
Anthony Merlino
919841a383
sixlowpan: Fixes build error introduced by recent PR when routing table is enabled.
2017-11-22 17:16:54 -05:00
Gregory Nutt
99a79327d2
include/nuttx/video/fb.h: Add definition for a Y2 color format. I don't know if this standard but I do have 2-bit greyscale hardware so the definition is needed.
2017-11-22 15:33:15 -06:00
Gregory Nutt
cbfaca8a14
STM32 L4 USB OTGFS: Remove dumpbuffer feature added in the last commit. I don't want in features that cannot be controlled be via Kconfig files and I do not accept debug code in the upstream GIT. My mistake for merging it in the first place.
2017-11-22 13:26:15 -06:00
Anthony Merlino
b8f38fd3de
Merged in antmerlino/nuttx/clicker2-stm32-rndis (pull request #540 )
...
clicker2-stm32: Adds support for USB RNDIS device
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-11-22 19:16:37 +00:00
Anthony Merlino
3be15c0f8f
clicker2-stm32: Adds support for USB RNDIS device
2017-11-22 14:03:58 -05:00
Anthony Merlino
50f05d7514
Merged in antmerlino/nuttx/rndis-debug-build-error (pull request #539 )
...
USB RNDIS - Fixes minor build error while using USB RNDIS with USB debugging information enabled
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-11-22 18:55:39 +00:00
Anthony Merlino
cb62580216
Merged in antmerlino/nuttx/mac802154dev-header-offset (pull request #538 )
...
Pass header-payload offset to application for use when the MAC layer is in promiscuous mode
* mac802154_device: When in promiscuous mode, the char driver sends the entire frame, including the MAC header. This change adds an offset field indicating the header-payload boundary. It is set to 0 when not in promiscuous mode as the header is not passed to the application
* mac802154: Adds support for getting promiscuous mode state
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-11-22 18:22:35 +00:00
Anthony Merlino
827fa6796e
Merged in antmerlino/nuttx/sixlowpan-route (pull request #537 )
...
sixlowpan: Support sending to a router that is on-link and may be able to forward the packet for us if the destination is not reachable directly
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-11-22 18:10:39 +00:00
Gregory Nutt
c93320ccd6
net/: Fix some issues with regard to UDP broadcast handling. This is Bitbucket Issue #77 . This commit tentatively closes the issues, subject to verification.
2017-11-22 12:06:36 -06: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
Mateusz Szafoni
8d6c997551
Merged in raiden00/nuttx (pull request #536 )
...
stm32f33xxx_rcc: fix CAN clock enable
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2017-11-22 15:57:06 +00:00
Gregory Nutt
fb6208fbbc
mm: Fix a typo in a debug assertion.
2017-11-22 07:30:48 -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
84de1fed9b
Fix previous commit: In calculating the length of a run, the width has to be updated AFTER the start X position has been modified.
2017-11-22 06:13:56 -06:00
Gregory Nutt
9a4c3bbe99
drivers/lcd_framebuffer.c: If BPP is less then 8, then we need to byte-align the update region.
2017-11-22 05:35:33 -06:00
raiden00pl
83699beb10
stm32f33xxx_rcc: fix CAN clock enable
2017-11-22 09:26:07 +01:00
Anthony Merlino
a645b18860
net/sixlowpan: Add htohs() in arguments to debug statements that print IP addresses so that they are all shown in friendlier host order
2017-11-21 11:01:11 -06:00
Gregory Nutt
306bd169f8
net/icmp: Ports the changes in ICMPv6 of commits 4629cf9461
and 74a633ea94
to ICMP. ICMP and ICMPv6 sockets are nearly identical, bug-for-bug.
2017-11-21 10:41:20 -06:00
Gregory Nutt
74a633ea94
net/icmpv6: Remove the 'list' field from struct icmpv6_conn_s. It is not used.
2017-11-21 10:25:27 -06:00
Gregory Nutt
4629cf9461
net/icmpv6: Fix an error in the poll logic. It was assume that the input parmeter pvconn was valid. It was not. Instead, the poll logic must work like the sendto() and recvfrom() logic: It must keep a copy of the conn structure in the private data.
2017-11-21 10:22:45 -06:00