bluetoothlover_doc icon indicating copy to clipboard operation
bluetoothlover_doc copied to clipboard

zephyr 知识点梳理

Open supperthomas opened this issue 2 years ago • 11 comments

zephyr配置和编译系统

  • [ ] Kconfig
  • [ ] devicetree
  • [ ] cmake基础语法和编译中的流程
  • [ ] config和build 的流程梳理,pre-build, 中间二进制等
  • [ ] module的使用和系统
  • [ ] sysbuild等

supperthomas avatar Sep 06 '23 02:09 supperthomas

zephyr 代码流程

  • [ ] 如何添加一个新的bsp开发板,类似的stm32的
  • [ ] 如何添加一个新的SOC的驱动,比如UART gpio等
  • [ ] Kconfig/devicetree/cmake 如何在driver中使用和配置的,
  • [ ] 中断系统如何实现和运作
  • [ ] pin control系统如何运作和使用
  • [ ] 驱动初始化流程,是如何初始化的,走了哪些部分
  • [ ] 驱动API都有哪些,框架系统如何

supperthomas avatar Sep 06 '23 02:09 supperthomas

https://docs2.listenai.com/x/krXhU-28YlR

参考文档

supperthomas avatar Dec 26 '23 14:12 supperthomas