commit | 91f6d987456f12026f642411a7b96cec5d694c8c | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Wed Mar 18 23:56:56 2020 +0100 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Fri Mar 20 11:53:14 2020 +0100 |
tree | bb649e4223785c01752af7e7e378541156ca5445 | |
parent | b61ba8df4a79cb035c678913319e62340acd834b [diff] |
kernel: cpu idle: add info about IRQ unlocking in k_cpu_idle We add a note in k_cpu_idle() documentation, stressing that for certain architectures. the function unmasks interrupts unconditionally before returning. In the documentation of the architecture-specific API (arch_cpu_idle) we describe the expected behavior with regards to the wake-up event. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>