Nick Brassel
Nick Brassel
## Description This PR is used to track the effort for the actual implementation of XAP, as per #11567. Initial scoping document here: https://hackmd.io/hhjooQ6UQhWV3MvTlbQiqQ?both Work in progress. ## Types of...
## Description Pending new tag creation in the ChibiOS repository. ## Types of Changes - [x] Core - [ ] Bugfix - [ ] New feature - [ ] Enhancement/optimization...
## XAP Task Info [Original Issue](https://github.com/qmk/qmk_firmware/issues/11567) [Original spec document](https://hackmd.io/hhjooQ6UQhWV3MvTlbQiqQ) [Current XAP Definitions](https://github.com/qmk/qmk_firmware/tree/xap/data/xap) [Current XAP Generated Docs](https://github.com/qmk/qmk_firmware/blob/xap/docs/xap_protocol.md) [Placeholder PR](https://github.com/qmk/qmk_firmware/pull/13733) ## Description **Any work in this area needs to be discussed with...
## Description Parallelisation of the CI builds for master/develop, as well as moving them off self-hosted and into GHA infra. ## Types of Changes - [ ] Core - [...
## Description A few complaints on Discord and the like for not being able to specify things like `CONVERT_TO` and `FORCE_LAYOUT` when using userspace. This adds support for the usual...
## Description RFC on SPI threadsafety. Tested on Ghoul. ## Types of Changes - [x] Core - [ ] Bugfix - [ ] New feature - [x] Enhancement/optimization - [...
## Description Should hopefully assist with errors people are seeing. - Adds new ignored arguments, which should fix up start-of-file errors complaining about `-mcpu=`, `-mfpu=` etc. - Parses the removed...
## Description Allows for `keymap.c` to coexist with `keymap.json`. Anything in `keymap.json` will take precedence and supplying stuff in both will cause failures, but that comes with the territory. Have...
## Description CLI code has been written under the assumption that it's run once from the terminal. In cases where it was originally deemed "annoying" to dump out an exception,...
## Description Resurrects and updates the old index page for CI builds of `master`/`develop`. Example test: ## Types of Changes - [ ] Core - [ ] Bugfix - [x]...