代码拉取完成,页面将自动刷新
同步操作将从 sengeiou/tuya_ble_sdk_Demo_Project_rtl8762c 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/**
*****************************************************************************************
* Copyright(c) 2017, Realtek Semiconductor Corporation. All rights reserved.
*****************************************************************************************
* @file mem_config.h
* @brief Memory Configuration
* @date 2017.6.6
* @version v1.0
* *************************************************************************************
* @attention
* <h2><center>© COPYRIGHT 2017 Realtek Semiconductor Corporation</center></h2>
* *************************************************************************************
*/
/*============================================================================*
* Define to prevent recursive inclusion
*============================================================================*/
#ifndef MEM_CONFIG_H
#define MEM_CONFIG_H
#include "flash_map.h"
#ifdef __cplusplus
extern "C" {
#endif
/*============================================================================*
* Code configuration
*============================================================================*/
/** @brief set app bank to support OTA: 1 is ota bank1, 0 is ota bank0 */
#define APP_BANK 0
/** @brief ram code configuration: 1 is ram code, 0 is flash code */
#define FEATURE_RAM_CODE 0
/** @brief encrypt app or not */
#define FEATURE_ENCRYPTION 0
/*============================================================================*
* data ram layout configuration
*============================================================================*/
/* Data RAM layout: 112K
example:
1) reserved for rom and patch: 31K (fixed)
2) app global + ram code: 35K (adjustable, config APP_GLOBAL_SIZE)
3) Heap ON: 30K (adjustable, config APP_GLOBAL_SIZE)
6) patch ram code: 16K (fixed)
*/
/** @brief data ram size for app global variables and code, could be changed, but (APP_GLOBAL_SIZE + HEAP_DATA_ON_SIZE) must be 65k */
#define APP_GLOBAL_SIZE (40 * 1024)
/** @brief data ram size for heap, could be changed, but (APP_GLOBAL_SIZE + HEAP_DATA_ON_SIZE) must be 65k */
#define HEAP_DATA_ON_SIZE (65 * 1024 - APP_GLOBAL_SIZE)
/** @brief shared cache ram size (adjustable, config SHARE_CACHE_RAM_SIZE: 0/8KB/16KB) */
#define SHARE_CACHE_RAM_SIZE (0 * 1024)
#ifdef __cplusplus
}
#endif
/** @} */ /* End of group MEM_CONFIG */
#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。