qmk_firmware/util
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.
2021-11-20 20:04:16 +00:00
..
install [Core] RISC-V toolchain and picolibc fixes (#15109) 2021-11-20 20:04:16 +00:00
nix Update the nix-shell environment (#13316) 2021-08-29 22:24:43 +01:00
udev [CLI] Add qmk-hid bootloader detection support to qmk console (#14038) 2021-08-18 04:13:54 +10:00
usb_detach
vagrant move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230) 2021-08-29 16:41:56 -07:00
audio_generate_dac_lut.py
bootloader_at90usb64_1.0.0.hex Fix AT90USB64/128 bootloaders (#14064) 2021-08-19 17:11:20 +01:00
bootloader_at90usb128_1.0.1.hex Fix AT90USB64/128 bootloaders (#14064) 2021-08-19 17:11:20 +01:00
bootloader_atmega16u4_1.0.1.hex
bootloader_atmega32u4_1.0.0.hex
bootloader_ps2avrgb_bootloadhid_1.0.1.hex
chibios_conf_updater.sh Update to ChibiOS 20.3.4, support builds against trunk (#14208) 2021-11-03 08:26:40 +11:00
docker_build.sh move everything from qmkfm/base_container to qmkfm/qmk_cli (#14230) 2021-08-29 16:41:56 -07:00
drivers.txt
generate_internal_docs.sh
list_keyboards.sh
new_keyboard.sh Align some quantum sub-directories (#14134) 2021-08-24 17:07:11 +01:00
new_keymap.sh
pro_micro_ISP_B6_10.hex
qmk_install.sh Fix shell port bug in computation of QMK_FIRMWARE_DIR (#13950) 2021-08-11 00:56:08 +01:00
qmk_tab_complete.sh
reset.eep Align some quantum sub-directories (#14134) 2021-08-24 17:07:11 +01:00
rules_cleaner.sh
sample_parser.py
stm32eeprom_parser.py Cleanup issues identified by lgtm (#14459) 2021-09-27 10:02:54 -07:00
teensy_2.0_ISP_B0.hex
uf2conv.py Cleanup issues identified by lgtm (#14459) 2021-09-27 10:02:54 -07:00
update_chibios_mirror.sh Update to ChibiOS 20.3.4, support builds against trunk (#14208) 2021-11-03 08:26:40 +11:00
wavetable_parser.py