We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f674ef commit 24ebc3dCopy full SHA for 24ebc3d
bsp/imxrt/imxrt1064-nxp-evk/README.md
@@ -71,7 +71,7 @@
71
72
### 快速上手
73
74
-本 BSP 为开发者提供 MDK4、MDK5 和 IAR 工程,暂不支持 GCC 开发环境。下面以 MDK5 开发环境为例,介绍如何将系统运行起来。
+本 BSP 为开发者提供 MDK4、MDK5 和 IAR 工程,以及GCC 开发环境。下面以 MDK5 开发环境为例,介绍如何将系统运行起来。
75
76
#### 硬件连接
77
@@ -115,4 +115,4 @@ msh >
115
116
维护人:
117
118
-- [王强](https://github.com/xfwangqiang), 邮箱:<[email protected]>
+- [王强](https://github.com/xfwangqiang, https://gitee.com/xfwangqiang), 邮箱:<[email protected]>
bsp/imxrt/imxrt1064-nxp-evk/rtconfig.py
@@ -53,6 +53,9 @@
53
CPATH = ''
54
LPATH = ''
55
56
+ AFLAGS += ' -D__STARTUP_INITIALIZE_NONCACHEDATA'
57
+ AFLAGS += ' -D__STARTUP_CLEAR_BSS'
58
+
59
if BUILD == 'debug':
60
CFLAGS += ' -gdwarf-2'
61
AFLAGS += ' -gdwarf-2'
0 commit comments