Skip to content

Releases: StaflSystems/stafl-devcontainer

0.4.1+0

15 Sep 23:14
7d9da26

Choose a tag to compare

Pin CMake to 4.0.3. +semver:patch (#38)

Pin CMake version to 4.0.3 until https://gitlab.kitware.com/cmake/cmake/-/commit/9523d66df291c6b4bb7ee46ca655bdf120c69c17 is released.

0.4.0+0

15 Sep 18:21
9cfa09b

Choose a tag to compare

Add LLDB +semver:minor (#37)

Add LLDB for potentially better debugging of host tests.

0.3.3+0

15 Sep 17:44
6ff52f2

Choose a tag to compare

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

03 Apr 00:36
6d0ee58

Choose a tag to compare

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

04 Oct 16:33
1ed5dc7

Choose a tag to compare

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

05 Aug 18:51
0c07ccb

Choose a tag to compare

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

05 Aug 17:22

Choose a tag to compare

Revert "Use customized llvm-cov. (#32)"

Customized llvm-cov had some regressions, needs another pass.

This reverts commit 57a2d20991aa54ee4e60b22db008a7f8b7f4e0d2.

0.2.0+1

31 May 20:52
57a2d20

Choose a tag to compare

Use customized llvm-cov. (#32)

0.2.0+0

30 Apr 20:58
1cb47bd

Choose a tag to compare

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

15 Feb 00:32
2e45f6c

Choose a tag to compare

Fix inclusion of LFS files. +semver:patch (#30)