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 4207882 arm/armv8-m: Handle the special irq correctly in up_secure_irq add 555d256 add phyplus_rel_1.4 No new revisions were added by this update. Summary of changes: arch/arm/Kconfig | 1 + arch/arm/src/phy62xx/Make.defs | 48 ++- arch/arm/src/phy62xx/bb_rom_sym_m0.gdbsym | 7 + arch/arm/src/phy62xx/clock.h | 2 +- arch/arm/src/phy62xx/flash.c | 3 +- arch/arm/src/phy62xx/flash.h | 2 +- arch/arm/src/phy62xx/irq.c | 35 +- arch/arm/src/phy62xx/mcu_phy_bumbee.h | 2 +- arch/arm/src/phy62xx/phy62xx_ble.c | 2 + arch/arm/src/phy62xx/phy62xx_exception.S | 13 +- arch/arm/src/phy62xx/phyplus_tim.c | 59 +-- arch/arm/src/phy62xx/phyplus_tim.h | 32 +- arch/arm/src/phy62xx/phyplus_timer_lowerhalf.c | 12 +- arch/arm/src/phy62xx/phyplus_wdt.c | 464 +++++++++++++++++++++ .../lc823450_wdt.h => phy62xx/phyplus_wdt.h} | 26 +- arch/arm/src/phy62xx/pplus_mtd_flash.c | 16 +- arch/arm/src/phy62xx/rom_sym_def.h | 2 + arch/arm/src/phy62xx/start.c | 77 +++- arch/arm/src/phy62xx/uart.c | 71 +++- boards/arm/phy62xx/phy6222/configs/nsh/defconfig | 4 +- .../arm/phy62xx/phy6222/configs/phy_sbp/defconfig | 4 +- boards/arm/phy62xx/phy6222/scripts/Make.defs | 4 +- boards/arm/phy62xx/phy6222/scripts/flash.ld | 71 +++- boards/arm/phy62xx/phy6222/src/Makefile | 2 + boards/arm/phy62xx/phy6222/src/bringup.c | 32 +- .../sam_reset.c => phy62xx/phy6222/src/reset.c} | 6 +- 26 files changed, 865 insertions(+), 132 deletions(-) create mode 100644 arch/arm/src/phy62xx/phyplus_wdt.c copy arch/arm/src/{lc823450/lc823450_wdt.h => phy62xx/phyplus_wdt.h} (81%) copy boards/arm/{samv7/common/src/sam_reset.c => phy62xx/phy6222/src/reset.c} (95%)