1 Commits

Author SHA1 Message Date
c6df24b947 readme update 2025-08-13 18:18:52 +02:00

View File

@@ -32,9 +32,9 @@ software and of ground software. It has support to make integration on `std` sys
as possible, but also has sufficient abstraction to allow for integration on`no_std` environments as possible, but also has sufficient abstraction to allow for integration on`no_std` environments
and can be used on these systems as well as long as the `alloc` feature is activated. and can be used on these systems as well as long as the `alloc` feature is activated.
Please note even though the `alloc` feature is required for the core handlers, these components Please note that even though the `alloc` feature is required for the core handlers, these
will only allocate memory at initialization time and thus are still viable for systems where components will only allocate memory at initialization time and thus are still viable for systems
run-time allocation is prohibited. where run-time allocation is prohibited.
### Default features ### Default features