Fix all line-length errors detected by yamllint: yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(line-length)' Using a limit is set to 100 columns, not touching the commandlines in GitHub workflows (at least for now). Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> |
||
|---|---|---|
| .. | ||
| src | ||
| CMakeLists.txt | ||
| custom-sections.ld | ||
| Kconfig | ||
| linker_arm_sram2.ld | ||
| linker_riscv_qemu_sram2.ld | ||
| linker_xtensa_qemu_sram2.ld | ||
| prj_riscv.conf | ||
| prj_xtensa.conf | ||
| prj.conf | ||
| README.rst | ||
| testcase.yaml | ||
.. _code_relocation: Code relocation ################# Overview ******** A simple example that demonstrates how relocation of code, data or bss sections using a custom linker script.