- Apr 22, 2018
-
-
Gregory Nutt authored
configs: Review all implementations of board_lcd_initialize(). The NuttX convention is that all internal functions that return errors as an 'int' must return a negated errno value on failure and a non-negative value on success. Most were right but eight of them had cloned logic that returns 1 on success and zero on failure... both of which are interpreted as success by the caller since they are non-negative.
-
- Apr 21, 2018
-
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Michael Jung authored
-
- Apr 20, 2018
-
-
Michał Łyszczek authored
-
Jake Choy authored
-
Michał Łyszczek authored
-
Michał Łyszczek authored
-
Sergei Ustinov authored
-
Gregory Nutt authored
include/nuttx/wireless: Add support for the rest of the IOCTL options needed to support apps/wireless/bluetooth/btsak. This is only the IOCTL command definitions. The IOCTL command implementation is still missing.
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
Pelle Windestam authored
-
Alan Carvalho de Assis authored
-
Levin Li authored
arch/arm/src/nrf52: Add watchdog timer drivers. Includes significant updates from Alan Carvalho de Assis <acassis@gmail.com>
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
drivers/net: Add TAP (network bridge) mode to tun.c In previous implementation, TAP mode did not handle a packet correctly. Also, the driver did not set the link layer type and could not assign the interface name. This PR changes fix such issues and supports TAP mode correctly. Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Gregory Nutt authored
-
- Apr 19, 2018
-
-
Gregory Nutt authored
drivers/wireless/bluetooth: Partition bt_uart.c adding bt_uart.h and bt_uart_generic.c. This will now permit adding HCI UART drivers that have custom initialization requirements.. such as parts the need to download a configuration file to the HCI UART before they are usable.
-
Gregory Nutt authored
-
Gregory Nutt authored
configs/Kconfig: Fix some breakage inflicted on the Kconfig file by the i.MX RT merge. Fix some coding standard problems in hymini-stm32v board support.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
wireless/bluetooth: Add support for IOCTL commands to perform GATT discovery and obtain the results.
-
Gregory Nutt authored
include/nuttx/wireless: Remove bogus name from structure. This was left over from a previous change and had me confused for awhile.
-
Gregory Nutt authored
wireless/bluetooth: Remove Rx kernel thread. The operation of dispatching messages can be performed just as well on the high and low priority work queue. The network driver operates the low priority work queue so that also integrates better with network frame reception.
-
Dmitry Sharihin authored
-
Anthony Merlino authored
Xbee: Adds a timeout to send logic to handle case where XBee module fails to respond to a Transmit request with a Transmit Status Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Daniel Agar authored
stm32f7 fix CONFIG_STM32F7_STM32F77X define typo Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Apr 18, 2018
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Ivan Ucherdzhiev authored
-
Gregory Nutt authored
arch/arm/include/tms570, arm/src/armv7-r, and arm/src/tms570: Adds support for the TMS570LS3137ZWT and corrects seversl ARMv7-R and TMS570 issues
-
Gregory Nutt authored
arch/arm/src/stm32 and drivers/wireless/bluetooth: Fix some buffer management errors in HCI UART upper and lower halves.
-
- Apr 17, 2018
-
-
Gregory Nutt authored
net/sixlowpan: Fix a nasty, byte-ordering/endian-ness problem. The root cause has been found and corrected. And a half dozen or so bandaid fixes were reverted.
-