#drone #instrument #mapping #drone-tisl-map #texas #simplelink™ #operating

drone-tisl-map-pieces-11

Texas Instruments SimpleLink™ peripheral mappings for Drone, an Embedded Operating System

2 unstable releases

0.13.0 Dec 5, 2020
0.0.1 May 4, 2020

#13 in #drone-tisl-map

Download history 1/week @ 2023-12-01 3/week @ 2023-12-15 4/week @ 2023-12-22 1/week @ 2023-12-29 2/week @ 2024-01-05 4/week @ 2024-01-12 2/week @ 2024-01-19 7/week @ 2024-02-09 22/week @ 2024-02-16 25/week @ 2024-02-23 17/week @ 2024-03-01 21/week @ 2024-03-08 11/week @ 2024-03-15

79 downloads per month
Used in 7 crates (via drone-tisl-map-pieces)

MIT/Apache

25KB

crates.io maintenance

drone-tisl-map

Texas Instruments SimpleLink™ peripheral mappings for Drone, an Embedded Operating System.

This crate uses CMSIS-SVD files based on TI CCS target db to automatically generate Drone register and interrupt bindings. However only the corresponding Product Specification is the single source of truth. A difference between this crate bindings and the Product Specification is considered a bug. Fixing such a bug is not a breaking change.

This crate re-exports the contents of drone_cortexm::map module and is a drop-in replacement for it.

Supported Devices

tisl_mcu Core name Product specification Available features
cc2538 ARM® Cortex®-M3 r2p0 SWRU319C gpio ioc sysctrl tim uart

tisl_mcu config flag should be set at the application level according to this table.

Documentation

The API documentation intentionally skips auto-generated [reg] and [thr] bindings. Otherwise it would use several gigabytes of space and would be very slow to render in a browser. One should refer to the Product Specification instead. And to get an idea of what the API looks like on the Drone side, look at the drone_cortexm::map module documentation.

Usage

Add the crate to your Cargo.toml dependencies:

[dependencies]
drone-tisl-map = { version = "0.13.0", features = [...] }

Add or extend std feature as follows:

[features]
std = ["drone-tisl-map/std"]

License

Licensed under either of

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

~5–7MB
~132K SLoC