Arm Platform Security Architecture (PSA): Feature representing support for the Arm PSA Root of Trust peripheral. This provides a secure storage environment, cryptography acceleration, secure boot and updates, and more.
Experimental API: Feature flag to enable Mbed OS experimental API features, including driver virtual base classes and PSA.
Peripheral Drivers Supported
Sleep: Support for sending the processor to sleep when no threads/ISRs are executing.
Async I2C Controller/Master: Driver allowing I2C controller mode to be used in the background via interrupts and/or DMA.
Async SPI: Allows use of SPI controller mode in the background via interrupts and/or DMA.
True Random Number Generator: Cryptographic-grade True Random Number Generator (TRNG). This is required to implement SSL communications securely unless you provision devices with an entropy seed stored in nonvolatile storage.
μs Ticker: Clock peripheral with at least microsecond resolution that Mbed uses to implement Timer and Ticker.
Low-Precision Ticker: Also known as the Low-Power Ticker, this peripheral keeps time at a low-frequency clock (usually 32kHz) and generates events for the application. Usually it is used to implement low power sleep.