support flash driver on csk sdk,and change the sample name to be "nor_flash"
Checklist
- 已修改对应的 issue的状态
- MR 的Milestones、Lable都已正确设置
- MR 的 Title、Commit message 足够的简洁且精准
- 足够的信息帮助 reviewer 理解 feature 的大致实现或者 bug 的相关细节
- Ci pipeline 已运行且通过
- 等待 merge
Related
Release notes (Mandatory)
- [drivers/flash] 增加zephyr接口外的lock和unlock接口,并且重新适配了id获取接口
- [sample/drivers/nor_flash] 修改flash sample的名称为
nor_flash
Breaking change notes
- [drivers/flash] nor flash id获取接口由
flash_csk6_read_id
变更为zephyr标准接口flash_read_jedec_id()