We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这样可以随时保持和ST官方最新的release版本保持同步,维护也比较方便,用户也可以用最新版的hal库,毕竟hal内部还是有些bug的。 另外建议考虑各个芯片厂商的官方HAL库应该单独放在一个仓库里(由他们自己创建),让芯片厂商自己维护,针对rtt操作系统drv_xxx文件可以放在bsp里边,就像软件包一样,生成工程的时候从官方的仓库里边拉取,这样维护HAL库的任务就交给芯片厂商就可以了. 要不然rtt这边以stm32为例,hal库的升级不是很及时,上一次升级已经是2019年的事情了
https://github.com/STMicroelectronics/stm32f1xx_hal_driver https://github.com/STMicroelectronics/stm32f2xx_hal_driver https://github.com/STMicroelectronics/stm32f0xx_hal_driver https://github.com/STMicroelectronics/stm32f4xx_hal_driver https://github.com/STMicroelectronics/stm32h7xx_hal_driver https://github.com/STMicroelectronics/stm32wbxx_hal_driver https://github.com/STMicroelectronics/stm32l4xx_hal_driver https://github.com/STMicroelectronics/stm32f7xx_hal_driver https://github.com/STMicroelectronics/stm32l5xx_hal_driver https://github.com/STMicroelectronics/stm32g4xx_hal_driver https://github.com/STMicroelectronics/stm32l0xx_hal_driver https://github.com/STMicroelectronics/stm32f3xx_hal_driver https://github.com/STMicroelectronics/stm32wlxx_hal_driver
The text was updated successfully, but these errors were encountered:
我也同意,库和驱动放在另一个仓库里。 最好bsp也不要放在源码中。
Sorry, something went wrong.
也要考虑新手入门时应该怎么搞,弄成 submodule 门槛就又高了一点
不建议用太多的submodule,是魔鬼
BernardXiong
Guozhanxin
No branches or pull requests
这样可以随时保持和ST官方最新的release版本保持同步,维护也比较方便,用户也可以用最新版的hal库,毕竟hal内部还是有些bug的。
另外建议考虑各个芯片厂商的官方HAL库应该单独放在一个仓库里(由他们自己创建),让芯片厂商自己维护,针对rtt操作系统drv_xxx文件可以放在bsp里边,就像软件包一样,生成工程的时候从官方的仓库里边拉取,这样维护HAL库的任务就交给芯片厂商就可以了. 要不然rtt这边以stm32为例,hal库的升级不是很及时,上一次升级已经是2019年的事情了
https://github.com/STMicroelectronics/stm32f1xx_hal_driver
https://github.com/STMicroelectronics/stm32f2xx_hal_driver
https://github.com/STMicroelectronics/stm32f0xx_hal_driver
https://github.com/STMicroelectronics/stm32f4xx_hal_driver
https://github.com/STMicroelectronics/stm32h7xx_hal_driver
https://github.com/STMicroelectronics/stm32wbxx_hal_driver
https://github.com/STMicroelectronics/stm32l4xx_hal_driver
https://github.com/STMicroelectronics/stm32f7xx_hal_driver
https://github.com/STMicroelectronics/stm32l5xx_hal_driver
https://github.com/STMicroelectronics/stm32g4xx_hal_driver
https://github.com/STMicroelectronics/stm32l0xx_hal_driver
https://github.com/STMicroelectronics/stm32f3xx_hal_driver
https://github.com/STMicroelectronics/stm32wlxx_hal_driver
The text was updated successfully, but these errors were encountered: