mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 13:47:33 -04:00
cpu test now also prints project credits
This commit is contained in:
parent
dfdb1544ed
commit
2ff653f600
1 changed files with 3 additions and 0 deletions
|
@ -146,6 +146,9 @@ int main() {
|
|||
// intro
|
||||
neorv32_uart_printf("\n\n------ CPU TEST ------\n\n");
|
||||
|
||||
// show project credits
|
||||
neorv32_rte_print_credits();
|
||||
|
||||
// show full HW config report
|
||||
neorv32_rte_print_hw_config();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue