Integrated linux log into fatfs and spiffs host tests

This commit is contained in:
Jakob Hasse
2021-05-25 15:07:38 +08:00
parent 0ea20caa71
commit ef2dba3921
5 changed files with 16 additions and 2 deletions

View File

@@ -13,9 +13,17 @@
#define CONFIG_SPIFFS_USE_MTIME 1
#define CONFIG_WL_SECTOR_SIZE 4096
// for log component with linux target
#define CONFIG_LOG_DEFAULT_LEVEL 3
#define CONFIG_LOG_MAXIMUM_LEVEL 3
#define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1
#define CONFIG_PARTITION_TABLE_OFFSET 0x8000
#define CONFIG_ESPTOOLPY_FLASHSIZE "8MB"
//currently use the legacy implementation, since the stubs for new HAL are not done yet
#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL 1
#undef _Static_assert
#define _Static_assert(cond, message)