zephyrproject-rtos/zephyr

Port drivers to use sys/ring_buffer

已关闭

#21,155 创建于 2019年12月3日

 (8 条评论) (0 个反应) (0 位负责人)C (9,144 个派生)batch import
EnhancementGood first issuearea: Drivers

仓库指标

星标
 (15,249 个星标)
PR 合并指标
 (平均合并 4天 21小时) (30 天内合并 1,000 个 PR)

描述

There are some drivers that are implementing their own ring_buffer, there are cases where even functions names are colliding with sys/ring_buffer.

Drivers doing it: drivers/ethernet/eth_sam_gmac.c drivers/i2s/i2s_sam_ssc.c drivers/i2s/i2s_ll_stm32.h

贡献者指南