zephyrproject-rtos/zephyr

Port drivers to use sys/ring_buffer

Open

#21,155 opened on Dec 3, 2019

View on GitHub
 (8 comments) (0 reactions) (0 assignees)C (15,249 stars) (9,144 forks)batch import
EnhancementGood first issuearea: Drivers

Description

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

Contributor guide