Skip to content
Snippets Groups Projects
Commit 190f4b68 authored by Federico's avatar Federico
Browse files

Print timer frequency at boot

parent 42ef09cf
No related branches found
No related tags found
2 merge requests!40Update to Miosix 2.7,!17Draft: Improved miosix build system and fixed cmake scripts
......@@ -90,6 +90,7 @@ void *mainLoader(void *argv)
callConstructors(&__init_array_start, &__init_array_end);
callConstructors(&_ctor_start, &_ctor_end);
bootlog("OS Timer freq = %d Hz\n", internal::osTimerGetFrequency());
bootlog("Available heap %d out of %d Bytes\n",
MemoryProfiling::getCurrentFreeHeap(),
MemoryProfiling::getHeapSize());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment