Imported more library files

Not compiling currently
This commit is contained in:
2025-04-12 23:37:19 +01:00
parent 264a3462e0
commit 9d06f983af
2518 changed files with 1021900 additions and 52 deletions

11
config/sl_memory_config.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef SL_MEMORY_CONFIG_H
#define SL_MEMORY_CONFIG_H
#include "sl_memory_manager_region_config.h"
#include "sl_common.h"
#ifndef SL_SUPPRESS_DEPRECATION_WARNINGS_SDK_2024_6
#warning "This file is deprecated as of Simplicity SDK 2024.6. Content was moved to sl_memory_manager_region_config.h."
#endif
#endif