nuttx/arch/arm
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
..
include armv7-m irq: avoid uninitialized warning/error 2023-03-23 04:02:43 -07:00
src arch: cxd56xx: Fix SPI transfer without DMA 2023-03-23 08:34:29 +01:00
Kconfig arch/nrf53: add PWM support 2023-03-15 22:08:27 +01:00