bbea30ec53
添加 miniIni 库
20 lines
345 B
C
20 lines
345 B
C
/*
|
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2023-05-18 murmur the first version
|
|
*/
|
|
#include <rtthread.h>
|
|
#define LOG_TAG "cfg"
|
|
#define LOG_LVL LOG_LVL_DBG
|
|
#include <ulog.h>
|
|
#include <cJSON.h>
|
|
#include <dfs_file.h>
|
|
|
|
|
|
|
|
|