mirror of
https://github.com/cwyark/ameba-sdk-gcc-make.git
synced 2024-11-24 06:54:19 +00:00
18 lines
308 B
Markdown
18 lines
308 B
Markdown
### Realtek Ameba SDK for ARM-GCC and makefile ###
|
|
|
|
this repository is aiming to build the ameba sdk for ARM gcc and makefile
|
|
|
|
Current SDK version is v3.4b3
|
|
|
|
## How to use ##
|
|
|
|
make for your target elf and binary file
|
|
|
|
```bash
|
|
make
|
|
```
|
|
|
|
make deploy for upgrade binary file to your EVB
|
|
```bash
|
|
make deploy
|
|
```
|