Multicore: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 April 2025

  • curprev 16:2416:24, 1 April 2025Daniele.cattaneo talk contribs 3,742 bytes +3,742 Created page with "Since release 3.0, Miosix supports multicore (SMP) microcontrollers, such as the RP2040. SMP support is required in three key areas: boot, locking, interrupts and scheduler. The kernel is configured with SMP enabled if the board configuration defines the macro WITH_SMP, otherwise only the first core is used. == SMP interfaces == SMP-specific functions that need to be implemented by each architecture port are defined in smp.h. Other interfaces related to SMP support, bu..."