jlaitine commented on issue #16193:
URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2800515738

   Tried to re-produce it on multiple HW now, but I don't have anything close 
to esp32.
   
   Tried the "esp32-devkitc:smp" also on qemu with following changes:
   
   - used your config file, but added "# CONFIG_ARCH_LEDS is not set" to make 
it compile for qemu
   - added "#define ESP32_IGNORE_CHIP_REVISION_CHECK" in 
arch/xtensa/src/esp32/esp32_start.c to make it run on qemu
   
   qemu-system-xtensa -nographic -machine esp32 -drive 
file=nuttx.merged.bin,if=mtd,format=raw -smp 2
   
   This is the closest I can get to esp32, I don't have any esp32 boards....
   
   Still can't re-produce the issue.
   
   
   I wonder what does the patches actually even change in this case, when 
CONFIG_PRIORITY_INHERITANCE is not defined; functionally the patch should be 
no-op. The fastpath functions are just moved to another file, the changed IF 
clause is not even compiled in.
   
   I'll also compare the  assembly before and after....
   
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to