Files
infix/package/osal/Config.in
T
Tobias WaldekranzandJoachim Wiberg 23a25147cc package/p-net: new package
Use ael fork with not-yet upstreamed fixes for now.

Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com>
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2023-03-06 10:50:51 +01:00

14 lines
462 B
Plaintext

config BR2_PACKAGE_OSAL
bool "osal"
depends on BR2_TOOLCHAIN_HAS_THREADS
help
This package contains an OS abstraction layer. The goal of
the abstraction layer is to simplify writing software that
runs on many platforms. This abstraction layer is mainly
focused on threading functionality.
https://github.com/rtlabs-com/osal
comment "osal needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS