ameba-sdk-gcc-make/README.md
2016-06-04 19:09:35 +08:00

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
```