Community-PIO-CH32V / platform-ch32v

PlatformIO platform for CH32V RISC-V chips (CH32V003, CH32V103, CH32V20x, CH32V30x, CH32X035) and CH56x, CH57x, CH58x, CH59x
Apache License 2.0
213 stars 35 forks source link

Fix CH32V003 compilation on Mac #26

Closed maxgerhardt closed 1 year ago

maxgerhardt commented 1 year ago

..by downgrading the architecture to rv32ec instead of the full rv32ecxw.

Ugly, but temporary workaround until I get a message back about this from MounRiver support.

Fixes #25.