nuttx/arch/arm/include/armv7-m
Nathan Hartman 679b4fbee2 arch: Fix included directed -> included directly
This typo had been copied and pasted into numerous irq and syscall
headers.
2020-04-05 22:31:15 +01:00
..
irq_cmnvector.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
irq_lazyfpu.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
irq.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00
nvicpri.h This commit removes CONFIG_ARCH_INT_DISABLEALL. In the normal course of things, interrupts must occasionally be disabled using the up_irq_save() inline function to prevent contention in use of resources that may be shared between interrupt level and non-interrupt level logic. Now the question arises, if we are using BASEPRI to disable interrupts and have high priority interrupts enabled (CONFIG_ARCH_HIPRI_INTERRUPT=y), do we disable all interrupts except SVCall (we cannot disable SVCall interrupts). Or do we only disable the "normal" interrupts? 2019-08-09 10:52:35 -06:00
spinlock.h
syscall.h arch: Fix included directed -> included directly 2020-04-05 22:31:15 +01:00