esp-hal
esp-hal copied to clipboard
How does sleep work on multicore chips?
I noticed that calling Rtc::sleep_deep
from the second core does not put the first core to sleep.
Is this expected behavior? Is it possible for the second core to put both cores to sleep?