Drop the dependency on the outdated arm-none-eabi-gcc v8.4 and use v10.2
instead from gcc-arm-embedded.
This is required to support e.g. Teensy 4.1
Differential D33655
sysutils/py-qmk: Upgrade to 1.0.0 uqs on Dec 25 2021, 4:40 PM. Authored by Tags None Referenced Files
Subscribers
Details
Drop the dependency on the outdated arm-none-eabi-gcc v8.4 and use v10.2 This is required to support e.g. Teensy 4.1
Diff Detail
Event TimelineComment Actions Please review. I'm not too happy with the need to set PATH, but I can leave that part out of the patch. Comment Actions Thanks for the patch! i've not tested it yet. Also, we need to check if the version requirements for the Python dependencies changed.
Comment Actions Also, we may consider moving the real qmk program to libexec and putting a script wrapper to bin. This way we can set the PATH for the user.
|