#arm #cortex-m #efm32 #efm32gg

no-std efm32gg-stk3700

Board support crate for the EFM32GG-STK3700 Starter Kit

1 unstable release

Uses old Rust 2015

0.1.0 May 30, 2018

#42 in #efm32

MIT/Apache

5KB
73 lines

efm32gg-stk3700

This is a board support crate for the EFM32GG-STK3700 Starter Kit.

Right now, it is very minimal; LEDs and buttons are exposed in a board struct, but that's about it. It will grow as the underlying HAL implementation does.

Thus, the larger value is in providing runnable examples. With an STK connected via USB and an OpenOCD running (typically openocd -f board/efm32.cfg), a blinking example can be run using cargo +nightly run --example blink.

License

This is licensed under the Apache License or the MIT License at the your option. By contributing to this project, you license your contribution under the same dual-licensed terms unless the contribution itself says otherwise.

Dependencies

~13MB
~450K SLoC