Masayuki Ishikawa
Masayuki Ishikawa
@yangsong8-ai Thanks for the update. It works now. However, please change the commit log as follows ``` drivers: usbdev: Fix USB descriptor This commit fixes the regression from https://github.com/apache/nuttx/pull/13190 ```
> But don`t know how to generate the "qemu_efuse.bin". @masayuki2009 @tmedicci Do you know where has the quickstart doc? thank you;-) https://github.com/apache/nuttx/pull/11563#issuecomment-1903904547
> airoha chip & qemu I think airoha chip is not included to the NuttX upstream. Why don't you test this PR with supported boards such as STM32F4Discovery? Also, please...
> Why must use STM32F4Discovery board ? Did the irq driver support HIGH prio irq in this board ? @GUIDINGLI So, do you mean that this PR ** does not...
@GUIDINGLI I noticed that assertion happens during signest_test with spresense:smp (NCPUS=3). ``` signest_test: Simple case: Total signalled 1240 Odd=620 Even=620 Total handled 1240 Odd=620 Even=620 Total nested 0 Odd=0 Even=0...
> So, this issue can reproduce on Qemu ? It can not be reproducible on QEMU since armv7-m SMP target is not available on QEMU.
@hujun260 > fix smp boot not enter idle As long as I tested with the ** latest ** upstream (qemu-armv8a:nsh_smp), up_idle() is called on both CPU0 and CPU1. ``` (gdb)...