New pages
Jump to navigation
Jump to search
- 16:24, 1 April 2025 Multicore (hist | edit) [3,742 bytes] Daniele.cattaneo (talk | contribs) (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...")