summaryrefslogtreecommitdiff
path: root/app/west.yml
AgeCommit message (Collapse)Author
2021-07-17feat: bump `zephyr` to `v2.5.0+zmk-fixes`innovaker
PR: https://github.com/zmkfirmware/zmk/pull/736
2020-12-29fix(west): Restore atmel west module.Pete Johanson
2020-12-14feat(app): upgrade to Zephyr v2.4.0 + ZMK fixesinnovaker
PR: #467
2020-12-04build(west): migrate to zmkfirmware/zephyr forkinnovaker
Replaces `petejohanson` with `zmkfirmware` for ZMK's fork of Zephyr (branch `zmk-v2.3.0-with-fixes`) PR: #468
2020-11-28chore(build): format west.ymlinnovaker
Realigns with Prettier formatting. Discrepancy introduced by c067629c83651c98154bef44a23ec7e5d81be179 PR: #440
2020-11-28build(west): add clone-depth = 1 to zephyr and uf2innovaker
This reduces zephyr's footprint to 33% and dramatically reduces the cloning times (west update). PR: #441
2020-11-21Create `west test` command to run zmk testsuite.Okke Formsma
2020-08-17fix(build): Remove more unused west modules.Pete Johanson
2020-06-15Build UF2 image for nice!nano board as well.Pete Johanson
2020-06-14Upgrade to Zephyr 2.3.0 (plus small build fix.)Pete Johanson
* Closes #27
2020-06-12Restore CMSIS.Pete Johanson
2020-06-12Exclude some unused Zephyr west submodules.Pete Johanson
* Don't waste space/time updating unused modules for architectures we aren't targetting (yet).
2020-06-08Move Zephyr app into subdirectory.Pete Johanson