chirping78 commented on code in PR #15821:
URL: https://github.com/apache/nuttx/pull/15821#discussion_r1962605767
##########
arch/xtensa/Kconfig:
##########
@@ -172,6 +172,10 @@ config XTENSA_DCACHE_LOCK
---help---
Enable Xtensa D-Cache lock & unlock feature
+config XTENSA_PERCPU_TCB_IN_MISC0
Review Comment:
ESP32 SMP ostest fails at sighand test. It looks like the CPU1 hangs for
some reason I don't know.
How about for now change the config item `XTENSA_PERCPU_TCB_IN_MISC0` to:
```
default y
default n if ARCH_CHIP_ESP32
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]