fix: newlib for liteos_a and clip for liteos_a_mini

close #I53VW6

Signed-off-by: Haryslee <lihao189@huawei.com>
Change-Id: I591b4ffaeb220311b63bd95f19400e0b9fde3c45
This commit is contained in:
Haryslee
2022-04-21 16:04:52 +08:00
parent a6e17fea9b
commit 7fef6ac8d9
19 changed files with 314 additions and 109 deletions

View File

@@ -163,7 +163,7 @@ extern "C" {
#define DISK_ATA_GET_MODEL 21 /* Get model name */
#define DISK_ATA_GET_SN 22 /* Get serial number */
#ifdef LOSCFG_FS_FAT_CACHE
#ifndef LOSCFG_FS_FAT_CACHE
#define DISK_DIRECT_BUFFER_SIZE 4 /* los_disk direct io buffer when bcache is off */
#endif