mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-12 02:10:12 +01:00
14 lines
427 B
C
14 lines
427 B
C
|
|
|
|
#include "../new_common.h"
|
|
|
|
// debug
|
|
int config_get_tableOffsets(int tableID, int *outStart, int *outLen);
|
|
// copy of tuya_hal_flash_read (in BK7231T it was in SDK source, but in BK7231N it was in tuya lib)
|
|
int bekken_hal_flash_read(const uint32_t addr, void *dst, const UINT32 size);
|
|
|
|
|
|
int HAL_Configuration_ReadConfigMemory(void *target, int dataLen);
|
|
int HAL_Configuration_SaveConfigMemory(void *src, int dataLen);
|
|
|