overwrite weak function not working always
Posted: Fri Feb 15, 2019 12:24 pm
Hi,
See this thread
viewtopic.php?f=13&t=7583&p=38611#p38611
When I define my overwrite esp_task_wdt_isr_user_handler in main.cpp it works.
but if defined in another files it does not. not 100% reliable make -j and linking on Windows 7 platform which generate .map. I can see in map file. override is not happening.
My project in C++ with all .cpp files.
Is there know issue for it.
Thanks,
Naeem
See this thread
viewtopic.php?f=13&t=7583&p=38611#p38611
When I define my overwrite esp_task_wdt_isr_user_handler in main.cpp it works.
but if defined in another files it does not. not 100% reliable make -j and linking on Windows 7 platform which generate .map. I can see in map file. override is not happening.
My project in C++ with all .cpp files.
Is there know issue for it.
Thanks,
Naeem