9 releases
0.1.8 | May 19, 2023 |
---|---|
0.1.7 | Nov 29, 2022 |
0.1.4 | Jun 5, 2022 |
0.1.2 | May 22, 2022 |
0.1.0 | Apr 30, 2022 |
#2055 in Embedded development
121 downloads per month
Used in 11 crates
(7 directly)
170KB
4K
SLoC
kll-core
kll-core is the KLL (Kiibohd Layout Language) funcitonal state machine implementation. It is designed to be paired with the kll-compiler crate to process the generate state machine.
The main use-case for kll-core is embedded environments (no_std); however, it does work in standard environments. kll-core uses externally defined datastructures to build the state-machine so the functionality can be manipulated without having to recompile kll-core. This is especially important for embedded devices so firmware can be updated without having to change state configuration.
Usage
See kiibohd-firmware for the primary use-case.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~2.5MB
~53K SLoC