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/09/11 05:13:21 UTC

[incubator-nuttx] branch master updated (3b889d820f -> 0eb79f1a9a)

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 3b889d820f armv7-a/r: use SRS and RFE for exception handler
     add 0eb79f1a9a ttgo_lora_esp32: Add support to SX1276

No new revisions were added by this update.

Summary of changes:
 .../configs/{nsh => sx127x}/defconfig              | 15 +++++++
 boards/xtensa/esp32/ttgo_lora_esp32/src/Make.defs  |  4 ++
 .../esp32/ttgo_lora_esp32/src/esp32_bringup.c      | 10 +++++
 .../esp32/ttgo_lora_esp32/src/esp32_sx127x.c}      | 49 +++++++++++++++-------
 .../esp32/ttgo_lora_esp32/src/ttgo_lora_esp32.h    | 24 +++++++++++
 5 files changed, 86 insertions(+), 16 deletions(-)
 copy boards/xtensa/esp32/ttgo_lora_esp32/configs/{nsh => sx127x}/defconfig (75%)
 copy boards/{arm/nrf52/nrf52840-dk/src/nrf52_sx127x.c => xtensa/esp32/ttgo_lora_esp32/src/esp32_sx127x.c} (83%)