avr v0.1.2 AVR.Flasher View Source

Provides the basic functionality for upload/download/verify the device firmware

Link to this section Summary

Functions

Verifies if the firmware is already loaded on the device. If the device firmware is different the hex will be uploaded.

Uploads the firmware to the device

Reads and verifies the firmware to the device

Link to this section Functions

Link to this function

update(hex_path, port, board_id, opts)

View Source

Verifies if the firmware is already loaded on the device. If the device firmware is different the hex will be uploaded.

Link to this function

upload(hex_path, port, board_id, opts)

View Source

Uploads the firmware to the device

Link to this function

verify(hex_path, port, board_id, opts)

View Source

Reads and verifies the firmware to the device