rt-thread-official/bsp/bluetrum/ab32vg1-ab-prougen/board
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
..
ports/audio [bsp]Mini optimized the drv_sound.c 2021-02-08 11:57:50 +08:00
Kconfig [bsp][bluetrum] add adc and rtc support 2021-02-04 13:51:55 +08:00
SConscript [bluetrum] add sound and romfs support 2020-12-19 10:45:03 +08:00
ab32vg1_hal_msp.c [bsp][bluetrum] add pwm support 2021-01-28 17:06:09 +08:00
board.c [bsp][bluetrum] add pwm support 2021-01-28 17:06:09 +08:00
board.h [bsp][bluetrum] add pwm support 2021-01-28 17:06:09 +08:00