Skip to content

Release 2021.12-beta

Compare
Choose a tag to compare
@dinuxbg dinuxbg released this 24 Dec 10:10
· 79 commits to master since this release

This is a Beta release from snapshots of the GNU development trees. It brings new features:

  • Support for .pru_irq_map section, as required by remoteproc in Linux kernel versons 5.10 and later.
  • Allow direct access to __R30 and __R31 from C:
#include <pru/io.h>
...
    __R30 |= (1 << 4);

Component versions:

  • GCC 12-rc snapshot from commit aeedb00a1a (NOT AN OFFICIAL GCC RELEASE).
  • Binutils 2.38-rc snapshot from commit 2749ac13397 (NOT AN OFFICIAL BINUTILS RELEASE)
  • Newlib v4.1.0
  • Gnuprumcu v0.7.0

As usual, prebuilt cross toolchains are provided for x86_64 and armhf hosts. As well as an experimental one for Windows.