nuttx/arch/xtensa
Masayuki Ishikawa b9d4bd0854 arch: esp32: Fix compile errors with CONFIG_SMP=y
Summary:
- This commit fixes compile errors in esp32_spiflash.c and
  esp32_wifi_adapter.c with CONFIG_SMP=y

Impact:
- SMP only

Testing:
- Tested with esp32-devkitc:wapi
- NOTE: the following configs need to be added.
  +CONFIG_SMP=y
  +CONFIG_SMP_IDLETHREAD_STACKSIZE=3072
  +CONFIG_SMP_NCPUS=2
  +CONFIG_SPINLOCK_IRQ=y

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2021-01-27 04:47:05 -08:00
..
include xtensa/esp32: Add efuse driver 2021-01-26 18:23:43 -08:00
src arch: esp32: Fix compile errors with CONFIG_SMP=y 2021-01-27 04:47:05 -08:00
Kconfig arch/xtensa/Kconfig: The ESP32 has a different numbers for vectors and 2021-01-15 09:47:33 +01:00