You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2020/07/28 07:09:29 UTC

[incubator-nuttx] branch master updated (524f18c -> 500ead8)

This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 524f18c  libs: termios: Replace license header with Apache License 2.0
     add 500ead8  drivers/modem/altair: Update altair modem driver

No new revisions were added by this update.

Summary of changes:
 boards/arm/cxd56xx/common/src/Make.defs            |    1 -
 boards/arm/cxd56xx/common/src/cxd56_altmdm.c       |  425 +++++---
 boards/arm/cxd56xx/common/src/cxd56_altmdm_spi.c   |  279 -----
 boards/arm/cxd56xx/spresense/include/board.h       |    8 +
 .../arm/cxd56xx/spresense/include/cxd56_altmdm.h   |   91 +-
 boards/arm/cxd56xx/spresense/src/Make.defs         |    4 +
 .../src/{cxd56_clock.c => cxd56_altmdm_power.c}    |   54 +-
 drivers/modem/altair/Kconfig                       |   10 +-
 drivers/modem/altair/altmdm.c                      |    4 +-
 drivers/modem/altair/altmdm_dev.h                  |    5 +-
 drivers/modem/altair/altmdm_pm.c                   | 1132 ++------------------
 drivers/modem/altair/altmdm_pm.h                   |   16 +-
 drivers/modem/altair/altmdm_spi.c                  |  217 ++--
 include/nuttx/modem/altmdm.h                       |   21 +-
 14 files changed, 553 insertions(+), 1714 deletions(-)
 delete mode 100644 boards/arm/cxd56xx/common/src/cxd56_altmdm_spi.c
 copy boards/arm/cxd56xx/spresense/src/{cxd56_clock.c => cxd56_altmdm_power.c} (72%)