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/07/22 13:59:32 UTC

[incubator-nuttx] branch master updated (c9b4348 -> 4919d9b)

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 c9b4348  added st7735 LCD based support
     add 29d6a6d  arch: add depends to trigger_irq
     add 4919d9b  arm: add up_secure_irq support

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/armv7-m/arm_trigger_irq.c             |  4 ++
 .../am335x_sysclk.c => armv8-m/arm_secure_irq.c}   | 62 +++++++++++++---------
 arch/arm/src/armv8-m/arm_trigger_irq.c             |  4 ++
 arch/arm/src/armv8-m/nvic.h                        | 20 +++++++
 include/nuttx/arch.h                               | 24 +++++++++
 5 files changed, 88 insertions(+), 26 deletions(-)
 copy arch/arm/src/{am335x/am335x_sysclk.c => armv8-m/arm_secure_irq.c} (68%)