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
+10
View File
@@ -0,0 +1,10 @@
#ifndef _BSP_AES128_H_
#define _BSP_AES128_H_
void aes128_init(uint8_t *aes_key);
void aes128_operation(uint8_t type,uint8_t *source_data,uint8_t *aes_data);
#endif