diff --git a/README.md b/README.md index d7e29d3..8e2f87c 100644 --- a/README.md +++ b/README.md @@ -68,17 +68,8 @@ To control the Clock Generator a single rotary encoder which is also a push button is used. ## Firmware/Programming -Currently, there are two different implementations of the -firmware. The older one which is written in C and is not finished, and -the newer one which is in an early but functioning state and written -in Rust. - -Note that mostly due to the display, the supply voltage after the LDO -regulator is 3.3V. - -### The Rust Firmware To flash the firmware, connect the ICSP pins of the board to the -programmer and inside the `firmware/rust/` directory run `cargo make +programmer and inside the `firmware` directory simply run `cargo make --profile release all`. This compiles the firmware with the release profile, burns the fuses, writes the default configuration values to the EEPROM and flashes the firmware.