nuttx/arch/arm/include
Matthias Grob d1113110f3 armv7-m irq: avoid uninitialized warning/error
arm-none-eabi-gcc 12.2.0 gives the following warnings:
error: 'primask' is used uninitialized
error: 'primask' may be used uninitialized

We use Werror and the file is indirectly included in different
places. I suggest telling the compiler to ignore these warnings
since primask is initialized on the first assembly line.

This is the only problem I encountered so far when upgrading the compiler.
2023-03-23 04:02:43 -07:00
..
a1x
am335x
arm
armv6-m
armv7-a
armv7-m armv7-m irq: avoid uninitialized warning/error 2023-03-23 04:02:43 -07:00
armv7-r armv7-r: correct the wrong usage of ARMV7A_XX marco 2022-11-28 12:21:32 +01:00
armv8-m arch:add faultmask register operation to armv7-m & armv8-m 2023-01-05 23:17:43 +02:00
c5471
cxd56xx nuttx: replace all ARRAY_SIZE()/ARRAYSIZE() to nitems() 2023-02-09 20:05:44 +08:00
dm320
efm32
eoss3
gd32f4 Remove the tail spaces from all files except Documentation 2023-02-26 13:24:24 -08:00
imx1
imx6
imxrt
kinetis
kl
lc823450
lpc17xx_40xx
lpc31xx
lpc43xx
lpc54xx
lpc214x
lpc2378
max326xx
moxart
nrf52
nrf53
nuc1xx
phy62xx
rp2040
s32k1xx
s32k3xx
sam34
sama5
samd2l2
samd5e5
samv7
stm32
stm32f0l0g0
stm32f7
stm32h7
stm32l4
stm32l5
stm32u5
stm32wb
stm32wl5
str71x
tiva
tlsr82
tms570
xmc4
.gitignore
arch.h sched/addrenv: Remove up_addrenv_restore 2023-02-08 02:51:23 +08:00
elf.h
inttypes.h arch/arm: Document the clever trick of PRI?32 macros 2022-11-01 23:11:16 +01:00
irq.h
limits.h
setjmp.h
spinlock.h
stdarg.h
syscall.h
types.h arch/arm: Fix types.h:61:9: error: unknown type name '__UINT32_TYPE__' 2022-11-06 07:14:39 +01:00