k64 0.1.0

Peripheral access API for Kinetis K64 microcontrollers
Documentation

Crates.io License: MIT

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 tools
  • generate: generates new sources from svd file
  • package: creates a local package
  • publish: publishes to crates.io