-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bsp][stm32][driver] Add bsp support for stm32f405zgtx series, and add the drv_i2c.c for stm32 #7971
Conversation
感谢提交PR 请将对IIC的改动都拆出来 作为一个独立的PR 谢谢 |
已暂时删除对i2c的改动 |
非常棒 感谢提交PR @Donocean 关于名字你有什么好想法,可以参考一下stm32其他bsp的命名规则 |
参考其他stm32的命名规则,改名为stm32f405zgtx-template怎么样 |
@Guozhanxin @supperthomas stm32f405zg-mini-template 这个名字怎么样 |
我感觉这个不错 |
可以 |
好的,那我这边就更改bsp名称提交了 |
感谢提交PR |
拉取/合并请求描述:(PR description)
[
请在这里填写您的PR描述,可以包括以下之一的内容:为什么提交这份PR;解决的问题是什么,你的解决方案是什么;
并确认并列出已经在什么情况或板卡上进行了测试。
为什么提交这份PR (why to submit this PR)
添加了 stm32f405zgtx 系列 bsp的支持,**初步实现(无dma)**了硬件i2c驱动
#5968
你的解决方案是什么 (what is your solution)
根据教程制作bsp,并在板子上测试通过,添加了关于硬件i2c的驱动程序,并测试驱动eeprom和oled成功
在什么测试环境下测试通过 (what is the test environment)
在自己个人的板子上即
stm32f405zgt6
测试通过]
当前拉取/合并请求的状态 Intent for your PR
必须选择一项 Choose one (Mandatory):
代码质量 Code Quality:
我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following:
#if 0
代码,不包含已经被注释了的代码 All redundant code is removed and cleaned up