open-ameba/README.md

36 lines
667 B
Markdown
Raw Normal View History

# Open Ameba
Open Ameba RTL8710 SDK.
2016-11-09 00:56:41 +00:00
## 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.
2017-01-29 10:57:12 +00:00
## Getting Started
```
git clone https://github.com/drasko/open-ameba
cd open-ameba
make
```
2016-11-09 00:56:41 +00:00
Use verbose `make` for debugging:
```
make V=1
```
2016-11-09 01:02:23 +00:00
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).
2016-11-09 00:56:41 +00:00
2017-03-02 09:42:02 +00:00
2016-11-09 00:56:41 +00:00