Skip to content
  1. May 05, 2018
  2. May 04, 2018
  3. May 03, 2018
  4. May 02, 2018
  5. May 01, 2018
  6. Apr 30, 2018
  7. Apr 29, 2018
    • Gregory Nutt's avatar
      include/nuttx/wireless/bluetooth: Move Bluetooth header files from... · fd844f8e
      Gregory Nutt authored
      include/nuttx/wireless/bluetooth:  Move Bluetooth header files from include/nuttx/wireless to include/nuttx/wireless/bluetooth for symmetry with other wireless technologies.
      fd844f8e
    • Shirshak Sengupta's avatar
      arch/arm/src/tiva: Implemented Flash CONFIG_MTD_BYTE_WRITE for TM4c1294. ... · ba0bbb93
      Shirshak Sengupta authored
      arch/arm/src/tiva:  Implemented Flash CONFIG_MTD_BYTE_WRITE for TM4c1294.  Implemented the tiva_write function which will write an arbitrary number of bytes to flash (in multiple of 4).
      ba0bbb93
    • Shirshak Sengupta's avatar
      arch/arm/src/tiva: Implements an EEPROM driver in compliance with MTD driver... · 08351435
      Shirshak Sengupta authored
      arch/arm/src/tiva:  Implements an EEPROM driver in compliance with MTD driver as provided by NUTTX for TM4C1294.  The EEPROM driver currently supports only two functionalities - read bytes(multiple of 4) and write bytes (multiple of 4).
      
      Squashed commit of the following:
      
      Author: Gregory Nutt <gnutt@nuttx.org>
          Fix some spacing
          arch/arm/src/tiva:  Verify that the EEPROM driver at least builds.
          arch/arm/src/tiva:  Move unused function added to tm4c129_syscontrol.c to tiva_eeprom.c where it is actually used.
          arch/arm/src/tiva:  Reorganize EEPROM register definitions so that the file organization is more like other platforms.
          arch/arm/src/tiva:  Trying to resolve EEPROM register addressing.  Still some issues.
          arch/arm/src/tiva:  Ran uncrustify on tiva_eeprom.c
          arch/arm/src/tiva:  EEPROM driver is a little closer to coding standard.  Still a way to go.
      
      Author: Shirshak Sengupta <sgshirshak@gmail.com>
          arch/arm/src/tiva: Implemented EEPROM driver in compliance with MTD driver as provided by NUTTX for TM4C1294. The EEPROM driver needs to be initialized by calling the function tiva_EEPROMInit The EEPROM driver currently supports only two functionalities - read bytes(multiple of 4) and write bytes (multiple of 4). Note - Rest of the features of EEPROM will be implemented in the future.
      08351435
    • Gregory Nutt's avatar
      Makefile.unix: There is a sort command in the 'make savedefconfig' file. I... · 9a1277bd
      Gregory Nutt authored
      Makefile.unix:  There is a sort command in the 'make savedefconfig' file.  I found that sort behaves differently on different platforms based on the environment variable LC_ALL.  Now, Makefile.unix will force LC_ALL=C just for the sort command so that we can all generate equivalent defconfig files.
      9a1277bd
  8. Apr 28, 2018