nuttx/arch/arm/include/armv7-m
Xiang Xiao 68951e8d72 Remove exra whitespace from files (#189)
* Remove multiple newlines at the end of files
* Remove the whitespace from the end of lines
2020-01-31 09:24:49 -06: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 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06: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 i.MX6 SMP: Inter-CPU data no saved in a non-cacheable region. 2016-11-26 12:04:02 -06:00
syscall.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00