mirror of
https://github.com/eggman/rtl_ameba_gcc_sample.git
synced 2025-07-31 19:31:05 +00:00
setup gcc minimum build env
This commit is contained in:
parent
ddad8cdcfd
commit
4e0103b0f5
52 changed files with 16714 additions and 0 deletions
12
src/main.c
Normal file
12
src/main.c
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include "rtl8195a.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
int i=0;
|
||||
|
||||
while (1) {
|
||||
DiagPrintf("Hello World : %d %d\r\n", i++);
|
||||
HalDelayUs(1000000);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue