added interrupt based uarts.
This commit is contained in:
parent
db145ed8a4
commit
67aed03b1d
17 changed files with 134 additions and 61 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
void main(void) {
|
||||
|
||||
uart_init(INC,MOD);
|
||||
uart_init(INC,MOD,SAMP);
|
||||
|
||||
*mem32(0x00401ffc) = 0x01234567;
|
||||
*mem32(0x00407ffc) = 0xdeadbeef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue