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


    from 040e6612008 nuttx/list: Update parameter names for 
list_for_every_entry_continue()
     add 706d389b372 bcm2711/mailbox: Implementation for mailbox API
     add e10c79b744f rpi4b/autoleds: Auto-LED implementation

No new revisions were added by this update.

Summary of changes:
 arch/arm64/src/bcm2711/CMakeLists.txt              |   3 +-
 arch/arm64/src/bcm2711/Make.defs                   |   1 +
 arch/arm64/src/bcm2711/bcm2711_mailbox.c           | 550 +++++++++++++++++++++
 arch/arm64/src/bcm2711/bcm2711_mailbox.h           | 283 +++++++++++
 arch/arm64/src/bcm2711/hardware/bcm2711_mailbox.h  |  59 ++-
 arch/arm64/src/bcm2711/hardware/bcm2711_memmap.h   |   4 +
 boards/Kconfig                                     |   1 +
 .../arm64/bcm2711/raspberrypi-4b/include/board.h   |  16 +
 .../bcm2711/raspberrypi-4b/src/CMakeLists.txt      |   4 +
 boards/arm64/bcm2711/raspberrypi-4b/src/Makefile   |   4 +
 .../bcm2711/raspberrypi-4b/src/rpi4b_autoleds.c}   |  91 ++--
 .../raspberrypi-4b/src/rpi4b_boardinitialize.c     |   7 +-
 .../bcm2711/raspberrypi-4b/src/rpi4b_bringup.c     |   4 +
 13 files changed, 973 insertions(+), 54 deletions(-)
 create mode 100644 arch/arm64/src/bcm2711/bcm2711_mailbox.c
 create mode 100644 arch/arm64/src/bcm2711/bcm2711_mailbox.h
 copy boards/{arm/stm32/maple/src/stm32_leds.c => 
arm64/bcm2711/raspberrypi-4b/src/rpi4b_autoleds.c} (58%)

Reply via email to