XIZI_AIoT: Add modifications for all SDK files. Add libmalloc interfaces(not functional)

This commit is contained in:
TXuian
2024-02-02 11:10:55 +08:00
parent c7529f1702
commit 6942ad6d1d
51 changed files with 2010 additions and 1665 deletions

View File

@@ -25,7 +25,7 @@
* @brief Format of an ELF executable file
* @version 3.0
* @author AIIT XUOS Lab
* @date 2024.11.23
* @date 2023.11.23
*/
/*************************************************
@@ -33,7 +33,7 @@ File name: execelf.h
Description: Format of an ELF executable file
Others:
History:
1. Date: 2024-11-23
1. Date: 2023-11-23
Author: AIIT XUOS Lab
Modification:
1. reserve only necessary elfhdr structs

View File

@@ -54,8 +54,9 @@ Modification:
typedef enum {
SYS_STATE_TEST = 0,
SYS_STATE_MEMBLOCK_INFO,
SYS_STATE_SET_TASK_PRIORITY,
SYS_STATE_GET_HEAP_BASE,
SYS_STATE_MEMBLOCK_INFO,
SYS_STATE_SHOW_TASKS,
SYS_STATE_SHOW_MEM_INFO,
SYS_STATE_SHOW_CPU_INFO,

View File

@@ -39,7 +39,7 @@ Modification:
#define TASK_CLOCK_TICK 50
#define TASK_MAX_PRIORITY 32
#define TASK_DEFAULT_PRIORITY 1
#define TASK_DEFAULT_PRIORITY 2
#define TASK_NAME_MAX_LEN 16
enum ProcState {