SkillAgentSearch skills...

Blink

A blinking LED program written in Rust for the AVR

Install / Use

/learn @avr-rust/Blink
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

blink

A small Hello World Rust application for the AVR.

The program itself toggles a LED on PORTB periodically.

Designed for the ATmega328p.

The AVR-Rust Book

Prerequisites

  • A recent version of the nightly Rust compiler. Anything including or greater than rustc 1.63.0-nightly (fee3a459d 2022-06-05) can be used.
  • A recent version of Cargo. At least 1.52.0 or greater.
  • The rust-src rustup component - $ rustup component add rust-src
  • AVR-GCC on the system for linking
  • AVR-Libc on the system for support libraries

Usage

Now to build, run:

# Ensure time delays are consistent with a 16MHz microcontroller.
export AVR_CPU_FREQUENCY_HZ=16000000

# Compile the crate to an ELF executable.
cargo build --release

There should now be an ELF file at target/avr-atmega328p/release/blink.elf. It can be flashed directly to an AVR microcontroller or ran inside a simulator.

Resources

View on GitHub
GitHub Stars252
CategoryDevelopment
Updated2d ago
Forks29

Languages

Rust

Security Score

95/100

Audited on Apr 1, 2026

No findings