commit | 7f52fc41880e6e854a6b4514730f4b41370fd96c | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Thu Jul 04 14:37:08 2024 -0400 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Aug 12 12:43:36 2024 +0200 |
tree | 87b959911dc7cc156df05f10e5a61c570be49ea6 | |
parent | e6235f49a748c3b67a1ff4d840d493fc02aa6c46 [diff] |
arch: custom cpu_idle and cpu_atomic harmonization custom arch_cpu_idle and arch_cpu_atomic_idle implementation was done differently on different architectures. riscv implemented those as weak symbols, xtensa used a kconfig and all other architectures did not really care, but this was a global kconfig that should apply to all architectures. Signed-off-by: Anas Nashif <anas.nashif@intel.com>