add lcd and spi for edu_riscv64 board

This commit is contained in:
Wang_Weigen
2022-10-25 14:26:33 +08:00
parent db2faeeba6
commit 166f88fd46
23 changed files with 3660 additions and 76 deletions
@@ -15,21 +15,21 @@
/**
* @file connect_lcd.h
* @brief define aiit-riscv64-board lcd function
* @brief define edu-riscv64 board lcd function
* @version 1.0
* @author AIIT XUOS Lab
* @date 2021-04-25
* @date 2022-10-25
*/
/*************************************************
File name: connect_lcd.h
Description: define aiit-riscv64-board lcd function
Description: define edu-riscv64 board lcd function
Others: https://canaan-creative.com/developer
History:
1. Date: 2021-04-25
1. Date: 2022-10-25
Author: AIIT XUOS Lab
Modification:
1. add aiit-riscv64-board lcd function
1. add edu-riscv64 board lcd function
*************************************************/
#ifndef CONNECT_LCD_H
@@ -12,10 +12,10 @@
/**
* @file connect_spi.h
* @brief define aiit-riscv64-board spi function and struct
* @brief define edu-riscv64 board spi function and struct
* @version 1.0
* @author AIIT XUOS Lab
* @date 2021-04-25
* @date 2022-10-25
*/
#ifndef CONNECT_SPI_H
@@ -9,21 +9,21 @@
/**
* @file graphic.h
* @brief define aiit-riscv64-board lcd operation
* @brief define edu-riscv64 board lcd operation
* @version 1.0
* @author AIIT XUOS Lab
* @date 2021-04-25
* @date 2022-10-25
*/
/*************************************************
File name: graphic.h
Description: define aiit-riscv64-board lcd operation
Description: define edu-riscv64 board lcd operation
Others: take RT-Thread v4.0.2/include/rtdef.h for references
https://github.com/RT-Thread/rt-thread/tree/v4.0.2
History:
1. Date: 2021-04-25
1. Date: 2022-10-25
Author: AIIT XUOS Lab
Modification: add aiit-riscv64-board lcd configure and operation function
Modification: add edu-riscv64 board lcd configure and operation function
*************************************************/
#ifndef GRAPHIC_H
@@ -19,7 +19,7 @@
* https://canaan-creative.com/developer
* @version 1.0
* @author AIIT XUOS Lab
* @date 2021-04-25
* @date 2022-10-25
*/
#ifndef __HARDWARE_SPI_H__