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 2022/02/18 05:40:29 UTC

[incubator-nuttx] branch master updated (0c5aff9 -> ab18b7b)

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 0c5aff9  risc-v/qemu-rv: Supports SMP up to 8 cores
     add 3d2771c  esp32_irq.c: Move interrupt initialisation for special drivers to `up_irqinitialize`.  `esp32_cpuint_initialize` is not a good place as it's also called from CPU1.
     add 17e43b0  esp32_irq.c: For internal interrupts use the current CPU to enable them.
     add ee88235  esp32_irq.c: Don't reserve BT and Wifi CPU interrupts for APP CPU as they are attached to the PRO CPU.
     add ab18b7b  esp32xx_irq.c: Fix CPU interrupt documentation to remove the MAC interrupt from the internal interrupt table.

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32/esp32_irq.c        | 64 ++++++++++++++++++++------------
 arch/xtensa/src/esp32s2/esp32s2_cpuint.c | 11 +++---
 arch/xtensa/src/esp32s3/esp32s3_irq.c    |  4 +-
 3 files changed, 47 insertions(+), 32 deletions(-)