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 2020/07/12 22:03:40 UTC

[GitHub] [incubator-nuttx] btashton commented on pull request #1397: Initial support for the QuickLogic EOS S3 SoC and QuickFeather board

btashton commented on pull request #1397:
URL: https://github.com/apache/incubator-nuttx/pull/1397#issuecomment-657281992


   > One question though, what's the purpose of the quicknuttx.resc file? BTW, it says Zephyr in one of the comments, it looks like it slipped during porting.
   
   I really need to write out the README to explain how to use this.  The resc file is the renode script that will let you run the NuttX example.  There is nothing really special about that file for Zephyr since before it would download the example elf, it now just refers to your local elf.  I removed the reference, but I wanted to keep the script so people can use it. 
   
   One thing to note is that the FPU logic causes issues with RENODE
   https://github.com/apache/incubator-nuttx/pull/1397/files#diff-46785ccde71aa8d00ea77b5b3d42abafR271
   as well as one part of the clocking
   https://github.com/apache/incubator-nuttx/pull/1397/files#diff-abaac6cb00bfd01fc7b864ce43cb3245R97
   
   This is due to us relying on some non-emulated registers.  I would like to implement them at some point, but that is low priority to me since I have hardware running.


----------------------------------------------------------------
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.

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