platformio / platform-atmelsam

Atmel SAM: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelsam
Apache License 2.0
82 stars 108 forks source link

```upload_protocol`` option ignored in platformio.ini #3

Closed pelikhan closed 7 years ago

pelikhan commented 7 years ago

See https://github.com/platformio/platformio-core/issues/845#issuecomment-264307879

ivankravets commented 7 years ago

Fixed in https://github.com/platformio/platform-atmelsam/releases/tag/v1.2.1

  1. Please update local copy of development platform via pio update
  2. You need the latest development version of PlatformIO 3.2 (is planned for release next week)
  3. Set upload_protocol = stk500v2 in Project Configuration File and run this command
    pio run -t buildprog

You should receive final HEX.