1.修改hw相关api,使用weak函数。

2.修改LOG宏为DEBUG宏。
3.将fifo移入kservice.c中,同时将其修改为无锁fifo。
This commit is contained in:
MacRsh
2023-06-04 15:57:18 +08:00
parent 859886b76a
commit 4407e2e11c
7 changed files with 328 additions and 369 deletions

View File

@@ -1,16 +1,2 @@
#include "mrboard.h"
void mr_hw_interrupt_disable(void)
{
}
void mr_hw_interrupt_enable(void)
{
}
void mr_hw_delay_ms(unsigned int ms)
{
}
#include "mrdef.h"