Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/doc/contribute/style/
Ddevicetree.rst12 separating them with one empty line (two newline characters) if it aids
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_transport.rst38 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/
Dtwister_report_analyzer.py305 with open(filename, 'w', newline='') as csvfile:
316 with open(filename, 'w', newline='') as md:
Dtest_plan.py153 with open(fname, newline='') as jsonfile:
515 with open(args.output_file, 'w', newline='') as json_file:
Dpylintrc77 missing-final-newline,
/Zephyr-latest/doc/build/version/
Dindex.rst27 a newline. The basic ``VERSION`` file has the following structure:
/Zephyr-latest/scripts/
Dcheckpatch.pl5091 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/
DKconfig155 newline.
/Zephyr-latest/cmake/modules/
Dextensions.cmake1411 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/
Dzephyr.doxyfile.in276 # of an alias to insert a newline as if a physical newline was in the original
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst1259 * :github:`27003` - CMakeLists.txt newline check is too strict