Searched refs:newline (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/doc/contribute/style/ |
D | devicetree.rst | 12 separating them with one empty line (two newline characters) if it aids
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | smp_transport.rst | 38 prefixing each frame with two byte marker and terminating it with newline. 41 The limit includes the prefix and the newline character, so the allowed payload 52 frame consists of two byte start marker, body and terminating newline
|
/Zephyr-latest/scripts/ci/ |
D | twister_report_analyzer.py | 305 with open(filename, 'w', newline='') as csvfile: 316 with open(filename, 'w', newline='') as md:
|
D | test_plan.py | 153 with open(fname, newline='') as jsonfile: 515 with open(args.output_file, 'w', newline='') as json_file:
|
D | pylintrc | 77 missing-final-newline,
|
/Zephyr-latest/doc/build/version/ |
D | index.rst | 27 a newline. The basic ``VERSION`` file has the following structure:
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 5091 my $newline = "${space}if ("; 5092 $newline .= '!' if defined($not); 5093 $newline .= '(' if (defined $not && defined($test) && defined($against)); 5094 $newline .= "$assigned"; 5095 $newline .= " $test $against" if (defined($test) && defined($against)); 5096 $newline .= ')' if (defined $not && defined($test) && defined($against)); 5097 $newline .= ')'; 5098 $newline .= " {" if (defined($brace)); 5099 fix_insert_line($fixlinenr + 1, $newline);
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig | 155 newline.
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 1411 string(REPLACE ";" "\n;" lines "${lines}") # Add newline to each line. 1420 string(REPLACE ";" "\n;" lines "${lines}") # Add newline to each line. 3046 # when strings contains newline escapes such as '\n' and this can 3048 # string instead of a newline.
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 276 # of an alias to insert a newline as if a physical newline was in the original
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.4.rst | 1259 * :github:`27003` - CMakeLists.txt newline check is too strict
|