2 unstable releases
Uses old Rust 2015
| 0.1.0 | Mar 15, 2019 |
|---|---|
| 0.0.1 | Apr 8, 2018 |
#1026 in Embedded development
23MB
867K
SLoC
k64
Peripheral access API for Kinetis K64 microcontrollers
memory.x
A memory.x file can be found on the repository, but it only uses one section of the SRAM memory, feel free to change the script to support both sections. Attention: An un-aligned access across both sections can result in a hard fault!
Issues
Due to svd2rust Issue 16 there are some registers missing. see warnings
Development
The following make commands are available:
setup: installs toolsgenerate: generates new sources from svd filepackage: creates a local packagepublish: publishes to crates.io