Files to build docker image with msp430-gcc compiler and rust installed based on ubuntu.
$ docker compose build msp430_rs
$ docker compose run msp430_rs
developer@f41c0e9f9d1e:~$ rustc --version
rustc 1.88.0 (6b00bc388 2025-06-23)
developer@2eebded04864:~$ msp430-elf-gcc --version
msp430-elf-gcc (Mitto Systems Limited - msp430-gcc 9.3.1.11) 9.3.1
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.