platformio / platform-intel_mcs51

Intel MCS-51 (8051): development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/intel_mcs51
Apache License 2.0
56 stars 44 forks source link

missing avrdude upload protocol for Generic AT89S52 #51

Open OliverRhyme opened 1 year ago

OliverRhyme commented 1 year ago

When trying to build it says "Warning! Unknown upload protocol avrdude"

Preetam-Das commented 9 months ago

I am getting this warning too ... also no luck with other upload protocol like avrisp and usbasp. :(

mathklk commented 8 months ago

any update to this?

zerog2k commented 8 months ago

assuming that platform.json needs to depend on tool-avrdude https://registry.platformio.org/tools/platformio/tool-avrdude

can you try installing this in your platformio session locally to see if it helps?