You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Kerkmann 5c2052fd47
[Core] RISC-V toolchain and picolibc fixes (#15109)
* [Core] Fix RISC-V toolchain installation

The risc-v toolchain is only available on distributions based on Debian 11+
so we check for their availability before installing them.

* [Core] Fix heap symbols and syscalls for picolibc

picolibc internally uses __heap_start and __heap_end instead of the
defacto chibios linker script standard __heap_base__ and __heap_end__
therefore we introduce these symbols as an alias. Usually all memory
used within QMK is statically allocated, but some algorithms make usage
of malloc and friends.

Also the timeval struct is not defined by picolibc for syscalls, therefore it
is declared as stub.
4 years ago
..
arch.sh [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) 4 years ago
debian.sh [Core] RISC-V toolchain and picolibc fixes (#15109) 4 years ago
fedora.sh /bin/bash to /usr/bin/env bash (#13422) 4 years ago
freebsd.sh /bin/bash to /usr/bin/env bash (#13422) 4 years ago
gentoo.sh /bin/bash to /usr/bin/env bash (#13422) 4 years ago
linux_shared.sh /bin/bash to /usr/bin/env bash (#13422) 4 years ago
macos.sh Add fix for brew upgrade (#12921) 4 years ago
msys2.sh /bin/bash to /usr/bin/env bash (#13422) 4 years ago
slackware.sh /bin/bash to /usr/bin/env bash (#13422) 4 years ago
solus.sh /bin/bash to /usr/bin/env bash (#13422) 4 years ago
void.sh /bin/bash to /usr/bin/env bash (#13422) 4 years ago