-
Notifications
You must be signed in to change notification settings - Fork 1.5k
xtesa: fix lost save & restore states caused by merge code #13662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
this is caused by: 35c8c80 Signed-off-by: ligd <liguiding1@xiaomi.com>
|
[Experimental Bot, please feedback here] The PR summary is missing some key information:
The Impact section is insufficient:
The Testing section needs significant improvement:
In conclusion: This PR does not meet the NuttX requirements in its current state. You need to provide more detailed and complete information in the Summary, Impact, and Testing sections. |
|
I am trying to test in esp32 qemu:
|
|
the "Testing" section in your PR description made me think you have tested it successfully. otoh, your comment (#13662 (comment)) seems suggesting othewise. can you correct one of them? |
|
Confirm test pass in QEMU: ./tools/configure.sh -E esp32-devkitc:nsh qemu-system-xtensa -nographic -machine esp32 -drive file=nuttx.merged.bin,if=mtd,format=raw -drive file=qemu_efuse.bin,if=none,format=raw,id=efuse -global driver=nvram.esp32.efuse,property=drive,value=efuse |
|
@GUIDINGLI |
Summary
xtesa: fix lost save & restore states caused by merge code
this is caused by:
35c8c80
#13651
Impact
xtensa
Testing
Test pass in QEMU:
./tools/configure.sh -E esp32-devkitc:nsh
qemu-system-xtensa -nographic -machine esp32 -drive file=nuttx.merged.bin,if=mtd,format=raw -drive file=qemu_efuse.bin,if=none,format=raw,id=efuse -global driver=nvram.esp32.efuse,property=drive,value=efuse