仪表盘
版本库
文件存储
活动
搜索
登录
main
/
BLE_PAN1070
国产蓝牙芯片的仓库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
初版提交,配合f4 urt代码使用。
WXK
2024-09-18
05e2e954bd127de378a9d1dfbb0ed95d725aad63
[BLE_PAN1070.git]
/
01_SDK
/
nimble
/
mcu_boot
/
include
/
utilities.h
1
2
3
4
5
6
7
8
9
10
11
/*
* Copyright (c) 2020-2021 Shanghai Panchip Microelectronics Co.,Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/
#define ASSERT while(1);
#define ALIGN(x) __attribute__((aligned(x)))
#define RAM_FUNC __attribute__((section(".ramfunc")))