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 8dea103ecb boards/risc-v/espressif: Add PWM support for
ESP32-[C3/C6/H2]
new 4f8b979855 include/nuttx/wireless/lte/lte.h: increase bb_product length
new e5b6d1cb29 include/nuttx/wireless/lte/lte.h: add fw_version field to
lte_version_t
new b3c5e05add arch/nrf91: fix modem initialization
new aa5ac49a21 arch/nrf91: convert modem AT interface to serial device
new 6bd5452588 arch/nrf91: fixes for modem OS integration
new eb965d5fec arch/nrf91: add support for modem sockets
new f3e22c0bb0 boards/nrf9160-dk: update modem configuration
The 7 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:
arch/arm/src/nrf91/CMakeLists.txt | 62 +-
arch/arm/src/nrf91/Kconfig | 2 +
arch/arm/src/nrf91/Make.defs | 2 +-
arch/arm/src/nrf91/nrf91_modem.c | 59 +-
arch/arm/src/nrf91/nrf91_modem.h | 8 +-
arch/arm/src/nrf91/nrf91_modem_at.c | 332 ++++--
arch/arm/src/nrf91/nrf91_modem_os.c | 41 +-
arch/arm/src/nrf91/nrf91_modem_sock.c | 1204 ++++++++++++++++++++
.../arm/src/nrf91/nrf91_modem_sock.h | 11 +-
.../nrf91/nrf9160-dk/configs/modem_ns/defconfig | 23 +-
include/nuttx/wireless/lte/lte.h | 10 +-
11 files changed, 1574 insertions(+), 180 deletions(-)
create mode 100644 arch/arm/src/nrf91/nrf91_modem_sock.c
copy libs/libc/stdio/lib_getc.c => arch/arm/src/nrf91/nrf91_modem_sock.h (91%)