yamllint: fix all yamllint line-length errors
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>
This commit is contained in:
parent
7dd902d035
commit
7db1d17ee3
59 changed files with 327 additions and 175 deletions
|
@ -5,7 +5,8 @@ description: |
|
|||
Infineon XMC4XXX ADC
|
||||
Each ADC group XMC4XXX is assigned to a Zephyr device. Refer to Infineon XMC4XXX reference manual
|
||||
(Section Port I/O functions) for the group/chanel mapping to a specific port-pin on the board.
|
||||
For example on the xmc45_relax_kit P14.0 is mapped to adc0,channel0 and P14.1 is mapped to adc0,channel1.
|
||||
For example on the xmc45_relax_kit P14.0 is mapped to adc0,channel0 and P14.1 is mapped to
|
||||
adc0,channel1.
|
||||
|
||||
compatible: "infineon,xmc4xxx-adc"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue