forked from xuos/xiuos
support mulan on nuttx
This commit is contained in:
parent
dfb7db44fb
commit
1da65160cb
|
@ -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>
|
||||
|
|
|
@ -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_
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue