littlekernel / lk

LK embedded kernel
MIT License
3.15k stars 621 forks source link

[platform][mediatek] support mediatek platform: mt6797 #137

Closed minglun-tsai closed 8 years ago

minglun-tsai commented 8 years ago

Initial support for mediatek mt6797 platform.

minglun-tsai commented 8 years ago

Just wondering: is is possible to trigger Travis CI without pushing another commit to this branch? Tried to press "restart build" in Travis CI and build pass, but the result was not showed up in the pull request page.

travisg commented 8 years ago

looks good. Sorry for the delay, was pretty busy with other projects the last few weeks.

M1cha commented 8 years ago

@minglun-tsai hey I saw that you put the if (c == '\n') ...('\r'); check in uart_putc, _dputc and platform_dputc. doesn't this cause lots of additional newlines?