Upload using Programmer

To upload firmware using programmer you need to use program target instead upload for platformio run --target command. For example, platformio run -t program.

Configuration for the programmers:

Upload EEPROM data

To upload EEPROM data (from EEMEM directive) you need to use uploadeep target instead upload for platformio run --target command. For example, platformio run -t uploadeep.

Articles

See more Articles about us.

Examples

All project examples are located in PlatformIO repository Examples for Atmel AVR platform.