mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2024-10-31 19:34:16 +00:00
add readme
This commit is contained in:
parent
370ee54fdb
commit
ec9ed93057
2 changed files with 24 additions and 3 deletions
21
README.md
Executable file
21
README.md
Executable file
|
@ -0,0 +1,21 @@
|
|||
## 开始
|
||||
|
||||
#### 获取SDK
|
||||
|
||||
```
|
||||
git clone https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
|
||||
```
|
||||
|
||||
#### 解压编译工具并设置环境变量
|
||||
|
||||
```
|
||||
cd sdk-ameba-v4.0c_180328/tools/arm-none-eabi-gcc
|
||||
tar xjf gcc-arm-none-eabi-4_8-2014q3-20140805-linux.tar.bz2 -C /opt
|
||||
```
|
||||
|
||||
#### 编译
|
||||
|
||||
```
|
||||
cd sdk-ameba-v4.0c_180328/project/realtek_amebaz_va0_example/GCC-RELEASE
|
||||
make
|
||||
```
|
6
project/realtek_amebaz_va0_example/inc/build_info.h
Executable file → Normal file
6
project/realtek_amebaz_va0_example/inc/build_info.h
Executable file → Normal file
|
@ -1,6 +1,6 @@
|
|||
#define UTS_VERSION "2019/03/26-09:09:53"
|
||||
#define RTL8195AFW_COMPILE_TIME "2019/03/26-09:09:53"
|
||||
#define RTL8195AFW_COMPILE_DATE "20190326"
|
||||
#define UTS_VERSION "2019/04/03-08:52:05"
|
||||
#define RTL8195AFW_COMPILE_TIME "2019/04/03-08:52:05"
|
||||
#define RTL8195AFW_COMPILE_DATE "20190403"
|
||||
#define RTL8195AFW_COMPILE_BY "jiale"
|
||||
#define RTL8195AFW_COMPILE_HOST ""
|
||||
#define RTL8195AFW_COMPILE_DOMAIN ""
|
||||
|
|
Loading…
Reference in a new issue