M Starch

Results 271 comments of M Starch

@pelmini look here too. These are some other ideas on stuff to include.

Also include CMake terms and usage.

We have a Ref repo, it just isn't maintained. We should update it, and add the build to CI.

We need to add the `separated-project-example` repo into CI in the same way `gps-tutorial` is done.

Yes, linux epoch w/ sub seconds does not fit into an F32 without precision loss.

## How To Accomplish this: This can be accomplished fairly accurately using the `select` interface, a non-blocking file descriptor, and a timer object. If done with the same structuring as...

Also see: #341 for the other suggestions

And #342 for the final comments.

I reviewed this. It looks correct! The following settings: ``` set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY NEVER) set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE NEVER) set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE NEVER) ``` Are setup to ignore any `sysroot` setting which is appropriate for the use...

@capsulecorplab I committed to your branch to remove GDB. It isn't used in our CMake system anywhere, so the tool shouldn't be needed. That should fix the RPI build failure...