RTL8710 GCC SDK v3.5a
Go to file
Drasko DRASKOVIC 1f7e376548 Remove unecessary flasher files
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2017-05-14 19:49:46 +02:00
doc Make some order. Remove JLink. 2017-05-14 18:25:35 +02:00
project Correct rtl8710.ocd (use new). Simple main program. 2017-05-14 19:46:59 +02:00
sdk Remove unecessary flasher files 2017-05-14 19:49:46 +02:00
util Make some order. Remove JLink. 2017-05-14 18:25:35 +02:00
.gitignore Make some order. Remove JLink. 2017-05-14 18:25:35 +02:00
LICENSES first commit 2016-11-09 03:56:41 +03:00
Makefile update 2017-05-13 02:29:53 +03:00
README.md Make some order. Remove JLink. 2017-05-14 18:25:35 +02:00
project.mk Correct rtl8710.ocd (use new). Simple main program. 2017-05-14 19:46:59 +02:00
userset.mk Change SDK dir name. Use OpenOCD only. 2017-05-14 18:47:13 +02:00

README.md

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 in his 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

License

My work has been licensed under Apache-2.0. Rest of the licenses have to be analyzed (depend on used components).