Home
last modified time | relevance | path

Searched refs:todo (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/benchmarks/mbedtls/src/
Dbenchmark.c293 todo_list todo; in main() local
304 memset(&todo, 1, sizeof(todo)); in main()
311 if (todo.md5) { in main()
317 if (todo.ripemd160) { in main()
324 if (todo.sha1) { in main()
330 if (todo.sha256) { in main()
337 if (todo.sha512) { in main()
345 if (todo.des3) { in main()
359 if (todo.des) { in main()
374 if (todo.des3_cmac) { in main()
[all …]
/Zephyr-latest/drivers/flash/
Dflash_shell.c220 int todo; in cmd_read() local
236 for (upto = 0; upto < cnt; upto += todo) { in cmd_read()
239 todo = MIN(cnt - upto, SHELL_HEXDUMP_BYTES_IN_LINE); in cmd_read()
240 ret = flash_read(flash_dev, addr, data, todo); in cmd_read()
245 shell_hexdump_line(sh, addr, data, todo); in cmd_read()
246 addr += todo; in cmd_read()
/Zephyr-latest/boards/m5stack/m5stack_core2/doc/
Dindex.rst74 …in | The `SPM-1423`_ I2S driven microphone. | todo |
77 …in speaker | 1W speaker for audio output via I2S interface. | todo |
79 …y-support | Power supply via battery is supported automatically. But there is no | todo |
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome.css89 --todo-color: #e4dafd;
90 --todo-color-dark: #5b2bdd;
91 --todo-color-darker: #2a0d72;
219 --todo-color: #2a2536;
220 --todo-color-dark: #7661b3;
221 --todo-color-darker: #ae9ed6;
280 --todo-color: #2a2536;
281 --todo-color-dark: #7661b3;
282 --todo-color-darker: #ae9ed6;
1356 dl.bug dt a, dl.deprecated dt a, dl.todo dt a {
[all …]
/Zephyr-latest/doc/security/
Dsecure-coding.rst29 .. todo: Reference main document here
152 .. todo: Explain better the constraints of embedded devices, and that
Dvulnerabilities.rst959 nothing todo with the list) treats it as relative to the parent
/Zephyr-latest/doc/
Dzephyr.doxyfile.in744 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
745 # list. This list is created by putting \todo commands in the documentation.
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst1413 * :github:`10603` - Hard to find "todo"