Cem Aksoylar
7196f9f075
ci(docs): Disable eslint rule for unescaped entities
...
eslint-plugin-react is emitting a lot of react/no-unescaped-entities
errors in mdx files, primarily due to apostrophes. It seems not ideal
to have to escape every apostrophe in all mdx text, so this commit
disables the check.
There might be a better way to handle this issue, but I am not aware
of one right now.
2024-01-20 22:28:41 -08:00
Cem Aksoylar
fa91648cce
ci(docs): Use eslint plugin for automatic JSX runtime
...
Ref: https://docusaurus.io/docs/migration/v3#automatic-jsx-runtime
and https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/react-in-jsx-scope.md#when-not-to-use-it
2024-01-20 22:28:41 -08:00
Cem Aksoylar
e3f458e539
ci(docs): Fix tsc config for docusaurus 3
2024-01-20 22:28:41 -08:00
Cem Aksoylar
57684f8a66
fix(docs): Fix broken anchors in docs (but not blog)
2024-01-20 22:28:41 -08:00
Cem Aksoylar
5cbffd6625
fix(docs): Work around docusaurus bug causing broken links
...
Some links ended up broken after docusaurus 3 upgrade,
especially if they are the second on the same line and have anchors.
Likely due to https://github.com/facebook/docusaurus/issues/9518
2024-01-20 22:28:41 -08:00
Cem Aksoylar
1b326ff856
fix(docs): Fix relative links with trailing slashes
2024-01-20 22:28:41 -08:00
Cem Aksoylar
dcfe07d9f6
refactor(docs): Use new admonition title syntax and disable mdx v1 compat
2024-01-20 22:28:41 -08:00
Cem Aksoylar
ee855de349
fix(docs): Fix incorrect admonition title
2024-01-20 22:28:41 -08:00
Cem Aksoylar
f014eb45a7
refactor(docs): Use .mdx for docs with mdx features
...
Also applies prettier changes in touched files due to precommit
2024-01-20 22:28:41 -08:00
Cem Aksoylar
00962a7255
refactor(docs): Remove no longer necessary React imports
2024-01-20 22:28:41 -08:00
Cem Aksoylar
a0a952413a
fix(docs): Fix deprecated admonition types
2024-01-20 22:28:41 -08:00
Cem Aksoylar
13c856d1d3
fix(docs): Fix mdx 3 incompatibility
2024-01-20 22:28:41 -08:00
Cem Aksoylar
0827ff245f
chore(docs): Update docusaurus to 3
...
Following https://docusaurus.io/docs/migration/v3#upgrading-dependencies
and `npm update`
2024-01-20 22:28:41 -08:00
Peter Johanson
f71458aca0
fix(shields): Fix battery warnings for custom widgets.
2024-01-16 16:39:28 -08:00
crides
8c14b155e8
docs: confirm some consumer codes on iOS
...
Tested on iOS 16.6
2024-01-15 18:07:48 -08:00
Peter Johanson
0890aaeaff
chore: Run tests if any includes change.
2024-01-14 16:19:30 -08:00
Peter Johanson
e5050e40fe
feat(tests): Enable asserts for tests.
2024-01-14 16:19:30 -08:00
Peter Johanson
e89cffc959
fix(events): Remove our usage of assert.
...
* __ASSERT is converted to a do/while loop when asserts are enabled,
which doesn't work with our usage, so revert that addition.
2024-01-14 16:19:30 -08:00
Peter Johanson
331915f989
fix: Fix missed event manager usages from refactor.
2024-01-14 11:31:05 -08:00
Peter Johanson
644feeb40d
fix(core): Address review comments from Joel.
...
* Fix up some lingering events API tweaks for heap-less event manager.
2024-01-14 11:13:57 -08:00
Peter Johanson
33209dee1d
refactor(core): Move to stack allocated events.
...
* Move to local/stack allocated event API that doesn't require
dynamic allocation/freeing.
* Disable heap, we no longer use alloc/free unless using LVGL.
* Tons of refactors all over to account for the new event approach.
2024-01-14 11:13:57 -08:00
Peter Johanson
50e473276f
chore(ci): Split build and upload into separate steps
...
* Treat build and upload as distinct steps during a build, and don't fail
a PR if only the upload portion fails.
2024-01-14 10:42:04 -08:00
typorian
466cf92029
fix(docs): Document CONFIG_ZMK_USB_BOOT
2024-01-12 11:02:47 -08:00
dependabot[bot]
2829185a94
chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /docs
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12 10:42:52 -08:00
Peter Johanson
db9ab30335
fix(boards): Fix up EXT_POWER naming for adv360pro;
...
* Restore setting loading by preserving old device name for the
external power node.
2024-01-08 17:50:19 -08:00
Xudong Zheng
6bf4870704
fix(battery): prevent bus fault when battery does not exist
...
zmk_battery_start_reporting() may be called from battery_event_listener(), which
will result in a bus fault when attempting to read a battery that does not exist
such as on a dongle.
2024-01-08 17:39:05 -08:00
Peter Johanson
7652fbeb6b
fix(split): Split peripherals should auto sec req still.
...
* Ensure split peripherals have `BT_GATT_AUTO_SEC_REQ` enabled so that
reconnects to centrals are automatically encrypted.
2024-01-06 00:53:49 -08:00
Peter Johanson
12bc8b0402
fix: Fix function signatures for WPM.
...
* Recent refactor accidentally used the wrong signatures for a few
WPM function definitions.
2024-01-05 16:09:34 -08:00
Leonardo Bispo
cebf651d11
fix(boards): include the right flash info in XIAO BLE overlay
2024-01-05 19:00:32 -05:00
Peter Johanson
395ffaa790
fix(ble): Properly send mouse HoG using worker.
...
* Properly send mouse HoG reports using our worker to avoid thread issues.
2024-01-05 12:17:59 -08:00
Peter Johanson
74875314f8
feat(ble): Request encryption if notifying fails
...
* If attempting to notify and getting an EPERM return value, request
upgrading the security of the connection at that moment, since it
likely means we got a connection to a bonded host but the connection
hasn't been upgraded to encrypted yet.
2024-01-05 12:17:59 -08:00
Pete Johanson
69f962fab2
feat(ble): Add security related tests.
...
* Add security related tests to verify behavior when trying to read
a GATT characteristic from our peripheral with and without client
auto security request/retry.
2024-01-05 12:17:59 -08:00
Peter Johanson
bc7b4b56bd
fix(ble): Disable Auto Sec Req again.
...
* Auto security request actually makes macOS worse, so disable it,
and remove our early request in favor of using GATT enforcement
to ensure connections are secured.
2024-01-05 12:17:59 -08:00
Chris Andreae
7d1c1ae8fd
fixup! docs
...
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
2024-01-05 12:16:38 -08:00
Chris Andreae
7b9466c7dc
fixup! add documentation for BT_CLR_ALL
2024-01-05 12:16:38 -08:00
Chris Andreae
194a9790eb
fixup! use wider type for loop iterator
2024-01-05 12:16:38 -08:00
Chris Andreae
b813f34e34
fixup! bt: add BT_CLR_ALL behaviour
2024-01-05 12:16:38 -08:00
Chris Andreae
f4fe7fa40f
Extract common behaviour of clearing a bond
2024-01-05 12:16:38 -08:00
Chris Andreae
604c95118e
Remove error reporting from ble utility functions that never error
2024-01-05 12:16:38 -08:00
Chris Andreae
b8cb407351
lint: use correct type signature for Zephyr callbacks
2024-01-05 12:16:38 -08:00
Chris Andreae
7a5155f36e
lint: add (void) parameter to pass -Wstrict-prototypes
...
Note there was one place where a non-strict prototype was actually being used
with an argument, in `zmk_hog_init`. In this case, the actual argument type was
added instead.
2024-01-05 12:16:38 -08:00
moergo-sc
5257cde1f5
bt: add BT_CLR_ALL behaviour
...
Defines behaviour to clear all paired Bluetooth profiles
2024-01-05 12:16:38 -08:00
Justin Ridgewell
6f8d080b6a
fix: Use zmk_battery_state_of_charge
in battery widgets
2024-01-05 15:02:06 -05:00
Cem Aksoylar
b3146e665e
feat(blog): Add post for joelspadin projects for spotlight series ( #2092 )
...
Co-authored-by: Joel Spadin <joelspadin@gmail.com>
2024-01-05 10:42:04 -08:00
Gabor Hornyak
0e2f94b73b
feat(ble): Support perhipheral battery levels.
...
* Add ability to fetch and report peripheral battery levels
on split centrals.
* Add additional support for adding a new Battery Level
service to split centrals that exposes fetched peripheral
battery levels to connected hosts.
Co-authored-by: Peter Johanson <peter@peterjohanson.com>
2024-01-03 09:26:51 -08:00
honorless
d35311af97
refactor: remove misleading build warning
...
* Among other issues, this message is often misinterpreted by users
building out-of-tree shields -- leading them to think the shield
"not being found" is the cause of a build failure.
2023-12-30 18:26:00 -08:00
honorless
7ef6ec7560
refactor: remove unused Kconfig files
2023-12-30 18:26:00 -08:00
jack
c965e35140
chore: Ignore python virtualenv files
2023-12-27 10:07:55 -08:00
Peter Johanson
a593c7260a
feat(bt): Add test for unauth overwrite.
...
* Add a test to ensure unauth overwrite does the right thing when
hosts try to pair again without the profile cleared on the ZMK side.
2023-12-18 13:18:09 -08:00
Cem Aksoylar
12d73ba4f9
fix(docs): Fix remark on &bt parameter #2
2023-12-17 17:38:07 -08:00