aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/misc/qmk_firmware (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-301-1/+1
|
* treewide: name -> pnamevolth2019-08-171-1/+2
|
* systems/parse.nix: support eabihfMatthew Bauer2018-12-021-1/+12
| | | | | | | | | | | | eabihf is an abi that can be used with ARM architectures that support the “hard float”. It should probably only be used with ARM32 when you are absolutely sure your binaries will run on ARM systems with a FPU. Also, add an example "armhf-embedded" to match the preexisting arm-embedded system. qmk_firmware needs hard float in a few places, so add them here to get that to work. Fixes #51184
* qmk_firmware: init at 0.6.144Matthew Bauer2018-10-301-0/+27
A convenient way to test embedded projects