0xc0170 / mbed-rust-frdm-k64f-blinky

This repository is an mbed blinky demo with rust for K64F
Apache License 2.0
14 stars 1 forks source link

Blinky for FRDM K64F in rust with mbed

That's right mbed with rust! The mbed library consist of 2 parts - mbed API (C++ world) and mbed HAL - C layer (target + cmsis). The mbed library was built by GCC ARM, for K64F target. It's linked along with this application.

Current status

It's work in progress.