Releases: StaflSystems/stafl-devcontainer
Releases · StaflSystems/stafl-devcontainer
0.4.1+0
0.4.0+0
Add LLDB +semver:minor (#37) Add LLDB for potentially better debugging of host tests.
0.3.3+0
Rebuild container with updated Ubuntu and J-Link. +semver:patch (#36) Updating the base container before rebuilding the IAR container with updated Axivion license.
0.3.2+0
B2KP-400 Update JLink SafeRTOS plugin +semver:patch (#35) Update to latest J-Link SafeRTOS plugin, adding support for more than 6 priorities. See also https://github.com/StaflSystems/stafl-jlink-safertos-plugin/commit/bdae86bbc3548edc17641cebae92c8896c6fb0bb.
0.3.1+0
B2KP-367 J-Link Flashing Issue Fix (hopefully) +semver:patch (#34) Update the J-Link software tools version. This seems to fix the failures to flash. They mention it in their release notes but the use case isn't _obviously_ the same as ours: >NXP S32K3xx: In multi-core setups with multiple sessions to different cores involved, flash programming could fail with "Failed to preserve target RAM @ 0x20000000-0x20007FFF" error. Fixed.
0.3.0+0
B2KP-56 Add GCC ARM 13.3 Rel 1 (#33) +semver:minor Add GCC 13.3 Rel 1 to devcontainer. This resolves a bug we recently ran into with GCC 10.3. GCC 10.3 is being left in the image for now so that repositories can switch over incrementally.
0.2.0+2
Revert "Use customized llvm-cov. (#32)" Customized llvm-cov had some regressions, needs another pass. This reverts commit 57a2d20991aa54ee4e60b22db008a7f8b7f4e0d2.
0.2.0+1
Use customized llvm-cov. (#32)
0.2.0+0
Add ARM build and update JLink + Structurizr. +semver:minor (#31) Changes: - Remove Firefox (the VSCode Live Preview extension works better, Chromium is required for Markdown -> PDF conversions) - Install Git and Git LFS through the standard Ubuntu update sites. - Add ARM64 container build - Enable docker build caching - Update JLink to v7.96e - Update Structurizr - Install structurizr to `/opt` instead of `/usr/bin` - A symlink to `/usr/bin/structurizr/structurizr` is still added for compatibility. - Implement latest Graphite GitHub configuration guidelines. - Sort apt dependencies alphabetically.
0.1.2+0
Fix inclusion of LFS files. +semver:patch (#30)