Witold Markowski
Witold Markowski
The following platform **PLATFORM: ST STM8 (2.1.0) > ST STM8S003F3 chip** that I use (keep in mind the version **2.1.0**) has the following package definition inside of its platform.json: ```...
It seems that SDCC toolchain doesn't optimize the code in the meaning of "not linking the unused functions". See the topics below: https://electronics.stackexchange.com/questions/604740/how-to-suppress-unused-c-library-functions-in-sdcc-compiler https://sourceforge.net/p/sdcc/feature-requests/452/ Especially a quotation from the first...
I did more tests and splitting functions into separate compilation modules is not good enough. Then I have found [this explanation](https://sourceforge.net/p/sdcc/discussion/1865/thread/05f487b4/#d6c6/6264). The linker will not put unused function to the...
I think I have just accidentally closed this issue. I'm reopening it again.
I didn't know that those debug messages (I called them bogus before) from **NodeManager** can be switched off by setting **FEATURE_DEBUG** to **OFF**. When I did this, the MySensors Binding...