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/nuttx.git


    from aff64bb3dcb arm64: add demo for gdbstub
     new 310a808d3d5 rpi4b/framebuffer: Introduce frame buffer support to the 
RPi4B
     new 00e287bb70e docs/raspberrypi-4b: Include information about new 
graphics support

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../arm64/bcm2711/boards/raspberrypi-4b/index.rst  |  55 ++-
 arch/arm64/src/bcm2711/CMakeLists.txt              |   6 +
 arch/arm64/src/bcm2711/Kconfig                     |  11 +
 arch/arm64/src/bcm2711/Make.defs                   |   6 +
 arch/arm64/src/bcm2711/bcm2711_fb.c                | 494 +++++++++++++++++++++
 arch/arm64/src/bcm2711/bcm2711_mailbox.c           | 474 ++++++++++++++++++++
 arch/arm64/src/bcm2711/bcm2711_mailbox.h           | 209 +++++++++
 arch/arm64/src/bcm2711/hardware/bcm2711_mailbox.h  |  18 +
 boards/arm64/bcm2711/raspberrypi-4b/Kconfig        |   7 +
 .../raspberrypi-4b/configs/{nsh => fb}/defconfig   |  12 +-
 .../raspberrypi-4b/configs/{nsh => lvgl}/defconfig |  25 +-
 .../bcm2711/raspberrypi-4b/src/rpi4b_bringup.c     |  14 +
 12 files changed, 1314 insertions(+), 17 deletions(-)
 create mode 100644 arch/arm64/src/bcm2711/bcm2711_fb.c
 copy boards/arm64/bcm2711/raspberrypi-4b/configs/{nsh => fb}/defconfig (89%)
 copy boards/arm64/bcm2711/raspberrypi-4b/configs/{nsh => lvgl}/defconfig (75%)

Reply via email to