将测试目录下的原配置文件改为系统配置文件
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "tl2cdr.h"
|
#include "tl2cdr.h"
|
||||||
#include "mstMainCfg.h"
|
#include "system_cfg.h"
|
||||||
#include "sysDef.h"
|
#include "sysDef.h"
|
||||||
|
|
||||||
volatile uint32_t *const plic_priority = (uint32_t *)(0xc000000U);
|
volatile uint32_t *const plic_priority = (uint32_t *)(0xc000000U);
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
// #include "uart.h"
|
// #include "uart.h"
|
||||||
// #include "gpio.h"
|
// #include "gpio.h"
|
||||||
// #include "timer.h"
|
// #include "timer.h"
|
||||||
#include "tl2cdr.h"
|
#include "tl2cdr.h"
|
||||||
|
#include "system_cfg.h"
|
||||||
|
|
||||||
|
|
||||||
volatile uint32_t *const plic_priority = (uint32_t *)(0xc000000U);
|
volatile uint32_t *const plic_priority = (uint32_t *)(0xc000000U);
|
||||||
|
|||||||
Reference in New Issue
Block a user