mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[sw] rename library functions (#467)
* [sw/lib] rename library functions (UART + RTE) * [sw/example] change library function calls * [sw/lib] change library function calls * [sw/lib] add backwards compatibility layer * [docs] minor edits/fixes * [sw/lib] comment edits * update bootloader
This commit is contained in:
parent
5a0d9dc889
commit
74c0817a1e
24 changed files with 340 additions and 240 deletions
|
@ -124,7 +124,7 @@ int main() {
|
|||
|
||||
// check if Zfinx extension is implemented at all
|
||||
if ((neorv32_cpu_csr_read(CSR_MXISA) & (1<<CSR_MXISA_ZFINX)) == 0) {
|
||||
neorv32_uart0_print("Error! <Zfinx> extension not synthesized!\n");
|
||||
neorv32_uart0_puts("Error! <Zfinx> extension not synthesized!\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue