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/03/11 22:31:47 UTC

[incubator-nuttx] branch master updated (9fd0df3 -> a657357)

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 9fd0df3  arch/stm32: Fix nxstyle errors
     add 174a4c1  arm/rp2040: Add RP2040 GPIO interrupt functions
     add a657357  boards/raspberrypi-pico: Support ENC28J60 SPI ethernet board

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/rp2040/rp2040_gpio.c                  | 160 +++++++++++++++++++++
 arch/arm/src/rp2040/rp2040_gpio.h                  |  52 +++++++
 boards/arm/rp2040/common/src/Make.defs             |   4 +
 .../common/src/rp2040_enc28j60.c}                  | 100 ++++---------
 boards/arm/rp2040/raspberrypi-pico/Kconfig         |  21 +++
 boards/arm/rp2040/raspberrypi-pico/README.txt      |  16 +++
 .../configs/{spisd => enc28j60}/defconfig          |  43 ++++--
 7 files changed, 312 insertions(+), 84 deletions(-)
 copy boards/arm/{stm32/stm32f4discovery/src/stm32_enc28j60.c => rp2040/common/src/rp2040_enc28j60.c} (57%)
 copy boards/arm/rp2040/raspberrypi-pico/configs/{spisd => enc28j60}/defconfig (66%)