fprime-community / fprime-workspace-image

Immutable-Infrastructure-as-Code (IIaC) workspace image for fprime development
Other
3 stars 1 forks source link

add support for Teensy package index version `1.59.0` without breaking build #57

Open capsulecorplab opened 2 months ago

capsulecorplab commented 2 months ago

Teensy package version 1.59.0 patches an issue concerning the ability to see environmental sensors. See https://forum.pjrc.com/index.php?threads/bme280-sensor-not-being-seen-what-so-ever-by-teensy-4-1.69991/

capsulecorplab commented 2 months ago

Suggested fix to update fprime-arduino CMake standard to C++17 https://github.com/fprime-community/fprime-baremetal-reference/issues/22#issuecomment-2046312447

capsulecorplab commented 2 months ago

Suggested fix to update fprime-arduino CMake standard to C++17 fprime-community/fprime-baremetal-reference#22 (comment)

Blocked on https://github.com/fprime-community/fprime-tutorial-math-component/issues/30, as implementing the aforementioned fix requires building with fprime v3.4.3, which would currently break the unit tests in CI for the math component project