Release 0.4.1
Version 0.4.1 fixes two important bugs in the compiler. One causes the .data
section to not get flashed to the chip in many cases, and the other fixes a problem in the Docker container.
- compiler
- fix
objcopy
replacement to include the .data section in the firmware image - use
llvm-ar-7
on Linux to fix the Docker image
- fix