Commit Graph

23661 Commits

Author SHA1 Message Date
David Sidrane a611fcdeeb Update submodule NuttX ==upstream_kinetis
Picks up stat() etal
2017-09-29 10:13:51 -04:00
David Sidrane 509b1ec1c5 Updated Shadow patch for addition of stat() in upstream 2017-09-29 10:13:51 -04:00
David Sidrane 16714e3991 Updated NuttX submodule for kinetis WIP ==upstream_kinetis
With stat() from upstream
2017-09-29 10:13:51 -04:00
David Sidrane 2a7514194b Updated NuttX submodule for kinetis WIP ==upstream_kinetis
With setvbuf() and up_timer_initialize became arm_timer_initialize
2017-09-29 10:13:51 -04:00
David Sidrane 60bda1627a zubaxgnss-v1 bootloader Update for upstream NuttX up_timer_initialize changes
up_timer_initialize became arm_timer_initialize
2017-09-29 10:13:51 -04:00
David Sidrane 44bfd797b7 s2740vc-v1 bootloader Update for upstream NuttX up_timer_initialize changes
up_timer_initialize became arm_timer_initialize
2017-09-29 10:13:51 -04:00
David Sidrane 92c0e6861f px4flow-v2 bootloader Update for upstream NuttX up_timer_initialize changes
up_timer_initialize became arm_timer_initialize
2017-09-29 10:13:51 -04:00
David Sidrane c59817a622 px4esc-v1 bootloader Update for upstream NuttX up_timer_initialize changes
up_timer_initialize became arm_timer_initialize
2017-09-29 10:13:51 -04:00
David Sidrane 068e026ed1 px4cannode-v1 bootloader Update for upstream NuttX up_timer_initialize changes
up_timer_initialize became arm_timer_initialize
2017-09-29 10:13:51 -04:00
David Sidrane 2d00fdf630 esc35-v1 bootloader Update for upstream NuttX up_timer_initialize changes
up_timer_initialize became arm_timer_initialize
2017-09-29 10:13:51 -04:00
David Sidrane 4062061e59 zubaxgnss-v1 bootloader Update for upstream NuttX setvbuf changes 2017-09-29 10:13:51 -04:00
David Sidrane 3c8f31772d s2740vc-v1 bootloader Update for upstream NuttX setvbuf changes 2017-09-29 10:13:51 -04:00
David Sidrane 75b8770214 px4io-v1 nsh Update for upstream NuttX setvbuf changes 2017-09-29 10:13:51 -04:00
David Sidrane 57fb4ccec9 px4flow-v2 bootloader Update for upstream NuttX setvbuf changes 2017-09-29 10:13:51 -04:00
David Sidrane b389a4cd2d px4esc-v1 bootloader Update for upstream NuttX setvbuf changes 2017-09-29 10:13:51 -04:00
David Sidrane 893313f352 px4cannode-v1 bootloader Update for upstream NuttX setvbuf changes 2017-09-29 10:13:51 -04:00
David Sidrane 0308b1d363 esc35-v1 bootloader Update for upstream NuttX setvbuf changes 2017-09-29 10:13:51 -04:00
David Sidrane 227658c9ef Updated NuttX submodule for kinetis WIP ==upstream_kinetis 2017-09-29 10:13:51 -04:00
David Sidrane fb7b8d475a Updated NuttX submodule for kinetis WIP ==upstream_kinetis 2017-09-29 10:13:51 -04:00
David Sidrane c0d6918737 Updated Nuttx Submodule to use kinetis WIP ==upstream_kinetis 2017-09-29 10:13:51 -04:00
David Sidrane 9fd3eac282 Updated submodule NuttX for kinetis WIP ==upstream_kinetis 2017-09-29 10:13:51 -04:00
David Sidrane d409ca3e46 Inital commit of nxphlite-v3 2017-09-29 10:13:51 -04:00
David Sidrane 0e23df28ea Removed STM32 references from Kinetis 2017-09-29 10:13:51 -04:00
David Sidrane 23e45cb4b3 nxphlite-v1 Refreshed nuttx SDIO changes for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 91f14435d7 px4nucleoF767ZI-v1 Refreshed nuttx SDIO changes for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane f9aa9f29e3 px4fmu-v5 Refreshed nuttx SDIO changes for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 983c436f5d px4fmu-v4pro Refreshed nuttx SDIO changes for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 63b9c03e53 px4fmu-v4 Refreshed nuttx SDIO changes for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 0a25cc2254 px4fmu-v3 Refreshed nuttx SDIO changes for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane afad39fa14 px4fmu-v2 Refreshed nuttx SDIO changes for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 6ffcec48ba mindpx-v2 Refreshed nuttx SDIO changes for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 61e45ebb48 auav-x21 Refreshed nuttx SDIO changes for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 8ac9e82ac4 Updated NuttX submodules to upstream 7.19+ ==upstream
These changes add arch namespace to some SDIO related CONFIG defines
    in support of per channel capabilities for SDIO
    The SDIO api addes SDIO_CAPABILITIES(dev)
    and define SDIO_CAPS_1BIT_ONLY and SDIO_CAPS_DMASUPPORTED

  STM32
  -----

  WAS:
  CONFIG_SDIO_DMA=y

  IS:

  WAS:
  CONFIG_SDIO_DMAPRIO=0x00010000

  IS:
  CONFIG_STM32_SDIO_DMA=y
  CONFIG_STM32_SDIO_DMAPRIO=0x00001000

  WAS:
  CONFIG_ARCH_HAVE_SDIO=y
  CONFIG_ARCH_HAVE_SDIOWAIT_WRCOMPLETE=y
  CONFIG_MMCSD_SDIO=y
  CONFIG_SDIO_PREFLIGHT=y
  CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE=y

  IS:
  CONFIG_ARCH_HAVE_SDIO=y
  CONFIG_SDIO_DMA=y
  CONFIG_ARCH_HAVE_SDIOWAIT_WRCOMPLETE=y
  CONFIG_MMCSD_SDIO=y
  CONFIG_SDIO_PREFLIGHT=y
  CONFIG_MMCSD_SDIOWAIT_WRCOMPLETE=y

  STM32F7
  -------
  WAS:

  IS:

  was CONFIG_SDMMC1_DMA
  is:Delketed
  was CONFIG_SDMMC2_DMA
  is:Delketed

  was:
  CONFIG_SDMMC1_PRI
  is:
  CONFIG_STM32F7_SDMMC1_PRI

  was:
  CONFIG_SDMMC2_PRI
  is:
  CONFIG_STM32F7_SDMMC2_PRI

  was:
  CONFIG_SDMMC1_DMAPRIO
  is:
  CONFIG_STM32F7_SDMMC1_DMAPRIO

  was:
  CONFIG_SDMMC2_DMAPRIO
  is:
  CONFIG_STM32F7_SDMMC2_DMAPRIO
2017-09-29 10:13:51 -04:00
David Sidrane c837096268 sim nsh Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 9daa8ec3c7 zubaxgnss-v1 bootloader Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 13157b3e6c zubaxgnss-v1 nsh Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane cad85784a2 s2740vc-v1 bootloder Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 277f117ba4 s2740vc-v1 nsh Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 954c0bd601 px4nucleoF767ZI-v1 nsh Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 29437e1972 px4io-v1 nsh Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane bd87fb4f09 px4-stm32f4discovery nsh Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 9871495e64 px4fmu-v5 nsh Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 10f9ec5400 px4fmu-v4pro nsh Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane d3e9a54b4f px4fmu-v4 nsh Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 3f2b1a9d59 px4fmu-v3 nsh Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane af4ab31d61 px4fmu-v2 nsh refreshed config for Nuttx 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane b717a71e86 px4flow-v2 nsh Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane dcaba7d3d1 px4flow-v2 bootloader Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 9e746012a3 px4esc-v1 nsh Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00
David Sidrane 60c8424af4 px4esc-v1 bootloader Refreshed nuttx config for 7.19+ 2017-09-29 10:13:51 -04:00