Skip to content

Releases: StaflSystems/stafl-devcontainer

0.3.1+0

04 Oct 16:33
1ed5dc7
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Use customized llvm-cov. (#32)

0.2.0+0

30 Apr 20:58
1cb47bd
Compare
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
Compare
Choose a tag to compare
Fix inclusion of LFS files. +semver:patch (#30)

0.1.1+1

14 Feb 00:42
b587216
Compare
Choose a tag to compare
B2KP-112 Update Kroki container version. (#29)

Update Kroki container version to custom build incorporating https://github.com/yuzutech/kroki/pull/1705.

We can switch back to an official build once a new release is out.

0.1.1+0

13 Feb 06:51
Compare
Choose a tag to compare
Fix java version +semver:patch

0.1.0+0

13 Feb 02:24
fcc7744
Compare
Choose a tag to compare
B2KP-73 Add RTOS plugins. +semver:minor (#28)

Add SafeRTOS GDB plugin and build of `rtos-views` with SafeRTOS support.

0.0.0+1

13 Feb 02:15
e2c68b8
Compare
Choose a tag to compare
Add python-venv and remove python packages. +semver:minor (#27)

We are going to be managing python dependencies fully within our C++ projects from here on out. Removing old dependencies and installing python-venv.

Update the structurizr URL, the other release had been removed.