Home
last modified time | relevance | path

Searched refs:unquoted (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/lib/devicetree/api/
Dapp.overlay766 test_str_unquoted_f0: string-unquoted-f0 {
767 compatible = "vnd,string-unquoted";
771 test_str_unquoted_f1: string-unquoted-f1 {
772 compatible = "vnd,string-unquoted";
776 test_str_unquoted_t: string-unquoted-t {
777 compatible = "vnd,string-unquoted";
781 test_str_unquoted_esc_t: string-unquoted-escape-t {
782 compatible = "vnd,string-unquoted";
787 * Tests expect all vnd,string-unquoted instances to evaluate to doubles,
790 test_str_unquoted_esc_s: string-unquoted-escape-s {
[all …]
/Zephyr-latest/doc/build/version/
Dindex.rst113 | APP_BUILD_VERSION | String (unquoted) | None (value of ``git describe --abbrev=12 --alw…
/Zephyr-latest/drivers/wifi/esp_at/
Desp.c260 static int esp_pull_quoted(char **str, char *str_end, char **unquoted) in esp_pull_quoted() argument
268 *unquoted = *str; in esp_pull_quoted()
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst2654 * :github:`26179` - devicetree: Missing support of unquoted strings