fix: Fixed a bug where interrupts were opened unexpectedly
Checklist
- 已修改对应的 issue的状态
- MR 的Milestones、Lable都已正确设置
- MR 的 Title、Commit message 足够的简洁且精准
- 足够的信息帮助 reviewer 理解 feature 的大致实现或者 bug 的相关细节
- Ci pipeline 已运行且通过
- 等待 merge
Release notes (Mandatory)
- [csk6/drivers/cm33/include/hal/] 添加新的头文件hal_os.h,用来适配一些与os相关的接口。
Breaking change notes
- 删除
GINT_enabled()
、enable_GINT()
、disable_GINT()
接口,并使用hal_irq_lock
、hal_irq_unlock
代替