tinnedkarma commented on PR #17161:
URL: https://github.com/apache/nuttx/pull/17161#issuecomment-3455949086

   There is another thing worth mentioning.
   The use of FAR qualifier. I did not find any conclusive documentation about 
it's exact use.
   Some info you can find here 
[https://nuttx.apache.org/docs/latest/contributing/coding_style.html#farnear](https://nuttx.apache.org/docs/latest/contributing/coding_style.html#farnear)
   
   The rule of thumb that I know:
   * On "common" codebase (eg. drivers, sched, net) always use FAR.
   * On "arch" codebase, it depends, (eg. for stm32 FAR is not needed).
   
   I would love to know more about this "depend" also, but most likely, there 
is no use for FAR in risc-v arch. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to