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/nuttx.git


    from 42427e9e29 sched/taskfiles: skip unnecessary file open/close 
operations to improve performance
     new 90cf9f871c sensors/gps: define the number of items in the satellite 
info list
     new 6f0cf35a4e drivers/sensors/Make.defs: cosmetics
     new 4b6213adef nrf91/nrf91_modem_sock.c: fix printf warnings
     new 18cf6aef16 nrf91/nrf91_modem.c: add support for board-specific modem 
configuration
     new b14b8c6db3 boards/thingy91: add board specific modem configuration
     new c53211afb9 boards/nrf9160-dk: add board specific modem configuration
     new d38bf3ff2d nrf91/nrf91_modem.c: configure system mode
     new 42211cc1c3 nrf91: initial support for GNSS (GPS only for now)
     new ca88513a0c boards/nrf9160-dk: enable GNSS for modem_ns config
     new 23de8cefb9 Documentation: update nRF91 doc

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Documentation/platforms/arm/nrf91/index.rst        |  92 +++
 arch/arm/src/nrf91/CMakeLists.txt                  |   4 +
 arch/arm/src/nrf91/Kconfig                         |  39 ++
 arch/arm/src/nrf91/Make.defs                       |   4 +
 arch/arm/src/nrf91/nrf91_modem.c                   |  66 ++
 arch/arm/src/nrf91/nrf91_modem.h                   |   9 +
 arch/arm/src/nrf91/nrf91_modem_at.c                |   2 +-
 arch/arm/src/nrf91/nrf91_modem_at.h                |  23 +
 arch/arm/src/nrf91/nrf91_modem_gnss.c              | 732 +++++++++++++++++++++
 .../nrf91/{nrf91_modem_at.h => nrf91_modem_gnss.h} |  12 +-
 arch/arm/src/nrf91/nrf91_modem_sock.c              |   5 +-
 .../nrf91/nrf9160-dk/configs/modem_ns/defconfig    |   8 +
 boards/arm/nrf91/nrf9160-dk/src/CMakeLists.txt     |   4 +
 boards/arm/nrf91/nrf9160-dk/src/Make.defs          |   4 +
 boards/arm/nrf91/nrf9160-dk/src/nrf91_bringup.c    |  18 +-
 .../nrf9160-dk/src/nrf91_modem.c}                  |  37 +-
 boards/arm/nrf91/thingy91/src/CMakeLists.txt       |   4 +
 boards/arm/nrf91/thingy91/src/Make.defs            |   4 +
 .../thingy91/src/nrf91_modem.c}                    |  45 +-
 drivers/sensors/Make.defs                          |   4 +-
 include/nuttx/sensors/sensor.h                     |   6 +-
 21 files changed, 1070 insertions(+), 52 deletions(-)
 create mode 100644 arch/arm/src/nrf91/nrf91_modem_gnss.c
 copy arch/arm/src/nrf91/{nrf91_modem_at.h => nrf91_modem_gnss.h} (84%)
 copy boards/arm/{xmc4/xmc4500-relax/src/xmc4_bringup.c => 
nrf91/nrf9160-dk/src/nrf91_modem.c} (76%)
 copy boards/arm/{samd2l2/arduino-m0/src/sam_bringup.c => 
nrf91/thingy91/src/nrf91_modem.c} (72%)

Reply via email to