[docs] Rewrite flashing guides
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
## Board list
|
||||
|
||||
{%
|
||||
include-markdown "supported_boards.md"
|
||||
include-markdown "./supported_boards.md"
|
||||
%}
|
||||
|
||||
\* I/O count includes GPIOs, ADCs, PWM outputs and UART, but doesn't count CEN/RST and power pins.
|
||||
@@ -13,7 +13,7 @@
|
||||
Chips currently supported by the project:
|
||||
|
||||
{%
|
||||
include-markdown "supported_chips.md"
|
||||
include-markdown "./supported_chips.md"
|
||||
%}
|
||||
|
||||
This list is not exhaustive, i.e. a similar chip (but different package) might work just fine, but there's no board definition for it yet.
|
||||
@@ -29,7 +29,7 @@ A list of chip families currently supported by this project.
|
||||
The following list corresponds to UF2 OTA format family names, and is also [available as JSON](../../families.json). The IDs are also present in [lt_types.h](../../ltapi/lt__types_8h.md).
|
||||
|
||||
{%
|
||||
include-markdown "supported_families.md"
|
||||
include-markdown "./supported_families.md"
|
||||
%}
|
||||
|
||||
## Unsupported boards
|
||||
@@ -40,5 +40,5 @@ The following list corresponds to UF2 OTA format family names, and is also [avai
|
||||
Only modules featuring at least Wi-Fi are included in the table. (TY)JW, (TY)WE and (TY)LC Series are omitted, as they contain Espressif chips.
|
||||
|
||||
{%
|
||||
include-markdown "unsupported_boards_tuya_all.md"
|
||||
include-markdown "./unsupported_boards_tuya_all.md"
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user