emlib 0.0.1

A SiLabs EMlib bindings for Happy Gecko MCU (EFM32HG222F64)
Documentation

emlib

Rust bindings for Silicon Labs emlib. Based on outdated RustyGecko effort.

emlib compiles and runs on Silicon Labs EFM32 Microcontrollers. It's a proof-of-concept and work in progress, so currently only parts the EFM32 Happy Gecko family of their microcontrollers are supported.

Compiling emlib

emlib requires the following tools to build:

If you're on linux, you can install the ARM GCC toolchain like this:

$ sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded -y
$ sudo apt-get update -q
$ sudo apt-get install gcc-arm-none-eabi