zephyrproject-rtos/zephyr

Port drivers to use sys/ring_buffer

Open

#21 155 ouverte le 3 déc. 2019

Voir sur GitHub
 (8 commentaires) (0 réactions) (0 assignés)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

Guide contributeur