mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-19 11:55:05 -04:00
[processor_check] add build info
This commit is contained in:
parent
13bf0ab96b
commit
6088aeeaf3
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ int main() {
|
|||
// -----------------------------------------------
|
||||
neorv32_aux_print_logo(); // show NEORV32 ASCII logo
|
||||
neorv32_aux_print_about(); // show project credits
|
||||
PRINT_STANDARD("Build: %s "__DATE__" "__TIME__"\n", NEORV32_GIT_TAG);
|
||||
neorv32_aux_print_hw_config(); // show full hardware configuration report
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue