stm32wl series chip support packages update#597
Merged
Conversation
1.0.2.5 update to 0.2.6
Contributor
|
@zyk6271 本地离线测试过了吗 |
Contributor
|
@zyk6271 确定本地离线测试没问题的话,我给你手动合 |
Contributor
Author
|
@eclipsesw 测过了 就更新了个hal版本而已 |
Contributor
|
.S 文件名后缀跟 .s 在linux 下是不一样的 |
|
有个问题,rtt里的uart驱动为啥没有关于gpio和时钟相关的内容?完全没法正常用啊。我看了下nano和baremetal里的uart驱动都有stm32_gpio_configur()这个函数,但rtt目录的drv_uart.c里没有,并且0.25的版本里也没有。是否是我理解有问题不会用请指明 |
Contributor
Author
GPIO跟时钟初始化在cube生成里面的MSP函数里面,0.2.5测试过串口是ok的 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.0.2.5 update to 0.2.6
注意
阅读确认之后请删除本段内容
提交RT-Thread Studio BSP之前,请先确保提交的内容已经在RT-Thread主仓库的BSP中提交过。请不要在主仓库BSP没有提交/更新的情况下,直接更新RT-Thread Studio的BSP。即RT-Thread Studio BSP不能超前于RT-Thread主仓库BSP,任何bug或者源码更新应当先在主仓库中完成,然后再更新RT-Thread Studio BSP (可以通过
scons --dist-ide一键生成RT-Thread Studio BSP)。提交RT-Thread Studio BSP前,请确认该BSP在RT-Thread主仓库BSP中可以正确执行
scons --dist-ide --project-name=xxx --project-path=xxx命令。该命令用于直接导出一份RT-Thread Studio BSP工程。参见PR