The UART sample uses the tasks defininition table in accordance with the adl User Guide, which is great because I have been able to read and understand the sample as intended.
But many samples seem to have an implicit entry point of adl_main and no task table definitions, which I cannot find documented anywhere (adl user guide). In fact the documentation states that if no tasks are declared then the Firmware will refuse to launch the application, which doesn’t appear to be the case in practice. Since I am nervous about using undocumented features, can anyone shed any light on this ? Am I looking at the wrong documents ?