Searched refs:ci (Results 1 – 6 of 6) sorted by relevance
13   本次版本更新,引入了42个feature类型的PR,24个bug修复,5个文档更新,以及一些软件移植、ci相关的内容。117 - ci: import issue checker (#750)118 - ci: update the match regex of issue checker (#784)119 - ci: 添加支持gentoo系统的一键安装脚本 (#809)260 ci: update the match regex of issue checker (#784)388 ci: import issue checker (#750)390 * ci: supprot auto tag on pull request392 * ci: update issue checker config394 * ci: update issue checker & block merge while
896 * 更新github ci环境
54 …regexes: '^(?!(?:build|chore|ci|docs?|feat|fix|perf|refactor|rft|style|test)(?:\([a-zA-Z]*\))?[\:\…
205 volatile_set_bit!(port.ci, 1 << slot, true); // Issue command in read_at()209 if (volatile_read!(port.ci) & (1 << slot)) == 0 { in read_at()357 volatile_set_bit!(port.ci, 1 << slot, true); // Issue command in write_at()361 if (volatile_read!(port.ci) & (1 << slot)) == 0 { in write_at()
61 pub ci: u32, // 0x38, command issue field184 let slots = volatile_read!(self.sact) | volatile_read!(self.ci); in find_cmdslot()
11 [![Build status](https://ci.appveyor.com/api/projects/status/ia74coeuhxtrcvsk/branch/main?svg=true)…