Added UART service as baremetal4 container

This commit is contained in:
Amit Mahajan
2009-11-24 23:00:42 +05:30
parent fccc2240a5
commit a10a77a0a0
9 changed files with 471 additions and 0 deletions

View File

@@ -26,4 +26,5 @@ SECTIONS
. = ALIGN(8);
__stack = .;
}
__end = .;
}