nuttx/boards/arm/cxd56xx
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
..
common boards: cxd56xx: Fix a deadlock in cxd56_gs2200m.c 2020-10-08 09:02:17 +02:00
drivers Fix wrong executable bit on two source files 2020-08-31 19:19:14 +01:00
spresense boards: spresense: Add CONFIG_USERMAIN_STACKSIZE=3072 to wifi/defconfig 2020-10-01 08:45:48 +02:00