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

Customizable upload baud rate support for stcgal. #60

Open alice-king opened 2 weeks ago

alice-king commented 2 weeks ago

Customizable upload baud rate support for stcgal.

So users can use "upload_speed = 38400" in platformio.ini to prevent download errors on STC MCUs that are using software UART that can't operate at high baud rates (like STC15F10X)

alice-king commented 2 weeks ago

Related issue "upload stc15f104e error"