avr_mcu_string

Macro avr_mcu_string 

Source
avr_mcu_string!() { /* proc-macro */ }
Expand description

Add an AVR metadata string value to the binary.

The first argument should be the tag name as defined by simavr, and the second argument is the byte string value.

ยงExample

avr_mcu_string!(AVR_MMCU_TAG_VCD_FILENAME, b"tracefile.vcd");