Stair56E UART project

This commit is contained in:
2026-08-05 19:07:52 +08:00
parent 7ca1af130d
commit f5654b70cc
2500 changed files with 619007 additions and 282610 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef _DMA_UART_DEBUG_H_
#define _DMA_UART_DEBUG_H_
#include "xinc_reg.h"
extern volatile uint8_t __attribute__((aligned(4))) DMA_buf[16];
void DMA_Uart_SendChar(uint8_t ch);
#define __XIP_RAM_CODE __attribute__((section("ram_code")))
__XIP_RAM_CODE void DMA_Uart_SendNumChar(uint8_t ch,uint8_t bt);
#define DMA_Uart_SendChar_1 DMA_Uart_SendChar
#endif