summaryrefslogtreecommitdiffstatshomepage
path: root/docs/mimxrt
diff options
context:
space:
mode:
authorPhil Howard <phil@gadgetoid.com>2024-02-29 00:27:06 +0000
committerDamien George <damien@micropython.org>2024-03-07 16:25:17 +1100
commitdda9b9c6da5d3c31fa8769e581a753e95a270803 (patch)
tree853e4db667b319a315719a2ab52d9dfb747abdc0 /docs/mimxrt
parentdecf8e6a8bb940d5829ca3296790631fcece7b21 (diff)
downloadmicropython-dda9b9c6da5d3c31fa8769e581a753e95a270803.tar.gz
micropython-dda9b9c6da5d3c31fa8769e581a753e95a270803.zip
all: Prune trailing whitespace.
Prune trailing whitespace across the whole project (almost), done automatically with: grep -IUrl --color "[[:blank:]]$" --exclude-dir=.git --exclude=*.exp |\ xargs sed -i 's/[[:space:]]*$//' Exceptions: - Skip third-party code in lib/ and drivers/cc3100/ - Skip generated code in bluetooth_init_cc2564C_1.5.c - Preserve command output whitespace in docs, eg: docs/esp8266/tutorial/repl.rst Signed-off-by: Phil Howard <phil@gadgetoid.com>
Diffstat (limited to 'docs/mimxrt')
-rw-r--r--docs/mimxrt/pinout.rst4
-rw-r--r--docs/mimxrt/quickref.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/mimxrt/pinout.rst b/docs/mimxrt/pinout.rst
index 16bb472273..3ff892c64d 100644
--- a/docs/mimxrt/pinout.rst
+++ b/docs/mimxrt/pinout.rst
@@ -319,7 +319,7 @@ MIXMXRT1050-EVKB D10/-/D11/D12/D13 (*) - -
MIXMXRT1060-EVK D10/-/D11/D12/D13 (*) - -
MIXMXRT1064-EVK D10/-/D11/D12/D13 (*) - -
MIXMXRT1170-EVK D10/-/D11/D12/D13 D28/-/D25/D24/D26 -/-/D14/D15/D24
-Adafruit Metro M7 -/-/MOSI/MISO/SCK - -
+Adafruit Metro M7 -/-/MOSI/MISO/SCK - -
Olimex RT1010Py - CS0/-/SDO/SDI/SCK SDCARD with CS1
Seeed ARCH MIX J4_12/-/J4_14/J4_13/J4_15 J3_09/J3_05/J3_08_J3_11
================= ========================= ======================= ===============
@@ -375,7 +375,7 @@ Teensy 4.0 2 33 4 3 2 - - 5
Teensy 4.1 1 23 26 27 7 21 20 8
Teensy 4.1 2 33 4 3 2 - - 5
Seeed Arch MIX 1 J4_09 J4_14 J4_15 J14_13 J4_11 J4_10 J4_10
-Adafruit Metro M7 1 D8 D10 D9 D12 D14 D15 D13
+Adafruit Metro M7 1 D8 D10 D9 D12 D14 D15 D13
Olimex RT1010Py 1 D8 D6 D7 D4 D1 D2 D3
Olimex RT1010Py 3 - D10 D9 D11 - - -
MIMXRT_DEV 1 "MCK" "SCK_TX" "WS_TX" "SD_TX" "SCK_RX" "WS_RX" "SD_RX"
diff --git a/docs/mimxrt/quickref.rst b/docs/mimxrt/quickref.rst
index 5193134383..1a73929bed 100644
--- a/docs/mimxrt/quickref.rst
+++ b/docs/mimxrt/quickref.rst
@@ -309,7 +309,7 @@ rates (up to 30Mhz). Hardware SPI is accessed via the
For the assignment of Pins to SPI signals, refer to
:ref:`Hardware SPI pinout <mimxrt_spi_pinout>`.
The keyword option cs=n can be used to enable the cs pin 0 or 1 for an automatic cs signal. The
-default is cs=-1. Using cs=-1 the automatic cs signal is not created.
+default is cs=-1. Using cs=-1 the automatic cs signal is not created.
In that case, cs has to be set by the script. Clearing that assignment requires a power cycle.
Notes: