- Apr 07, 2018
-
-
Bob Feratich authored
Squashed merge of the following: Author: Gregory Nutt <gnutt@nuttx.org> drivers/sensors: Fix some minor typos in last commit that cause some compile problems. drivers/sensors/: Clean up some coding standard isses in LM330 and ADXL372 drivers. drivers/sensors/README.txt: Clean up some long lines and odd line breaks. include/nuttx/sensors: Completes coding style review of adxl372.h, cluster_driver.h, and lsm330.h. Author: Bob Feretich <bob.feretich@rafresearch.com> Add LSM330 SPI and ADXL372 drivers along with the cluster driver infrastructure.
-
Mateusz Szafoni authored
fix warnings found in stm32f334-disco/buckboost configuration Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Bob Feratich authored
-
Matias v01d authored
-
- Apr 06, 2018
-
-
Gregory Nutt authored
drivers/bluetooth: Extend device simulation. Now makes it all the way through initialization without error. wireless/bluetooth: Add support for IOCTL commangs to get BR/EDR and LE features.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Bluetooth: Better integrate NuttX Bluetooth IOCTL commands and NetBSD IOCTL commands. Stanardize naming.
-
- Apr 05, 2018
-
-
Gregory Nutt authored
net/bluetooth: Since the max header is always reported, the max frame size for purposes of allocation is the max header lenght plus the max payload, even though the frames with the max payload never have the max header length.
-
Juha Niskanen authored
Merged in juniskane/nuttx-2/juniskane/ds28e17h-edited-online-with-bitbucket-1522930125320 (pull request #624) ds28e17.h edited online with Bitbucket Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Juha Niskanen authored
-
- Apr 04, 2018
-
-
Gregory Nutt authored
STM32 F3: Fix a couple of new warnings noted in build testing. There are more new warnings, but I think these may be due to improper default values for some configuration settings. I have not looked into this in detail.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Juha Niskanen authored
arch/arm/src/stm32 and stm32l4: In 1wire driver, do not write useless WRITEBIT zero return value to const buffer
-
lihaichen authored
fix w25_cacheflush sector bug. Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Mateusz Szafoni authored
stm32/Kconfig: add some comments to HRTIM configuration, add ADC injected channels configuration; stm32f33xxx_hrtim.h: add some comments; stm32f334-disco: add buck/boost converter example configuration Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
Juha Niskanen authored
Squashed commit of the following: Author: Gregory Nutt <gnutt@nuttx.org> Some cosmetic changes from coding style review. Author: Juha Niskanen <juha.niskanen@haltian.com> drivers/1wire: add 1-wire subsystem and ds28e17 driver
-
Alan Carvalho de Assis authored
This commit removes all support and all references to the Spark board and to the CC3000 wireless part. Squashed commit of the following: Author: Gregory Nutt <gnutt@nuttx.org> Fix a few remaining refereces to cc3000. Author: Alan Carvalho de Assis <acassis@gmail.com> drivers/wireless/cc3000: emove the driver to support CC3000 because it doesn't use the USRSOCKET Author: Alan Carvalho de Assis <acassis@gmail.com> configs: Remove board support to CC3000 from all relevant configurations. Author: Gregory Nutt <gnutt@nuttx.org> configs/spark: Removes Spark board configuration. Still available in the Obsoleted repository. This is preparation for removal of CC3000 support by Alan Carvalho de Assis. If there is no CC3000 support, then there is no purpose in supporting the Spark either.
-
Masayuki Ishikawa authored
Change all Sony related copyright to conform with our company's internal rules. Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Apr 03, 2018
-
-
Gregory Nutt authored
wireless/bluetooth: With change the test with the simulated bluetooth driver can get all the way up the point where it determines that the attached controller is not LE capable. I am not sure how much first to take the simulation. The time would probably be better invested in bringing up real hardware.
-
Gregory Nutt authored
-
Gregory Nutt authored
wireless/bluetooth: A few trivial fixes from initial testing with the simulator. The simulated Bluetooth device is probably going to be in adequate for any level of testing.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
drivers/wireless/bluetooth: Add a NULL device to support some very low level testing on the Simulator.
-
Gregory Nutt authored
-
- Apr 02, 2018
-
-
Gregory Nutt authored
include/nuttx/wireless and wireless/bluetooth: Add support for an IOCTL command to enable Bluetooth security.
-
Gregory Nutt authored
include/nuttx/wireless: Remove const from some members of IOCTL structures. The const makes it awkward to initialize the structure.
-
Gregory Nutt authored
-
Gregory Nutt authored
include/nuttx/wireless: All Bluetooth IOCTL command data must begin with the interface name string.
-
Gregory Nutt authored
wireless/bluetooth: Completes basic Rx/Tx data paths. Still missing: device address discovery and pairing logic.
-
- Apr 01, 2018
-
-
Gregory Nutt authored
-
Vinicius Maciel authored
arch/arm/src/tiva: Fix compilation errors on Tiva ADC code when ADC is enable. Please several cosmetic changes to files made during code review.
-
Gregory Nutt authored
wireless/bluetooth: Buffer allocation was always allocationg a new buffer, even if one was provided.. causing data loss. Correct initialization of lengths: IOB lenth includes data offset. Bluetooth buffer length does not.
-
Gregory Nutt authored
wireless/bluetooth and net/bluetooth: Clean up some garbage left in Kconfig file that broke 'make menuconfig'. Clean up some craziness with Bluetooth frame length definitions.
-
Gregory Nutt authored
wireless/bluetooth: Adds most of the logic to get the Tx path working. Still missing the logic to recover the Bluetooth connection structure given the destination address in the socket address.
-
Gregory Nutt authored
wireless/bluetooth: This completes the basic logic path that gets frames from the Bluetooth stack and into the network layer. wireless/bluetooth: Fleshes out some of the network packet receive logic. wireless/bluetooth: Replace buffer allocated with primitive allocator from ieee 802.15.4. wireless/ieee802154: Fix a few typos. wireless/bluetooth: More renaming in preparation for some real work. wireless/bluetooth: Some trivial renaming; update comments
-