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