This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-14 22:50:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
dec7ecbd56
nuttx
/
arch
/
arm
History
Download ZIP
Download TAR.GZ
Gregory Nutt
510b0f7e07
arch/arm/src: Correct all ARMv7-M architectures. Interrupts were not be disabled correctly on power up. Writing zero to the NVIC SET-ENABLE registers has no effect. In order to disable interrupts, it is necessary to write all ones to the NVIC CLEAR-ENABLE register. Noted by David Sidrane.
2018-09-21 21:32:50 -06:00
..
include
Merged in raiden00/nuttx_h7 (pull request
#720
)
2018-09-16 15:58:25 +00:00
src
arch/arm/src: Correct all ARMv7-M architectures. Interrupts were not be disabled correctly on power up. Writing zero to the NVIC SET-ENABLE registers has no effect. In order to disable interrupts, it is necessary to write all ones to the NVIC CLEAR-ENABLE register. Noted by David Sidrane.
2018-09-21 21:32:50 -06:00
Kconfig
arch/arm/src/armv7-m/up_trigger_irq.c: Add logic to trigger ARMv7-M interrupts and exceptions.
2018-08-25 10:23:21 -06:00