Page 1 of 1

How to port ESP32-C3 to RT-Thread without IDF?

Posted: Wed May 03, 2023 12:21 am
by BalanceTWK
Hello everyone! I am from the RT-Thread community.

I am trying to use RT-Thread's scons build system to compile ESP32C3 firmware. Currently, the ESP32C3 BSP has been PR'd to the RT-Thread main repository by community members [url][https://github.com/RT-Thread/rt-thread/ ... ADME_ZH.md], but it is currently compiled using idf.
I have looked at two examples in idf: 1. esp-idf/examples/build_system/wrappers 2. esp- :Didf/examples/custom_bootloader/bootloader_override. Which of these two examples is more suitable for reference to port to RT-Thread's scons build system? Or can someone provide some other guidance on the porting process?

Thank you for your help! :D

Re: How to port ESP32-C3 to RT-Thread without IDF?

Posted: Sat Oct 14, 2023 11:59 pm
by BalanceTWK
https://github.com/RT-Thread/rt-thread/pull/8104

At present, a student in RT Thread has completed the transplantation of ESP32C3 to this step, but wif ble still has some problems。 :D interested friends can take a look at this PR.