- Apr 12, 2018
-
-
Gregory Nutt authored
include/nuttx/wireless.h: Fix some coding standard violations. configs/indium-f7: Fix some compile errors found in build testing.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Apr 11, 2018
-
-
Michał Łyszczek authored
arch/arm/src/: Problem: stm32f30xx hangs waiting for LSE to initialize. Reason for hang is that operation of setting LSE_ON does not take effect because there is no clock on PWR peripheral. this is initialized later in the code
-
Bob Feretich authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Bob Feretich authored
-
Gregory Nutt authored
-
- Apr 10, 2018
-
-
Bob Feretich authored
-
Alan Carvalho de Assis authored
-
- Apr 09, 2018
-
-
Gregory Nutt authored
Remove all support for the CC3200 and CC3200-Launchpad. This was a port that was started but never completed. What good is partial CC3200-Launchpad board support with no wireless support? Squashed commit of the following: Remove final references to CC3200 from the repository. arch/arm/include/tiva: Remove all CC3200 support. arch/arm/src/tiva: Remove all CC3200 support. configs/cc3200-launchpad: Remove the board support directory.
-
Tiago Almeida authored
drivers/sensors/max31855: Add multiple max31855 sensors feature and support for bambino-200e and stm32f4discovery
-
Mateusz Szafoni authored
add generic upper-half motor driver Approved-by: Gregory Nutt <gnutt@nuttx.org>
-
- Apr 08, 2018
-
-
DisruptiveNL authored
-
Gregory Nutt authored
-
- 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
-