Commit Graph

8 Commits (develop)

Author SHA1 Message Date
xiangbingj b9dd7678f4 This project is no longer maintained.Not recommended for product development. 2021-02-01 10:23:27 +08:00
Rui Huang 62681344d2
Add windows build guide
```powershell
$env:Path="E:\kendryte-toolchain\bin;C:\Program Files\CMak
e\bin" +  $env:Path

mkdir build && cd build
cmake -G "MinGW Makefiles" ../../../..
make
```
2019-04-11 20:11:32 +08:00
Huang Rui b6bcf59355 Add apache 2.0 license badge
Signed-off-by: Huang Rui <vowstar@gmail.com>
2019-03-19 13:10:31 +08:00
Huang Rui 7f9c6d2e4c Add badge for travis CI
Signed-off-by: Huang Rui <vowstar@gmail.com>
2019-03-14 20:02:43 +08:00
Guo Hui 88b9f15186 Remove the requirement of '/' after the toolchain path 2018-10-18 12:01:52 +08:00
Guo Hui e3cff45080 Fix typos 2018-09-30 18:10:15 +08:00
GongT 0a35d744f1 remove un-used cmake instructions. notice user see example cmake file. 2018-09-20 23:48:29 +08:00
latyas fce79b293d first commit 2018-09-13 21:42:46 +08:00