Skip to content
  1. Apr 29, 2018
    • 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
  2. Apr 28, 2018
  3. Apr 27, 2018
  4. Apr 26, 2018
    • seyyah's avatar
    • Matt Thompson's avatar
      This commit adds basic architectural support for the OpenRISK mor1kx... · d212e15a
      Matt Thompson authored
      This commit adds basic architectural support for the OpenRISK mor1kx architecture.  The initial commit was verified on a Qemu simulation but is otherwise untested.
      
      Squashed commit of the following:
      
      Author: Gregory Nutt <gnutt@nuttx.org>
          Update README.
          configs/or1k:  Should include header file file where exported functin is prototyped.
          arch/or1k/src:  Eliminate some warnings.
          arch/or1k:  Complete review
          Fix some recently introduced build issues
          configs/or1k/nsh:  Convert to proper, compressed defconfig file.
          Another README update.
          Update README
          configs/or1k:  Updates from initial review.
          Update README.
      
      Author: Matt Thompson <matt@extent3d.com>
      
          or1k: Added configurable CPU frequency to Kconfig. Calculate tick timer match period based on configured frequency.
          OpenRISC: Enable instruction and data cache
          OpenRISC: Initial support.
      d212e15a
    • Gregory Nutt's avatar
      configs/photon: Refresh all configurations. configurations the use the SDIO... · 75f6d0a3
      Gregory Nutt authored
      configs/photon:  Refresh all configurations.  configurations the use the SDIO card interface must support CONFIG_STM32_SDIO_CARD.
      75f6d0a3
    • Gregory Nutt's avatar
    • Gregory Nutt's avatar
    • hhuysqt's avatar
      drivers/wiresless/ieee80211: Correct some initialization problems with... · 144e335b
      hhuysqt authored
      drivers/wiresless/ieee80211:  Correct some initialization problems with BCM43362 chip.  Adds BCM43428 support.  arch/arm/src: Add support for SDIO card to SDIO driver.
      
      Squashed commit of the following:
      
      Author: Gregory Nutt <gnutt@nuttx.org>
          include/nuttx/wireless/ieee80211:  Cosmetic, coding standard changes from review of last merge.
          drivers/wireless/ieee80211:  Cosmetic, coding standard changes from review of last merge.
          configs/photon:  Cosmetic, coding standard changes from review of last merge.
          arch/arm/src/stm32:  SDIO changes from last review:  Fix a few long lines and other coding standard issues; Make additions for SDIO card support dependent on a configuration option.
      
      Author: hhuysqt <hyq9606@126.com>
          Return IEEE 802.11 MAC address just as ethernet does
          Modifyed bcmf_board_setup_oob_irq declaration
          Modified OOB ISR function types
          Add some logic according to WICED SDK
          Bug fixed: data_offset counts in 4-bytes
          Add BCM43438 logic for future developement
          Add tips on using telnet
          Use SDIO in-band interrupt instead of OOB interrupt, because Photon seems to unconnect the OOB interrupt line...
          add SDIO in-band interrupt logic
      144e335b
    • Pelle Windestam's avatar
  5. Apr 25, 2018
  6. Apr 24, 2018
  7. Apr 23, 2018
  8. Apr 22, 2018
  9. Apr 21, 2018