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。 interested friends can take a look at this PR.
Search found 4 matches
- Sat Oct 14, 2023 11:59 pm
- Forum: ESP-IDF
- Topic: How to port ESP32-C3 to RT-Thread without IDF?
- Replies: 1
- Views: 1201
- Sat Oct 14, 2023 11:55 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 如何将 ESP32-C3 一直到 RT-Thread 上(脱离 idf)
- Replies: 3
- Views: 4006
Re: 如何将 ESP32-C3 一直到 RT-Thread 上(脱离 idf)
https://github.com/RT-Thread/rt-thread/pull/8104
目前 RT-Thread 有个在校生已经把 ESP32C3 的移植完成到这一步了,但是wif ble 还有点问题,就差临门一脚了 感兴趣的盆友可以去看一下这份 PR。
目前 RT-Thread 有个在校生已经把 ESP32C3 的移植完成到这一步了,但是wif ble 还有点问题,就差临门一脚了 感兴趣的盆友可以去看一下这份 PR。
- Wed May 03, 2023 12:21 am
- Forum: ESP-IDF
- Topic: How to port ESP32-C3 to RT-Thread without IDF?
- Replies: 1
- Views: 1201
How to port ESP32-C3 to RT-Thread without IDF?
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/blob/master/bsp/ESP32_C3/READM...
- Tue May 02, 2023 1:10 am
- Forum: ESP-IDF 中文讨论版
- Topic: 如何将 ESP32-C3 一直到 RT-Thread 上(脱离 idf)
- Replies: 3
- Views: 4006
如何将 ESP32-C3 一直到 RT-Thread 上(脱离 idf)
大家好啊!我来自 RT-Thread 社区。 我正在尝试使用 RT-Thread 的 scons 构建系统来编译 ESP32C3 固件。目前 ESP32C3 的 bsp 已经被社区小伙伴们 PR 到 RT-Thread 主仓库了([url][https://github.com/RT-Thread/rt-thread/blob/master/bsp/ESP32_C3/README_ZH.md])但是目前是使用 idf 的方式来编译。 我大致看了下 idf 有两个例程: 1. esp-idf/examples/build_system/wrappers 2. esp-idf/examples/c...