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 2021/07/07 02:50:52 UTC

[incubator-nuttx] branch master updated (e506b2a -> 494e536)

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 e506b2a  usrsock/recv: guarantee all data is received before close
     add 494e536  added PCF8574 backpack support

No new revisions were added by this update.

Summary of changes:
 .../common/include/rp2040_lcd_backpack.h}                 |  8 ++++----
 boards/arm/rp2040/common/src/Make.defs                    |  4 ++++
 .../common/src/rp2040_lcd_backpack.c}                     | 14 ++++++++------
 boards/arm/rp2040/raspberrypi-pico/README.txt             | 10 +++++++++-
 .../raspberrypi-pico/configs/{nsh => lcd1602}/defconfig   |  8 ++++++++
 boards/arm/rp2040/raspberrypi-pico/src/rp2040_bringup.c   | 15 +++++++++++++++
 6 files changed, 48 insertions(+), 11 deletions(-)
 copy boards/arm/{stm32/common/include/stm32_lcd_backpack.h => rp2040/common/include/rp2040_lcd_backpack.h} (94%)
 copy boards/arm/{stm32/common/src/stm32_lcd_backpack.c => rp2040/common/src/rp2040_lcd_backpack.c} (92%)
 copy boards/arm/rp2040/raspberrypi-pico/configs/{nsh => lcd1602}/defconfig (89%)