cmsis-rtos2 0.1.1

A rust wrapper for the CMSIS-RTOS2 API, which should be provided by another library, and linked into the consuming library or application.
Documentation
  • Coverage
  • 87.69%
    228 out of 260 items documented0 out of 21 items with examples
  • Size
  • Source code size: 48.77 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.92 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • tstellanova/cmsis_rtos2_rs
    2 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tstellanova

cmsis_rtos2_rs

A rust wrapper crate for the CMSIS-RTOS2 API, which should be provided by another library, and linked into the consuming library or application.

For example, FreeRTOS or RTX can provide implementations of this API.

Typically the target architecture is provided by the build consuming this crate. You can test this with eg:

cargo build --target thumbv7em-none-eabihf