Commit Graph

8 Commits

Author SHA1 Message Date
ZHU Hao d0a9402583
Update drv_sound.c 2021-06-22 14:12:05 +08:00
greedyhao 8c5fed62c1 [bsp][bluetrum] stream close 存在问题 2021-06-21 21:00:41 +08:00
greedyhao 3e65ce5d03 [bluetrum] add fmrx support 2021-05-13 10:22:45 +08:00
greedyhao 42dc1c9c3e [ab32vg1] rewrite drv_xx.c 2021-04-09 17:35:26 +08:00
Meco Man f18dfa0850 auto formatted 2021-03-11 13:26:54 +08:00
David Lin 79267212ef
[bsp]Mini optimized the drv_sound.c
1.  "tx_fifo = rt_calloc(1, TX_FIFO_SIZE); "  , so deleted the line "rt_memset(tx_fifo, 0, TX_FIFO_SIZE);"
2. " rx_fifo = rt_calloc(1, TX_FIFO_SIZE); "  , so deleted the line "rt_memset(rx_fifo, 0, TX_FIFO_SIZE);"
2021-02-08 11:57:50 +08:00
greedyhao 801aa4747b [bsp][bluetrum] add pwm support 2021-01-28 17:06:09 +08:00
greedyhao 67bf5cea1f [bluetrum] add sound and romfs support 2020-12-19 10:45:03 +08:00