incubator-nuttx/boards/arm/cxd56xx/common
Masayuki Ishikawa cb6dd70082 boards: cxd56xx: Fix a deadlock in cxd56_gs2200m.c
Summary:
- During streaming test, I noticed a dealock when controlling IRQ
- Actually, it will send an IPI when the cpu index is not 0
- However, up_cpu_pause() also sends IPI with critical section
- So the IRQ control must follow the same rule

Impact:
- Affects SMP only

Testing:
- Tested with spresense:wifi_smp

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2020-10-08 09:02:17 +02:00
..
src boards: cxd56xx: Fix a deadlock in cxd56_gs2200m.c 2020-10-08 09:02:17 +02:00
Kconfig Merged in alinjerpelea/nuttx (pull request #1015) 2019-08-21 17:25:16 +00:00
Makefile build: Don't need use $(DELIM) in include statement 2020-05-24 08:24:13 -06:00