You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/10/24 19:25:27 UTC

[incubator-nuttx] branch master updated (09cc29af4d -> 42a0f444ee)

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

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


    from 09cc29af4d arch/armv6-m: fix compile error on LLVM clang
     add 42a0f444ee boards: spresense: enable lte modem

No new revisions were added by this update.

Summary of changes:
 boards/arm/cxd56xx/common/src/Make.defs            |   4 +-
 .../common/src/{cxd56_altmdm.c => cxd56_alt1250.c} | 279 ++++++++++-----------
 boards/arm/cxd56xx/spresense/include/board.h       |  12 +-
 .../include/{cxd56_altmdm.h => cxd56_alt1250.h}    |  36 ++-
 boards/arm/cxd56xx/spresense/src/Make.defs         |   4 +-
 .../spresense/src/cxd56_alt1250_power.c}           | 127 ++++++----
 .../arm/cxd56xx/spresense/src/cxd56_altmdm_power.c |  86 -------
 7 files changed, 236 insertions(+), 312 deletions(-)
 rename boards/arm/cxd56xx/common/src/{cxd56_altmdm.c => cxd56_alt1250.c} (65%)
 rename boards/arm/cxd56xx/spresense/include/{cxd56_altmdm.h => cxd56_alt1250.h} (75%)
 copy boards/arm/{stm32/common/src/stm32_l3gd20.c => cxd56xx/spresense/src/cxd56_alt1250_power.c} (57%)
 delete mode 100644 boards/arm/cxd56xx/spresense/src/cxd56_altmdm_power.c