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
Gregory Nutt
4a5532a772
Update TODO list.
2017-11-27 16:33:31 -06:00
Gregory Nutt
9c82ce2091
nuttx/graphics/nxglib: Add some REVISIT comments to some logic that looks suspicious.
2017-11-27 15:34:35 -06:00
Gregory Nutt
4eda9e92de
arch/arm/src/lpc32xx: lpc32_adc.c was being selected by the build system wehn DAC was selected.
2017-11-27 10:12:03 -06: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
54f43ea1f1
Fix typos in Kconfig files: LCD_PACKEDMSFIRST, not LCD_PACKEDFIRST.
2017-11-26 07:57:17 -06:00
Gregory Nutt
318dd06f8b
arch/arm/src/stm32: Fix compile error when trace is enabled. I2CEVENT_ERROR was used but never defined.
2017-11-26 06:51:12 -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
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