platformio / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
9 stars 11 forks source link

scripts/platformio/platformio-build.py: #7

Closed hvegh closed 2 years ago

hvegh commented 3 years ago

https://github.com/platformio/zephyr/blob/75bc7697b289f18fe71e0b16197676272558e6c8/scripts/platformio/platformio-build.py#L79

Dear platformio devs,

Can we add rv32im to the supported architectures?

elif board_config.get("build.march", "") in ("rv64imac", "rv32imac", **"rv32im"**): I am trying to support litex_vexriscv , judging from the litex compiler options the AC extensions are not supported for the vexriscv core.

See https://github.com/hvegh/platform-litex for preliminary litex-riscv support with zephyr....

valeros commented 2 years ago

Resolved in https://github.com/platformio/zephyr/commit/b3c14b2bd9a41cc6bd9342879c0da360f8dc929d

hvegh commented 2 years ago

great tnx