You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/06/05 15:58:31 UTC

[incubator-nuttx] branch master updated (0b3c2c7 -> f81f973)

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

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


    from 0b3c2c7  spi: Refactor SPI Slave interface prefix to sync with I2C Slave
     add f81f973  boards: rp2040: Add user gpio driver

No new revisions were added by this update.

Summary of changes:
 boards/arm/rp2040/raspberrypi-pico/include/board.h |   3 +
 boards/arm/rp2040/raspberrypi-pico/src/Make.defs   |   4 +
 .../rp2040/raspberrypi-pico/src/rp2040_bringup.c   |   9 ++
 .../rp2040/raspberrypi-pico/src/rp2040_gpio.c}     | 159 ++++++++++-----------
 .../arm/rp2040/raspberrypi-pico/src/rp2040_pico.h  |   4 +
 5 files changed, 98 insertions(+), 81 deletions(-)
 copy boards/{xtensa/esp32/esp32-devkitc/src/esp32_gpio.c => arm/rp2040/raspberrypi-pico/src/rp2040_gpio.c} (66%)