diff --git a/Dev-build-versions.md b/Dev-build-versions.md index c9951be..6efd140 100644 --- a/Dev-build-versions.md +++ b/Dev-build-versions.md @@ -1,8 +1,10 @@ We are trying to work out what is the most recent version we can update to while making it so all devs can still develop using the version on their OS/distro. +Developer testing with various GCC compiler and hardware versions demonstrates code stability, and helps suss out intermittent issues such as timing issues or uninitialized memory. But, if the nightly build system uses a different GCC version from most developers, a developer-testing phase may be needed for future firmware release candidates before the worldwide release announcement. + | Dev | GCC Version | Platform | Issues| |----------|-------------|--------------|--------------| | Stable/nightly | 9.2.1 | ubuntu:20.04 | ADSB fails in v1.8.0 (some claim other versions too TBD) | | @jlynx | 9.4.0 | Ubuntu (WSL) | None (That I am aware of) | | @u-foka | 13.2.1 | M1 Mac | File size too big | -| @notherngineer | 9.3.1 | Debian 11 | None | \ No newline at end of file +| @notherngineer | 9.3.1 | Debian 11 | None |