You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by da...@apache.org on 2021/11/07 11:43:29 UTC

[incubator-nuttx] branch master updated (f2405cc -> 3a0cd56)

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

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


    from f2405cc  boards/b-g431b-esc1: register Qenco index pin
     add c109262  rp2040: add rp2040_gpio_get_function_pin()
     add 3a0cd56  rp2040: support I2C_RESET

No new revisions were added by this update.

Summary of changes:
 arch/arm/Kconfig                                   |   1 +
 arch/arm/src/rp2040/rp2040_gpio.c                  | 150 +++++++++++++++++
 arch/arm/src/rp2040/rp2040_gpio.h                  |  46 ++++++
 arch/arm/src/rp2040/rp2040_i2c.c                   | 179 ++++++++++++++++++---
 .../raspberrypi-pico/src/rp2040_boardinitialize.c  |   2 +
 5 files changed, 360 insertions(+), 18 deletions(-)