Ville Juven
Ville Juven
At least @masayuki2009 might be interested to know of this issue
Thank you for your response, it is very much appreciated. To give a bit of context, I'm implementing kernel build support for RISC-V. I'm very close to something functional, nsh...
@dagar I removed hrt_store_absolute_time entirely
> Can you fix the CI failure (style check)? https://github.com/PX4/PX4-Autopilot/actions/runs/3035286435/jobs/4885259187 > > Otherwise this looks good, thanks. Oh I'm sorry, did not notice there was a styling issue.
@dagar was there still something you wish for me to do? From my part this is ready to merge.
> FYI This was introduced so we could use px4::atomic for timestamps on fmu-v5 (and similar). > > It could be another case where we might not even need this...
> > Fixes a system crash for risc-v when user code tries to execute global interrupt disable/enable > > Why is `enter_critical_section()` even available to call from user space? Because...
> It can't be removed from the include path in the first place? I'm not 100% sure I understand what you mean, but I guess -Inuttx is given for the...
I took a closer look at the include paths today and nuttx/include is added by ``` #============================================================================= # # px4_os_add_flags # # Set the nuttx build flags. # function(px4_os_add_flags) include_directories(BEFORE...
On further elaboration I think testing against the `__KERNEL__ ` compile flag is pretty much futile. As far as I can tell a use case exists where a library is...