Merge pull request #5044 from BernardXiong/libc_pr

[libc] remove rtlibc
This commit is contained in:
Bernard Xiong
2021-09-11 20:00:39 +08:00
committed by GitHub
38 changed files with 305 additions and 406 deletions
@@ -11,6 +11,8 @@
#ifndef CPUTIME_H__
#define CPUTIME_H__
#include <stdint.h>
struct rt_clock_cputime_ops
{
float (*cputime_getres) (void);
+1
View File
@@ -15,6 +15,7 @@
#ifndef __PM_H__
#define __PM_H__
#include <stdint.h>
#include <rtthread.h>
#ifndef PM_HAS_CUSTOM_CONFIG