rt-thread
rt-thread copied to clipboard
🔨[BSP][ESP32-C3] task issue
task issue as follow
- [x] combine IDF and scons --targe=cmake build system
- [x] porting drv_gpio.c with cmake system
- [x] porting drv_uart.c with cmake system
- [x] porting drv_iic.c with cmake system
- [ ] porting drv_spi.c with cmake system
- [ ] porting drv_pwm.c with cmake system
- [x] add the menuconfig to rtconfig.h
- [ ] fix IDF_PATH to local path
fix IDF_PATH to local path 目前可以考虑将IDF_PATH路径修改成pkgs里面的软件包作为编译的时候的IDF_PATH. 不过尝试多次之后,效果不是很理想,也比较麻烦。 暂时不是很方便,后面再考虑,先把软件包提交上去。如果大伙有什么更好的办法,欢迎提供。目前需求是: 如何编译的时候将IDF_PATH 指定到本地package/rtt_esp_idf-latest 文件夹下面,而且可以顺利编译通过。
#6247
新版ESP32_C3 BSP发布 https://club.rt-thread.org/ask/article/46de5889adf71acc.html
【ESP32C3】基于ESP32C3运行RT-THREAD
https://club.rt-thread.org/ask/article/6749217c538b42cd.html
【请社区公测】新版ESP32_C3 BSP发布 https://club.rt-thread.org/ask/article/46de5889adf71acc.html
@WCX1024979076 单独打开BLE 这个app_main没有定义。 https://github.com/RT-Thread/rt-thread/actions/runs/6709048939/job/18231225581
LINK rtthread.elf
/opt/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/bin/ld: build/main/main.o: in function `main':
/home/runner/work/rt-thread/rt-thread/bsp/ESP32_C3/main/main.c:24: undefined reference to `app_main'
这个需要参考readme里面将esp-idf的nimble样例程序加入到编译中
---Original--- From: "Supper @.> Date: Tue, Oct 31, 2023 23:59 PM To: @.>; Cc: @.@.>; Subject: Re: [RT-Thread/rt-thread] 🔨[BSP][ESP32-C3] task issue (Issue #5941)
@WCX1024979076
单独打开BLE 这个app_main没有定义。
https://github.com/RT-Thread/rt-thread/actions/runs/6709048939/job/18231225581
LINK rtthread.elf /opt/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/bin/ld: build/main/main.o: in function main': /home/runner/work/rt-thread/rt-thread/bsp/ESP32_C3/main/main.c:24: undefined reference to
app_main'
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.***>
这个需要参考readme里面将esp-idf的nimble样例程序加入到编译中 … ---Original--- From: "Supper @.> Date: Tue, Oct 31, 2023 23:59 PM To: @.>; Cc: @.@.>; Subject: Re: [RT-Thread/rt-thread] 🔨[BSP][ESP32-C3] task issue (Issue #5941) @WCX1024979076 单独打开BLE 这个app_main没有定义。 https://github.com/RT-Thread/rt-thread/actions/runs/6709048939/job/18231225581 LINK rtthread.elf /opt/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/11.2.0/../../../../riscv32-esp-elf/bin/ld: build/main/main.o: in function
main': /home/runner/work/rt-thread/rt-thread/bsp/ESP32_C3/main/main.c:24: undefined reference to
app_main' — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
这里用户自己操作起来问题会比较多,是不是可以提供一个step by step的步骤?
@WCX1024979076 https://club.rt-thread.org/ask/article/419a30e57384a239.html 可否看下能不能默认状态下打开BLE宏,编译能通过?
好的,我看一下
---Original--- From: "Supper @.> Date: Wed, Nov 1, 2023 08:09 AM To: @.>; Cc: @.@.>; Subject: Re: [RT-Thread/rt-thread] 🔨[BSP][ESP32-C3] task issue (Issue #5941)
@WCX1024979076 https://club.rt-thread.org/ask/article/419a30e57384a239.html 可否看下能不能默认状态下打开BLE宏,编译能通过?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>