[processor_check] add build info

This commit is contained in:
stnolting 2025-04-13 08:06:33 +02:00
parent 13bf0ab96b
commit 6088aeeaf3

View file

@ -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