platformio / platform-atmelavr

Atmel AVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelavr
Apache License 2.0
139 stars 105 forks source link

Support net: upload port #45

Closed freynder closed 7 years ago

freynder commented 7 years ago

Support net:host:port upload port as it is supported by avrdude. See http://www.nongnu.org/avrdude/user-manual/avrdude_4.html#Option-Descriptions "-P port" description. See https://community.platformio.org/t/flash-via-tcp-to-uart-bridge/880/7 for the discussion

ivankravets commented 7 years ago

Thanks a lot for PR!

freynder commented 7 years ago

You're welcome, I'm glad I can contribute something.

ivankravets commented 7 years ago

Do you have any ideas as for the https://github.com/platformio/platform-atmelavr/issues/44?

I see a few different report about Wire & 1-Wire that project works with Arduino IDE but doesn't work with PIO :(

freynder commented 7 years ago

Not really. I will try and reproduce it with a dallas onewire sensor later today.

ivankravets commented 7 years ago

Thanks! If we fix that issue, I'll release a new version of dev platform.

freynder commented 7 years ago

I tested with a Dallas DS18B20 temperature sensor which depends on OneWire with a pro8MHzatmega328 board, but could not reproduce the issue. Behavior is identical in Arduino IDE and PlatformIO. Unfortunately I do not have a nano device and sensor to reproduce correctly.

On Sat, Apr 15, 2017 at 11:32 AM, Ivan Kravets notifications@github.com wrote:

Thanks! If we fix that issue, I'll release a new version of dev platform.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/platformio/platform-atmelavr/pull/45#issuecomment-294282641, or mute the thread https://github.com/notifications/unsubscribe-auth/AF-eRwQ7Hagz7yWXQUijN66DauzqjwBiks5rwI7KgaJpZM4M-Lbr .

ivankravets commented 7 years ago

@freynder Thanks a lot for your test!