mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
update
This commit is contained in:
parent
fd4c492ea4
commit
5cbdd7eea5
19 changed files with 2308 additions and 2272 deletions
|
|
@ -303,7 +303,7 @@ void example_entry(void)
|
|||
#endif
|
||||
|
||||
#if CONFIG_EXAMPLE_MEDIA_AUDIO_FROM_RTP
|
||||
example_media_audio_from_rtp();
|
||||
example_media_audio_from_rtp();
|
||||
#endif
|
||||
|
||||
#if CONFIG_EXAMPLE_AUDIO_MP3
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@ int32_t serial_send_stream_abort (serial_t *obj);
|
|||
int32_t serial_recv_stream_abort (serial_t *obj);
|
||||
void serial_disable (serial_t *obj);
|
||||
void serial_enable (serial_t *obj);
|
||||
int32_t serial_recv_stream_timeout (serial_t *obj, char *prxbuf, uint32_t \
|
||||
len, uint32_t timeout_ms, void *force_cs);
|
||||
int32_t serial_recv_stream_timeout (serial_t *obj, char *prxbuf, \
|
||||
uint32_t len, uint32_t timeout_ms, void *force_cs);
|
||||
int32_t serial_recv_stream_dma_timeout (serial_t *obj, char *prxbuf, \
|
||||
uint32_t len, uint32_t timeout_ms, void *force_cs);
|
||||
|
||||
|
|
|
|||
|
|
@ -150,8 +150,8 @@ Exit:
|
|||
|
||||
uart_socket_t* uart_open(uart_set_str *puartpara)
|
||||
{
|
||||
PinName uart_tx = PA_7;//PA_4; //PA_7
|
||||
PinName uart_rx = PA_6;//PA_0; //PA_6
|
||||
PinName uart_tx = PA_7; //PA_4; //PA_7
|
||||
PinName uart_rx = PA_6; //PA_0; //PA_6
|
||||
uart_socket_t *u;
|
||||
|
||||
u = (uart_socket_t *)RtlZmalloc(sizeof(uart_socket_t));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue