Closed cherrypiejam closed 8 months ago
When generating SMP configuration with supervisor disable, the compiler stucks at waiting for the signal from externalSupervisorInterrupt, which is generated conditionally based on withSupervisor in CsrPlugin.
externalSupervisorInterrupt
withSupervisor
Thanks ^^
When generating SMP configuration with supervisor disable, the compiler stucks at waiting for the signal from
externalSupervisorInterrupt
, which is generated conditionally based onwithSupervisor
in CsrPlugin.