Skip to content

Commit fa2138c

Browse files
authored
chore: fix list indentation in HW requirements
1 parent 816c0b4 commit fa2138c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/Radio-hardware-specifications-for-EdgeTX.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## wording
44
* SHALL is used to express mandatory requirements (provisions that have to be followed):
5-
* the negative form is SHALL NOT.
5+
* the negative form is SHALL NOT.
66
* SHOULD is used to express recommendations (provisions that an implementation is expected to follow unless there is a strong reason for not doing so and has to be cleard by the EdgeTX team):
7-
* the negative form is SHOULD NOT.
7+
* the negative form is SHOULD NOT.
88
* MAY is used to express permissible actions (provisions that an implementation is able to follow or not follow):
9-
* the negative form is NEED NOT (in English MAY NOT is ambiguous, so NEED NOT is used instead).
9+
* the negative form is NEED NOT (in English MAY NOT is ambiguous, so NEED NOT is used instead).
1010

1111
## Support of STM32F MCUs
1212
* No new radios based on STM32F2 MCUs will be accepted.
@@ -48,7 +48,7 @@
4848

4949
### hardware design guidlines
5050
* all high speed interfaces like Quad/Octo/Hexa SPI, SDRAM, USB and SDIO shall be length / time of flight equalised
51-
* relative timing constrains, e.g. for different SDRAM wires, shall be respected
51+
* relative timing constrains, e.g. for different SDRAM wires, shall be respected
5252
* STM32H7 CPUs shall be used with Quad or Octo SPI flash that supports DDR and at least 100 MHz of DDR SPI clock speed
5353
* for connecting the Quad/Octp SPI flash and RAM the pins used on the evaluation boards shall be used
5454
* For H7R, STM32H7S78-DK
@@ -74,7 +74,7 @@
7474
* Bluetooth module via UART
7575
* IMU (e.g. LSM6DS33)
7676
* I2C port expander
77-
* if port expanders are used for inputs, the interrupt output pin(s) of the port expander(s) shall be connected to an interrupt capable input pin of the MCU
77+
* if port expanders are used for inputs, the interrupt output pin(s) of the port expander(s) shall be connected to an interrupt capable input pin of the MCU
7878
* SpaceMouse module
7979

8080
---
@@ -83,9 +83,9 @@
8383

8484
### Mandatory hardware features (B/W)
8585
* MCU: As of EdgeTX 2.10, STM32F4 with minimally 1 MB flash running at 168 MHz. From EdgeTX v2.11 onwards, STM32H562/563 will also be supported. New STM32F based designs will not be accepted as of EdgeTX v3.0.
86-
* Support for STM32H562/563 will be available from EdgeTX v3 or v2.11
86+
* Support for STM32H562/563 will be available from EdgeTX v3 or v2.11
8787
* SD/microSD card slot or embedded SD NAND (e.g. XTX XTSD04G, minimally 512 MByte)
88-
* Starting with STM32H5 all new radios shall use SDIO to connect the storage
88+
* Starting with STM32H5 all new radios shall use SDIO to connect the storage
8989
* Monochrome display with either 128x64 pixels or 212x64 pixels.
9090
* possibility to flash the firmware via USB-DFU (with or without dedicated DFU button)
9191
* constantly enabled energy source for the real-time-clock
@@ -130,7 +130,7 @@
130130
* Bluetooth module via UART
131131
* IMU (e.g. LSM6DS33)
132132
* I2C port expander
133-
* if port expanders are used for inputs, the interrupt output pin(s) of the port expander(s) shall be connected to an interrupt capable input pin of the MCU
133+
* if port expanders are used for inputs, the interrupt output pin(s) of the port expander(s) shall be connected to an interrupt capable input pin of the MCU
134134

135135
---
136136

0 commit comments

Comments
 (0)