ln882h update sdk (#1724)

* ln882h update sdk

* Disable test commands
This commit is contained in:
NonPIayerCharacter
2025-08-09 12:49:03 +03:00
committed by GitHub
parent 54ffddc75f
commit 5e363ab42f
8 changed files with 13 additions and 12 deletions

View File

@@ -235,7 +235,7 @@
#define BE_EXPLICIT_EXIT exit
#endif
// BK7231/RTL wraps malloc, free etc. to freertos ports. Some platforms don't do it.
#if PLATFORM_W800 || PLATFORM_W600
#if PLATFORM_W800 || PLATFORM_W600 || PLATFORM_LN882H
#define BE_EXPLICIT_MALLOC pvPortMalloc
#define BE_EXPLICIT_REALLOC pvPortRealloc
#define BE_EXPLICIT_FREE vPortFree