-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix minor issues and improve vague statements
- Loading branch information
1 parent
8f1c206
commit 6d04155
Showing
32 changed files
with
1,672 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
docs/en/advanced-topics/diag/firmware_image_ext_header_format.diag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
packetdiag command_packet_format{ | ||
colwidth = 16 | ||
node_width = 50 | ||
node_height = 50 | ||
default_fontsize = 16 | ||
|
||
0: "WP"; | ||
1-3: "Drive settings"; | ||
4-5: "Chip ID"; | ||
6: "Rev." [color = grey]; | ||
7-8: "Min rev."; | ||
9-10: "Max rev."; | ||
11-14: "Reserved" [color = grey]; | ||
15: "Hash"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
packetdiag command_packet_format{ | ||
colwidth = 16 | ||
node_width = 50 | ||
node_height = 50 | ||
default_fontsize = 16 | ||
|
||
0-7: "Image header"; | ||
8-23: "Image extended header"; | ||
24-31: "Segmets" [color = lightgrey]; | ||
32-47: "..." [color = lightgrey]; | ||
48-63: "Footer"; | ||
} |
11 changes: 11 additions & 0 deletions
11
docs/en/advanced-topics/diag/firmware_image_format_esp8266.diag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
packetdiag command_packet_format{ | ||
colwidth = 16 | ||
node_width = 50 | ||
node_height = 50 | ||
default_fontsize = 16 | ||
|
||
0-7: "Image header"; | ||
8-23: "Segmets" [color = lightgrey]; | ||
24-31: "..." [color = lightgrey]; | ||
32-47: "Footer"; | ||
} |
12 changes: 12 additions & 0 deletions
12
docs/en/advanced-topics/diag/firmware_image_header_format.diag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
packetdiag command_packet_format{ | ||
colwidth = 8 | ||
node_width = 100 | ||
node_height = 50 | ||
default_fontsize = 16 | ||
|
||
0: "0xE9"; | ||
1: "Number of\nsegments"; | ||
2: "Flash Mode"; | ||
3: "Flash\nsize/freq"; | ||
4-7: "Entry point"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.