#avr #machine-check #machine

bin+lib machine-check-avr

Crate for the formal verification of AVR microcontrollers by machine-check

15 releases

new 0.4.0 Mar 30, 2025
0.4.0-alpha.8 Mar 29, 2025
0.3.1 Oct 9, 2024
0.3.0 Aug 26, 2024
0.2.0 Mar 9, 2024

#302 in Embedded development

Download history 16/week @ 2024-12-09 1/week @ 2025-02-03 5/week @ 2025-02-10 3/week @ 2025-02-17 153/week @ 2025-03-17 619/week @ 2025-03-24

772 downloads per month

MIT/Apache

140KB
2K SLoC

AVR microcontroller machine-code verification using machine-check

The executable in this crate allows formal verification of machine-code programs for the AVR ATmega328P microcontroller via machine-check.

In addition to common machine-check executable arguments, the executable takes a flag specifying path to Intel HEX file containing the ATmega328P program code: --system-hex-file abc.hex (or just -H abc.hex).

See machine-check for details on verifying specifications.

Note that both machine-check and this crate are currently in developmental phase and awaiting further improvement.

Known system problems

  • Some lesser-used instructions are unimplemented.
  • Only general-purpose I/O peripherals are supported.
  • The program counter may not always be checked for overflow.

Inherent panics

  • Jumps and calls outside program memory.
  • Execution of reserved or illegal opcodes.
  • Illegal or discouraged reads and writes.
  • Push, pop, call, return with values read or written outside data memory.
  • Unimplemented instructions, reads and writes.

Used resources

The system is written using the official AVR instruction set manual and non-automotive ATmega328P datasheet.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~8–49MB
~694K SLoC