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

add stc8 support and debug support #33

Closed totollo closed 2 years ago

totollo commented 3 years ago

add stc8 support and debug support. please upgrade stcgal to v1.6 to flash stc8 chips.

ivankravets commented 3 years ago

Are these new versions compatible with the existing boards?

totollo commented 3 years ago

Are these new versions compatible with the existing boards?

yes. I enabled sdcc debug build flags and linking flags to get *.cdb file.

ivankravets commented 3 years ago

We will back to this PR soon. Need to find these new packages.

totollo commented 3 years ago

We will back to this PR soon. Need to find these new packages.

thx

MiltonLai commented 2 years ago

add stc8 support and debug support. please upgrade stcgal to v1.6 to flash stc8 chips.

Did you manage to upload the hex to STC8H chips with stcgal? It seems stcgal didn't support it yet, and I cannot find a solution for this.

ivankravets commented 2 years ago

Duplicate of https://github.com/platformio/platform-intel_mcs51/pull/41