aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-03-18chore(deps): bump react-toastify from 7.0.4 to 10.0.5 in /docsdependabot/npm_and_yarn/docs/react-toastify-10.0.5dependabot[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-08fix(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-04feat(CONTRIBUTING.md): Add info regarding ESLintThomas Huber
2024-03-04feat(docs): Add warning to new shield docs how Kconfig treats whitspacesThomas 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-28fix(docs): Add underglow brightness min/max (#2180)Andrew Kannan
2024-02-20fix: inline initialise Theo Lemay
2024-02-20chore: remove label in testTheo Lemay
2024-02-20feat(behaviors): hold while undecidedTheo Lemay
2024-02-19refactor: address transport switch enumeration warningXudong 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-19feat(boards): add encoder support to planckSeth Milliken
2024-02-19refactor: remove redundant Kconfig defaultshonorless
bool symbols implicitly default to n.
2024-02-19fix(boards): Add ext power init delay for nrfMicroton-im
* Address issues with OLED init occurring before display is powered.
2024-02-19fix(display): Proper initial display of battery statuszhiayang
* fix initial display of battery status on displays, and also fix a null deref
2024-02-17fix(boards): Tweaks for Ferris rev0.2 for Zephyr.Peter Johanson
* Enable missing clock and set up USB pinctrl.
2024-02-17feat(docs): Add pointers for peripheral battery monitoring (#2177)Dennis
Co-authored-by: Cem Aksoylar <[email protected]> Fixes #2166
2024-02-14fix(behavior): Proper init priority for ext_power.ctranstrum
2024-02-14fix(build): Used a fixed temp dir for caching.Peter Johanson
* Improve GHA caching by using a fixed temporary directory when using one.
2024-02-10refactor(boards): remove superfluous conf settingshonorless
2024-02-10feat(boards): allow use of blackpill_f401cchonorless
2024-02-09fix(docs): More Zephyr docs link updates.Pete Johanson
Co-authored-by: Cem Aksoylar <[email protected]>
2024-02-09fix(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-09fix(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-09chore(docs): Update Zephyr links to 3.5.0 versions.Peter Johanson
2024-02-09fix(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-09refactor(display): Move to proper SPI ready API.Peter Johanson
2024-02-09feat: Add Zephyr 3.5 blog post.Peter Johanson
2024-02-09fix(ble): Update security test for changes in 3.5.Peter Johanson
2024-02-09fix(display): Set a default mem size for built-inPeter Johanson
* Set a reasonable default LVGL mem pool size for our built-in status screen.
2024-02-09fix(shields): Fix use of deprecated Zephyr header.Peter Johanson
2024-02-09fix(kscan): Adjust charlieplex init level/priority.Peter Johanson
2024-02-09fix(bluetooth): Remove LLCP impl override.Peter Johanson
2024-02-09fix(boards): Remove unused pin settings.Peter Johanson
* Remove unused pin settings that used deprecated devicetree properties.
2024-02-09fix(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-09feat(boards): Make `west flash` work with new UF2 runner.Peter Johanson
2024-02-09fix(bt): Fixes for BLE test BSIM bits.Peter Johanson
2024-02-09fix(bt): Updated snapshots for BLE tests.Peter Johanson
* Core Zephyr changes tweaked the output from the BT stack for our unit tests.
2024-02-09fix(shields): LVGL fixes for nice!view screenPeter Johanson
* Bump the LVGL mem pool size needed for custom screen. * Fixes for LVGL drawing/label usage.
2024-02-09fix(boards): Remove references to PINMUX Kconfig.Peter Johanson
2024-02-09fix: Proper use of CONTAINER_OF with delayable work.Peter Johanson
2024-02-09chore(ci): Bump to 3.5 Docker images.Peter Johanson
2024-02-09fix(kscan): Adjust composite kscan priorityPeter Johanson
* Composite kscan needs a dedicated priority to be sure it is initialized after the other kscan instances.
2024-02-09refactor: 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-09refactor: Move to new sys_poweroff API.Peter Johanson
* Move to new `sys_poweroff` API for our deep sleep functionality.
2024-02-09fix(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-09refactor(kscan): Clean up warning about shadowed local.Peter Johanson
2024-02-09refactor: Move to POST_KERNEL phase for behavior inits.Peter Johanson
2024-02-09refactor: Return int from main function.Peter Johanson
2024-02-09fix: Fix syscalls generation setup.Peter Johanson
2024-02-09fix(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-09refacter(bluetooth): Proper HCI header include.Peter Johanson