support mulan on nuttx

This commit is contained in:
wgzAIIT 2022-03-18 18:41:32 +08:00
parent dfb7db44fb
commit 1da65160cb
9 changed files with 89 additions and 0 deletions

View File

@ -12,6 +12,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @file apu.c
* @brief kendryte k210 source code
* https://github.com/kendryte/kendryte-standalone-sdk.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
#include <debug.h>
#include <stddef.h>
#include <stdint.h>

View File

@ -12,6 +12,17 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @file apu.h
* @brief kendryte k210 source code
* https://github.com/kendryte/kendryte-standalone-sdk.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
#ifndef _apu_H_
#define _apu_H_

View File

@ -13,6 +13,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @file atomic.h
* @brief kendryte k210 source code
* https://github.com/kendryte/kendryte-standalone-sdk.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
#ifndef _BSP_ATOMIC_H
#define _BSP_ATOMIC_H

View File

@ -1,3 +1,12 @@
/**
* @file bsp.c
* @brief kendryte k210 source code
* https://github.com/kendryte/kendryte-standalone-sdk.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
#ifndef _KENDRYTE_BSP_H
#define _KENDRYTE_BSP_H
#include "atomic.h"

View File

@ -12,6 +12,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @file client.c
* @brief kendryte k210 source code
* https://github.com/kendryte/kendryte-standalone-sdk.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
#include <stddef.h>
#include <stdint.h>
#include "encoding.h"

View File

@ -37,6 +37,15 @@
* | 0x0200EFFC | Reserved |
*/
/**
* @file client
* @brief kendryte k210 source code
* https://github.com/kendryte/kendryte-standalone-sdk.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
#ifndef _DRIVER_CLINT_H
#define _DRIVER_CLINT_H

View File

@ -12,6 +12,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @file damc.c
* @brief kendryte k210 source code
* https://github.com/kendryte/kendryte-standalone-sdk.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
#include <stdint.h>
#include <stddef.h>
#include <stdio.h>

View File

@ -12,6 +12,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @file damc.h
* @brief kendryte k210 source code
* https://github.com/kendryte/kendryte-standalone-sdk.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
#ifndef _DRIVER_DMAC_H
#define _DRIVER_DMAC_H

View File

@ -12,6 +12,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @file encoding.h
* @brief kendryte k210 source code
* https://github.com/kendryte/kendryte-standalone-sdk.git
* @version 10.2.0
* @author AIIT XUOS Lab
* @date 2022-03-17
*/
#ifndef RISCV_CSR_ENCODING_H
#define RISCV_CSR_ENCODING_H
#include <arch/csr.h>