Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-18 | chore(deps): bump react-toastify from 7.0.4 to 10.0.5 in /docsdependabot/npm_and_yarn/docs/react-toastify-10.0.5 | dependabot[bot] | |
Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 7.0.4 to 10.0.5. - [Release notes](https://github.com/fkhadra/react-toastify/releases) - [Commits](https://github.com/fkhadra/react-toastify/compare/v7.0.4...v10.0.5) --- updated-dependencies: - dependency-name: react-toastify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> | |||
2024-03-08 | fix(build): Properly board revision keymaps. | Peter Johanson | |
* Handle board keymap location for boards with Zephyr board revisions included. * Includes bare non-revision file and a revision specific keymap in case newer revision changes the layout/key positions. | |||
2024-03-04 | feat(CONTRIBUTING.md): Add info regarding ESLint | Thomas Huber | |
2024-03-04 | feat(docs): Add warning to new shield docs how Kconfig treats whitspaces | Thomas Huber | |
Added a warning to the shield section explaining that Kconfig does not ignore whitespaces on function calls and therefore adding whitespaces after the comma will break functionality. | |||
2024-02-28 | fix(docs): Add underglow brightness min/max (#2180) | Andrew Kannan | |
2024-02-20 | fix: inline initialise | Theo Lemay | |
2024-02-20 | chore: remove label in test | Theo Lemay | |
2024-02-20 | feat(behaviors): hold while undecided | Theo Lemay | |
2024-02-19 | refactor: address transport switch enumeration warning | Xudong Zheng | |
When building without USB or Bluetooth, the compiler emits a warning due to ZMK_TRANSPORT_USB or ZMK_TRANSPORT_BLE not being handled. | |||
2024-02-19 | feat(boards): add encoder support to planck | Seth Milliken | |
2024-02-19 | refactor: remove redundant Kconfig defaults | honorless | |
bool symbols implicitly default to n. | |||
2024-02-19 | fix(boards): Add ext power init delay for nrfMicro | ton-im | |
* Address issues with OLED init occurring before display is powered. | |||
2024-02-19 | fix(display): Proper initial display of battery status | zhiayang | |
* fix initial display of battery status on displays, and also fix a null deref | |||
2024-02-17 | fix(boards): Tweaks for Ferris rev0.2 for Zephyr. | Peter Johanson | |
* Enable missing clock and set up USB pinctrl. | |||
2024-02-17 | feat(docs): Add pointers for peripheral battery monitoring (#2177) | Dennis | |
Co-authored-by: Cem Aksoylar <[email protected]> Fixes #2166 | |||
2024-02-14 | fix(behavior): Proper init priority for ext_power. | ctranstrum | |
2024-02-14 | fix(build): Used a fixed temp dir for caching. | Peter Johanson | |
* Improve GHA caching by using a fixed temporary directory when using one. | |||
2024-02-10 | refactor(boards): remove superfluous conf settings | honorless | |
2024-02-10 | feat(boards): allow use of blackpill_f401cc | honorless | |
2024-02-09 | fix(docs): More Zephyr docs link updates. | Pete Johanson | |
Co-authored-by: Cem Aksoylar <[email protected]> | |||
2024-02-09 | fix(pm): Restore sleep suspension of devices. | Peter Johanson | |
* After the move to `sys_poweroff`, restore the behavior of suspending devices before entering sleep state. | |||
2024-02-09 | fix(pm): Tweaks for deep sleep/PM. | Peter Johanson | |
* Restore enabling of PM_DEVICE, make ZMK_SLEEP work with the ZMK Uno shield on nrf52840dk_nrf52840 board. | |||
2024-02-09 | chore(docs): Update Zephyr links to 3.5.0 versions. | Peter Johanson | |
2024-02-09 | fix(display): Tweaks to memory Kconfig settings. | Peter Johanson | |
* Don't default heap mempool by default now that there's a dedicated LVGL mempool * Set proper defaults for CiZ display hardware/custom screen. * Double the dedicated display thread stack size for CiZ. | |||
2024-02-09 | refactor(display): Move to proper SPI ready API. | Peter Johanson | |
2024-02-09 | feat: Add Zephyr 3.5 blog post. | Peter Johanson | |
2024-02-09 | fix(ble): Update security test for changes in 3.5. | Peter Johanson | |
2024-02-09 | fix(display): Set a default mem size for built-in | Peter Johanson | |
* Set a reasonable default LVGL mem pool size for our built-in status screen. | |||
2024-02-09 | fix(shields): Fix use of deprecated Zephyr header. | Peter Johanson | |
2024-02-09 | fix(kscan): Adjust charlieplex init level/priority. | Peter Johanson | |
2024-02-09 | fix(bluetooth): Remove LLCP impl override. | Peter Johanson | |
2024-02-09 | fix(boards): Remove unused pin settings. | Peter Johanson | |
* Remove unused pin settings that used deprecated devicetree properties. | |||
2024-02-09 | fix(boards): Make `&bootloader` work on nrf52 for now. | Peter Johanson | |
* Use `NRF_STORE_REBOOT_TYPE_GPREGRET` to get bootloader behavior to work for now until retained bootmode is implemented. | |||
2024-02-09 | feat(boards): Make `west flash` work with new UF2 runner. | Peter Johanson | |
2024-02-09 | fix(bt): Fixes for BLE test BSIM bits. | Peter Johanson | |
2024-02-09 | fix(bt): Updated snapshots for BLE tests. | Peter Johanson | |
* Core Zephyr changes tweaked the output from the BT stack for our unit tests. | |||
2024-02-09 | fix(shields): LVGL fixes for nice!view screen | Peter Johanson | |
* Bump the LVGL mem pool size needed for custom screen. * Fixes for LVGL drawing/label usage. | |||
2024-02-09 | fix(boards): Remove references to PINMUX Kconfig. | Peter Johanson | |
2024-02-09 | fix: Proper use of CONTAINER_OF with delayable work. | Peter Johanson | |
2024-02-09 | chore(ci): Bump to 3.5 Docker images. | Peter Johanson | |
2024-02-09 | fix(kscan): Adjust composite kscan priority | Peter Johanson | |
* Composite kscan needs a dedicated priority to be sure it is initialized after the other kscan instances. | |||
2024-02-09 | refactor: Remove explicit blocklist item. | Peter Johanson | |
* `sof` is now not enabled by default as a west dep, so need to add it to the blocklist ourselves. | |||
2024-02-09 | refactor: Move to new sys_poweroff API. | Peter Johanson | |
* Move to new `sys_poweroff` API for our deep sleep functionality. | |||
2024-02-09 | fix(ble): Ensure large enough string for setting name. | Peter Johanson | |
* Fix warning related to potentially large number of profiles causing overflow of allocated string for the setting name. | |||
2024-02-09 | refactor(kscan): Clean up warning about shadowed local. | Peter Johanson | |
2024-02-09 | refactor: Move to POST_KERNEL phase for behavior inits. | Peter Johanson | |
2024-02-09 | refactor: Return int from main function. | Peter Johanson | |
2024-02-09 | fix: Fix syscalls generation setup. | Peter Johanson | |
2024-02-09 | fix(sensors): Avoid duplicate Kconfig/DTS name. | Peter Johanson | |
* Upstream added an equivalent fuel gauge driver, so namespace our Kconfig symbol and DTS compatible for the MAX17048 driver. | |||
2024-02-09 | refacter(bluetooth): Proper HCI header include. | Peter Johanson | |