style: fix typos

Thanks, codespell!
This commit is contained in:
Lars Kruse
2025-04-29 04:29:56 +02:00
committed by Xiang Xiao
parent 543d7c87bc
commit b333ad3ab5
171 changed files with 394 additions and 394 deletions
@@ -132,9 +132,9 @@ the following output is expected::
cap_main: Hardware initialized. Opening the capture device: /dev/capture0
cap_main: Number of samples: 0
pwm duty cycle: 50 %
pwm frequence: 50 Hz
pwm frequency: 50 Hz
pwm duty cycle: 50 %
pwm frequence: 50 Hz
pwm frequency: 50 Hz
coremark
--------
@@ -295,7 +295,7 @@ To test it, just execute the ``pwm`` application::
qencoder
---
This configuration demostrates the use of Quadrature Encoder connected to pins
This configuration demonstrates the use of Quadrature Encoder connected to pins
GPIO10 and GPIO11. You can start measurement of pulses using the following
command (by default, it will open ``\dev\qe0`` device and print 20 samples
using 1 second delay)::
@@ -266,7 +266,7 @@ To test it, just execute the ``pwm`` application::
qencoder
---
This configuration demostrates the use of Quadrature Encoder connected to pins
This configuration demonstrates the use of Quadrature Encoder connected to pins
GPIO10 and GPIO11. You can start measurement of pulses using the following
command (by default, it will open ``\dev\qe0`` device and print 20 samples
using 1 second delay)::
@@ -4,7 +4,7 @@ CanMV K230
The `CanMV K230 <https://developer.canaan-creative.com/k230/dev/zh/CanMV_K230_%E6%95%99%E7%A8%8B.html>`_ is a raspberry-pi sized single board computer with 512MB DRAM and a microSD card slot for booting. It comes with serial console, Ethernet, HDMI and USB/OTG ports. Unfortuunately it doesn't support JTAG alike debugging interfaces.
The `K230 SDK <https://github.com/kendryte/k230_sdk>`_ contains source code, libraries and user guides for booting up an AMP enviroment with Linux on CPU0 and RT-Thread on CPU1.
The `K230 SDK <https://github.com/kendryte/k230_sdk>`_ contains source code, libraries and user guides for booting up an AMP environment with Linux on CPU0 and RT-Thread on CPU1.
K230 boots from CPU0 and loads U-Boot SPL into DRAM first, then U-Boot kicks off OpenSBI wrapped Linux/RTT OS images on respective CPU cores accordingly.