You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/30 10:10:42 UTC

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #5123: arch/risc-v: Correct epc adjustment with C ISA

no1wudi opened a new pull request #5123:
URL: https://github.com/apache/incubator-nuttx/pull/5123


   ## Summary
   All instruction use the normal 32bit instruction, but on some platform with C (Compressed instruction) support it would be 16bit, for FE310, you can adjust the mepc with 2 instead of 4:
   ## Impact
   RV32C only.
   ## Testing
   fe310 with QEMU
   


-- 
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-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] masayuki2009 merged pull request #5123: arch/risc-v: Correct epc adjustment with C ISA

Posted by GitBox <gi...@apache.org>.
masayuki2009 merged pull request #5123:
URL: https://github.com/apache/incubator-nuttx/pull/5123


   


-- 
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-unsubscribe@nuttx.apache.org

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