Closed dcoles closed 1 month ago
This module exposes most of the furi_kernel_* APIs.
furi_kernel_*
Centralizing these lets us remove a number of unsafe calls peppered across the codebase and allows things like providing optimized versions.
unsafe
This module exposes most of the
furi_kernel_*
APIs.Centralizing these lets us remove a number of
unsafe
calls peppered across the codebase and allows things like providing optimized versions.