open-ameba/README.md
Drasko DRASKOVIC f39d1809c3 Make some order. Remove JLink.
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2017-05-14 18:25:35 +02:00

35 lines
667 B
Markdown

# Open Ameba
Open Ameba RTL8710 SDK.
## Motivation
Trying to make some order in the mess around this SoC build system.
Most of the work is done by [@pvxx](https://github.com/pvvx) in his [RTL00MP3](https://github.com/pvvx/RTL00MP3) project.
## Getting Started
```
git clone https://github.com/drasko/open-ameba
cd open-ameba
make
```
Use verbose `make` for debugging:
```
make V=1
```
User preferences are set in `userset.mk`
Project preferences are set in `project.mk`
## Author
Crafted by [@drasko](https://github.com/drasko)
## License
My work has been licensed under Apache-2.0. Rest of the licenses have to be analyzed (depend on used components).