Home
last modified time | relevance | path

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

/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/
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.pl5088 my $newline = "${space}if (";
5089 $newline .= '!' if defined($not);
5090 $newline .= '(' if (defined $not && defined($test) && defined($against));
5091 $newline .= "$assigned";
5092 $newline .= " $test $against" if (defined($test) && defined($against));
5093 $newline .= ')' if (defined $not && defined($test) && defined($against));
5094 $newline .= ')';
5095 $newline .= " {" if (defined($brace));
5096 fix_insert_line($fixlinenr + 1, $newline);
/Zephyr-latest/modules/mbedtls/
DKconfig155 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/cmake/modules/
Dextensions.cmake1410 string(REPLACE ";" "\n;" lines "${lines}") # Add newline to each line.
1419 string(REPLACE ";" "\n;" lines "${lines}") # Add newline to each line.
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst1259 * :github:`27003` - CMakeLists.txt newline check is too strict