Oopenvela-robotarch: add noinstrument_function to up_irq_save/restore
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
arch: add noinstrument_function to up_irq_save/restore Add noinstrument_function attribute to up_irq_save and up_irq_restore functions across all architectures that were missing it. These functions are called in the instrument callback path and must not be instrumented to avoid infinite recursion when CONFIG_ARCH_INSTRUMENT_ALL is enabled. Note: armv7-a, armv7-r, armv8-r, risc-v, xtensa, and tricore already had noinstrument_function attribute. Signed-off-by: yezhonghui <yezhonghui@xiaomi.com> | 2 个月前 | |
Remove exra whitespace from files (#189) * Remove multiple newlines at the end of files * Remove the whitespace from the end of lines | 2 个月前 | |
sched/addrenv: Remove up_addrenv_restore The function is not relevant any longer, remove it. Also remove save_addrenv_t, the parameter taken by up_addrenv_restore. Implement addrenv_select() / addrenv_restore() to handle the temporary instantiation of address environments, e.g. when a process is being created. | 2 个月前 | |
arch/armv7-a: unify switch context from software interrupt Signed-off-by: chao.an <anchao@xiaomi.com> | 2 个月前 | |
arch: replace all g_current_regs to percpu if required Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 2 个月前 | |
arch: Define WCHAR_[MIN|MAX] in arch/include/limits.h follow up the below change: commit 635752389226ad005f52524a933acf864c1a1f8d Author: Xiang Xiao <xiaoxiang@xiaomi.com> Date: Mon Nov 1 12:40:51 2021 +0800 arch: Add _wchar_t typedef like other basic types Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
Run codespell -w with the latest dictonary again Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
types.h: fix windows build error Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt.h(605,39): error C2371: 'wint_t': redefinition; different basic types Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt.h(606,39): error C2371: 'wctype_t': redefinition; different basic types Co-authored-by: chenxiaoyi <chenxiaoyi@xiaomi.com> Co-authored-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 |