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 8c816dee14 cmake: Fix build failure when -DNUTTX_APPS_DIR is specified
     new 7d2dbc00f6 Revert "Add courier system driver"
     new 63375bf9cd BL808: Replace courier with M0 interrupt controller

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:
 arch/risc-v/include/bl808/irq.h                    |   1 +
 arch/risc-v/src/bl808/Make.defs                    |   1 -
 arch/risc-v/src/bl808/bl808_courier.c              | 123 ---------------------
 arch/risc-v/src/bl808/bl808_courier.h              |  66 -----------
 arch/risc-v/src/bl808/bl808_irq.c                  |  81 +++++++++++++-
 arch/risc-v/src/bl808/hardware/bl808_ipc.h         |  40 -------
 .../src/bl808/hardware/bl808_m0ic.h}               |  30 +++--
 arch/risc-v/src/bl808/hardware/bl808_memorymap.h   |   8 +-
 boards/risc-v/bl808/ox64/src/bl808_appinit.c       |   5 -
 9 files changed, 93 insertions(+), 262 deletions(-)
 delete mode 100644 arch/risc-v/src/bl808/bl808_courier.c
 delete mode 100644 arch/risc-v/src/bl808/bl808_courier.h
 delete mode 100644 arch/risc-v/src/bl808/hardware/bl808_ipc.h
 copy arch/{arm/src/sama5/chip.h => risc-v/src/bl808/hardware/bl808_m0ic.h} 
(66%)

Reply via email to