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 2020/11/19 08:13:14 UTC

[incubator-nuttx] branch releases/10.0 updated (89e62ba -> 19b1279)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch releases/10.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 89e62ba  Remove depricated usage of set-env in GitHub
     add 33e6794  arch: cxd56xx: Introduce cxd56_cpuindex.h
     add 4c1fcb8  arch: cxd56xx: Add interrupt stack for SMP
     add c1cc747  arch: imx6: Fix style warnings in chip.h
     add 5c065c5  arch: arm: Fix interrupt stack handlings for SMP
     add f0346fb  boards: lc823450-xgevk: Update rndis/defconfig
     add 584d2fd  boards: sabre-6quad: Update smp/defconfig
     add fa8cfb5  arch: armv7-a: Fix style warnings in smp.h
     add 48b7531  arch: armv7-a: Fix style warnings in arm_cpuidlestack.c
     add 7cf345a  arch: armv7-a: Fix CPUx IDLE stack top for SMP
     add 923275b  boards: sabre-6quad: Update nsh/defconfig
     add 8307fa9  armv7-a, imx6: Refactor interrupt stack related code
     add 32192a9  arm, c5471: Refactor interrupt stack related code
     add e8a4881  arch: armv7-r: Refactor interrupt stack related code
     add edb5d1c  boards: stm32f4discovery: Update wifi/defconfig
     add 66d7aed  armv7-m, cxd56xx, lc823450: Refactor interrupt stack related code
     add 79feb14  arch: armv8-m: Refactor interrupt stack related code
     add ba04b77  arch: armv6-m: Refactor interrupt stack related code
     add 288a94e  arm: armv7-a: Fix kernel stack dump in arm_assert.c
     add 19b1279  sched: irq: Fix enter_critical_section() in an irq handler for SMP

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/arm/arm_assert.c                      |  21 ++--
 arch/arm/src/arm/arm_vectors.S                     |   6 +-
 arch/arm/src/armv6-m/arm_assert.c                  |   2 +-
 arch/arm/src/armv6-m/arm_exception.S               |   2 +-
 arch/arm/src/armv7-a/arm_assert.c                  |  27 +++--
 arch/arm/src/armv7-a/arm_cpuidlestack.c            |   3 +-
 arch/arm/src/armv7-a/arm_vectors.S                 |  10 +-
 arch/arm/src/armv7-a/smp.h                         |   7 +-
 arch/arm/src/armv7-m/arm_assert.c                  |   2 +-
 arch/arm/src/armv7-m/gnu/arm_exception.S           |   6 +-
 arch/arm/src/armv7-m/gnu/arm_lazyexception.S       |   6 +-
 arch/arm/src/armv7-r/arm_assert.c                  |  26 +++--
 arch/arm/src/armv7-r/arm_vectors.S                 |  22 ++--
 arch/arm/src/armv8-m/arm_assert.c                  |   2 +-
 arch/arm/src/armv8-m/arm_exception.S               |   4 +-
 arch/arm/src/armv8-m/arm_lazyexception.S           |   4 +-
 arch/arm/src/c5471/c5471_vectors.S                 |   6 +-
 arch/arm/src/common/arm_checkstack.c               |   2 +-
 arch/arm/src/common/arm_initialize.c               |   6 +-
 arch/arm/src/cxd56xx/chip.h                        |  35 +++++++
 arch/arm/src/cxd56xx/cxd56_cpuindex.c              |   7 +-
 .../elf.h => arm/src/cxd56xx/cxd56_cpuindex.h}     |  15 +--
 arch/arm/src/cxd56xx/cxd56_irq.c                   |  66 ++++++++++++
 arch/arm/src/cxd56xx/cxd56_irq.h                   |  15 ++-
 arch/arm/src/imx6/chip.h                           | 114 +++++----------------
 arch/arm/src/imx6/imx_irq.c                        |  38 ++++++-
 arch/arm/src/imx6/imx_irq.h                        |  20 +---
 arch/arm/src/lc823450/chip.h                       |  85 +--------------
 arch/arm/src/lc823450/lc823450_irq.c               |  56 +++++++---
 arch/arm/src/lc823450/lc823450_irq.h               |  21 +---
 boards/arm/imx6/sabre-6quad/configs/nsh/defconfig  |   5 +-
 boards/arm/imx6/sabre-6quad/configs/smp/defconfig  |   3 +-
 .../lc823450-xgevk/configs/rndis/defconfig         |   4 +-
 .../stm32/stm32f4discovery/configs/wifi/defconfig  |   4 +-
 sched/irq/irq_csection.c                           |  19 ++++
 35 files changed, 345 insertions(+), 326 deletions(-)
 copy arch/{xtensa/include/elf.h => arm/src/cxd56xx/cxd56_cpuindex.h} (79%)