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 2023/09/24 11:41:38 UTC

[nuttx] branch master updated (11a3484e86 -> 7f2fe65749)

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 11a3484e86 boards: add initial support for thingy91 board (nrf9160 and nrf52840 chips)
     add 4314feaa0b thingy53: add rgbled support
     add 367a5002ae thingy53: add i2ctools support
     add 064f311a9d thingy53: cosmetics
     add 7f2fe65749 thingy53: assign separate TWI instances to SPI and I2C

No new revisions were added by this update.

Summary of changes:
 .../configs/rgbled_cpuapp}/defconfig               |  42 ++++++---
 boards/arm/nrf53/thingy53/include/board.h          |  42 ++++++---
 boards/arm/nrf53/thingy53/src/CMakeLists.txt       |   4 +
 boards/arm/nrf53/thingy53/src/Make.defs            |   4 +
 boards/arm/nrf53/thingy53/src/nrf53_bringup.c      |  12 +++
 .../nrf52_i2c.c => nrf53/thingy53/src/nrf53_i2c.c} |  41 ++++++---
 .../thingy53/src/nrf53_rgbled.c}                   | 101 ++++++++++-----------
 boards/arm/nrf53/thingy53/src/thingy53.h           |  44 ++++++++-
 8 files changed, 196 insertions(+), 94 deletions(-)
 copy boards/arm/nrf53/{nrf5340-dk/configs/pwm_cpuapp => thingy53/configs/rgbled_cpuapp}/defconfig (62%)
 copy boards/arm/{nrf52/nrf52-feather/src/nrf52_i2c.c => nrf53/thingy53/src/nrf53_i2c.c} (80%)
 copy boards/arm/{stm32/stm32f4discovery/src/stm32_rgbled.c => nrf53/thingy53/src/nrf53_rgbled.c} (63%)