You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.

gwillemsen/libos-esp-idf

0.0.1

Latest
uploaded 1 month ago
Implementation of the libOS APIs using the ESP-IDF platform.

readme

# libOS-esp-idf
Implements the libOS APIs based on the ESP-IDF platform.

LibOS has the goal to create a set of common API's that can be used on any system.
Even a bare metal system or RTOS could be a target platform.
This implementation is to use the ESP-IDF modules to implement the API's defined in libOS.

For the more about libOS see, the [libOS](https://github.com/embDevLibs/libOS) repository.

# Usage
The component can be used by using the component manager that comes with ESP-IDF.
This will also automatically install libos as a dependency of this package.

# Configuration
The configuration is based on the libOS configuration.
If that configuration is not available, it will fall back to the defines provided by ESP-IDF, `LIBOS_MUTEX_ENABLE_DYNAMIC_ALLOCATION` is then defined as `configSUPPORT_DYNAMIC_ALLOCATION` for example.
And `LIBOS_MUTEX_ENABLE_RECURSIVE` is defined `configUSE_RECURSIVE_MUTEXES`.

Links

Supports all targets

License: MIT

To add this component to your project, run:

idf.py add-dependency "gwillemsen/libos-esp-idf^0.0.1"

or download archive

Stats

  • Archive size
    Archive size ~ 10.38 KB
  • Downloaded in total
    Downloaded in total 3 times
  • Downloaded this version
    This version: 3 times

Badge

gwillemsen/libos-esp-idf version: 0.0.1
|