mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Initialized UART with Arty frequency and baud rate. Will make this dynamic in the future
This commit is contained in:
parent
0107a400d1
commit
286d80de7e
@ -96,7 +96,7 @@ void copyFlash(QWORD address, QWORD * Dst, DWORD numBlocks) {
|
|||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
// Initialize UART for messages
|
// Initialize UART for messages
|
||||||
init_uart();
|
init_uart(20000000, 115200);
|
||||||
|
|
||||||
// Print the wally banner
|
// Print the wally banner
|
||||||
print_uart(BANNER);
|
print_uart(BANNER);
|
||||||
|
Loading…
Reference in New Issue
Block a user