RT-Thread / rt-thread

RT-Thread is an open source IoT Real-Time Operating System (RTOS).
https://www.rt-thread.io
Apache License 2.0
10.37k stars 4.99k forks source link

[bsp][fm33lc026][rsoc] Fix compilation issues with bsp of fm33lc026 #9485

Closed hydevcode closed 3 days ago

hydevcode commented 3 days ago

拉取/合并请求描述:(PR description)

[

为什么提交这份PR (why to submit this PR)

由于少了link.lds导致无法编译

你的解决方案是什么 (what is your solution)

将link.lds代替为官方的fm33lc02x_flash.ld

请提供验证的bsp和config (provide the config and bsp)

]

当前拉取/合并请求的状态 Intent for your PR

必须选择一项 Choose one (Mandatory):

代码质量 Code Quality:

我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following:

kurisaW commented 3 days ago

https://github.com/RT-Thread/rt-thread/pull/9486 问题类似,gcc需要走entry完成RTOS的一系列初始化,并同步修改fm33lc02x_flash.ld文件

milo-9 commented 3 days ago

复旦微这个BSP做得很潦草,我这里在用复旦微系列的mcu,目前我在做lc le lg的BSP,已经做了rtc uart gpio adc dac spi wdt等驱动,等我这边再完善完善,测试完毕后我整个打包提一个pr上来

hydevcode commented 3 days ago

复旦微这个BSP做得很潦草,我这里在用复旦微系列的mcu,目前我在做lc le lg的BSP,已经做了rtc uart gpio adc dac spi wdt等驱动,等我这边再完善完善,测试完毕后我整个打包提一个pr上来

好的,那我这个pr先撤了