diff --git a/HISTORY.rst b/HISTORY.rst index 89f4c83a..83892644 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,8 @@ PlatformIO 2.0 2.11.1 (2016-??-??) ~~~~~~~~~~~~~~~~~~~ +* Documented `uploading of EEPROM data `__ + (from EEMEM directive) * Improved project generator for `CLion IDE `__ * Auto-remove project cache when PlatformIO is upgraded * Fixed missed ``--boot`` flag for the firmware uploader for ATSAM3X8E diff --git a/docs/platforms/atmelavr_extra.rst b/docs/platforms/atmelavr_extra.rst index 8ef5a20f..754de6e0 100644 --- a/docs/platforms/atmelavr_extra.rst +++ b/docs/platforms/atmelavr_extra.rst @@ -95,6 +95,13 @@ Configuration for the programmers: upload_port = SERIAL_PORT_HERE upload_speed = 19200 +Upload EEPROM data +------------------ + +To upload EEPROM data (from EEMEM directive) you need to use ``uploadeep`` +target instead ``upload`` for :option:`platformio run --target` command. +For example, ``platformio run -t uploadeep``. + Articles --------