nuttx/arch
Ville Juven 8e32a3ce24 imx93_gpioirq: Fix the GPIO interrupt source names
The original assumption was that the interrupt numbers are divided
so that 16 pins from 1 port are handled by a single interrupt source.

So source 0 would handle pins 0-15 and source 1 would handle pins 16-31.
This assumption is wrong, each pin has two sources, thus there are two
interrupt lines for each pin.

The driver uses source 0, and leaves source 1 disabled.
2024-04-16 19:11:31 +08:00
..
arm fix nxstyle 2024-04-15 15:33:17 -03:00
arm64 imx93_gpioirq: Fix the GPIO interrupt source names 2024-04-16 19:11:31 +08:00
avr fix nxstyle 2024-04-15 15:33:17 -03:00
ceva stack: update up_get_intstackbase API to support cpu id 2024-04-09 16:59:00 -03:00
dummy
hc stack: update up_get_intstackbase API to support cpu id 2024-04-09 16:59:00 -03:00
mips stack: update up_get_intstackbase API to support cpu id 2024-04-09 16:59:00 -03:00
misoc comments/docs: fix typos in comments 2024-03-06 13:31:50 +08:00
or1k stack: update up_get_intstackbase API to support cpu id 2024-04-09 16:59:00 -03:00
renesas stack: update up_get_intstackbase API to support cpu id 2024-04-09 16:59:00 -03:00
risc-v arch/risc-v: fix RV32 up_addrenv_destroy 2024-04-14 14:49:36 +08:00
sim sim/kconfig: select ARCH_TOOLCHAIN_GNU 2024-04-07 14:57:44 -03:00
sparc arch: Remove xxx_intstack_top and xxx_intstack_alloc 2024-04-09 16:59:00 -03:00
tricore arch/tricore: add spinlock support 2024-03-21 18:47:14 +08:00
x86 stack: update up_get_intstackbase API to support cpu id 2024-04-09 16:59:00 -03:00
x86_64 stack: update up_get_intstackbase API to support cpu id 2024-04-09 16:59:00 -03:00
xtensa ESP32S3 I2S GPIO selection master/slave hase same range for BCLK,WS pin 2024-04-10 15:00:45 +08:00
z16 comments/docs: fix typos in comments 2024-03-06 13:31:50 +08:00
z80 comments/docs: fix typos in comments 2024-03-06 13:31:50 +08:00
CMakeLists.txt build/cmake: add initial KERNEL mode support 2024-03-15 16:21:23 +08:00
Kconfig arch/kconfig: minor revision for KMAP_NPAGES 2024-04-14 14:48:23 +08:00