ameba-sdk-gcc-make/README.md

19 lines
308 B
Markdown
Raw Normal View History

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