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/09/17 12:37:30 UTC

[incubator-nuttx] branch master updated (e5af776 -> a7a3d8b)

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 e5af776  bcm43xxx: fixed an issue with abrupt stall of receiving new credits (via sdpcm header) from bcm43362 chip/firmware as soon as a high network traffic started
     add a7a3d8b  boards/esp32c3: add ESP32C3 LCD drivers

No new revisions were added by this update.

Summary of changes:
 boards/risc-v/esp32c3/esp32c3-devkit/Kconfig       | 12 +++++
 boards/risc-v/esp32c3/esp32c3-devkit/src/Makefile  | 12 +++++
 .../esp32c3/esp32c3-devkit/src/esp32c3_board_spi.c | 16 +++++++
 .../esp32c3/esp32c3-devkit/src/esp32c3_bringup.c   | 31 +++++++++++++
 .../esp32c3/esp32c3-devkit/src/esp32c3_gc9a01.c}   | 51 +++++++++++-----------
 .../esp32c3/esp32c3-devkit/src/esp32c3_st7735.c}   | 47 ++++++++++----------
 .../esp32c3/esp32c3-devkit/src/esp32c3_st7789.c}   | 47 ++++++++++----------
 7 files changed, 142 insertions(+), 74 deletions(-)
 copy boards/{arm/rp2040/common/src/rp2040_st7789.c => risc-v/esp32c3/esp32c3-devkit/src/esp32c3_gc9a01.c} (79%)
 copy boards/{arm/rp2040/common/src/rp2040_st7735.c => risc-v/esp32c3/esp32c3-devkit/src/esp32c3_st7735.c} (81%)
 copy boards/{arm/rp2040/common/src/rp2040_st7789.c => risc-v/esp32c3/esp32c3-devkit/src/esp32c3_st7789.c} (81%)