5 years, 10 months ago.

Is an mbed os 5.x feature matrix somewhere

Hey mbed OS team -

There are many features, and many targets. Not all features are available in OS5 and not all features are supported on all targets.

Is there a feature matrix available, or can one be created, to identify what OS features work in which OS x.y and on which target micro?

As a small example, I have an application working on the LPC1768, using wired Ethernet. It requires Ethernet Multicast support, which prevented moving to OS 5.0. I can't yet find clear evidence that support for multicast has returned.

As another example, some of the targets have true random number generators, suitable for secure transactions, and combined with the right OS version and network interface, a working solution is created.

1 Answer

5 years, 9 months ago.

some features can be found in the targets/targets.json file. targets wieh the random number generator feature have the label TRNG. But I don't know if there is a complete list of available features.