Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 561 Bytes

Readme.md

File metadata and controls

20 lines (12 loc) · 561 Bytes

Pilkki

SWD flashing tool for EFM32 microcontrollers.

Project structure

The project is divided into three parts:

  1. Software: The flashing utility.
  2. Electronics: Schematics and PCB (KiCAD).
  3. Firmware: Firmware for the target device.

How to Use

To use the flasher, you can either:

  • Run the utility directly with cargo run
  • Build the project in release mode with cargo build --release

More info on how to use pilkki in Readme.md in the Software section