-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
My attempt at improving documentation (#288)
* Tried to improve General Workflow with a bit more context and bigger examples Added a link to General Workflow from Quickstart to improve the reading experience Added data and rodata plus their dot-variants to Segments, to have some info to read back on * Add clarification to .data and .rodata segments * Added suggestion by @AngheloAlf to clarify `multiple rodata` messages Co-authored-by: Anghelo Carvajal <[email protected]> * Added clarification to `multiple rodata` that it can be a false positive * Removed text about `splat` generating a C file, instead clarifying that `splat` expects the file to be there * Added `etheck`s suggestion for rewording the "Initially" paragraph Co-authored-by: Ethan Roseman <[email protected]> * Added `etheck`s suggestion for introducing the `splat` output Co-authored-by: Ethan Roseman <[email protected]> * Added `etheck`s suggestion for removing bad text Co-authored-by: Ethan Roseman <[email protected]> * Added `etheck`s suggestion for rewording where I ran out of words Co-authored-by: Ethan Roseman <[email protected]> * Added `etheck`s suggestion... and more to come! Co-authored-by: Ethan Roseman <[email protected]> * Added `etheck`s suggestion for including the actual path the `energy_orb_wave` will end up ("nonmatchings") Co-authored-by: Ethan Roseman <[email protected]> * Added `etheck`s suggestion for expanding the text which explains GLOBAL_ASM() macro Co-authored-by: Ethan Roseman <[email protected]> * Added `etheck`s suggestion for expanding the 'Next steps' paragraph Co-authored-by: Ethan Roseman <[email protected]> * Added `etheck`s suggestion for expanding how `.rodata` affects linking Co-authored-by: Ethan Roseman <[email protected]> * Added `etheck`s suggestion for rewording how to migrate data Co-authored-by: Ethan Roseman <[email protected]> --------- Co-authored-by: berendbutje <[email protected]> Co-authored-by: Anghelo Carvajal <[email protected]> Co-authored-by: Ethan Roseman <[email protected]>
- Loading branch information
1 parent
def8fdb
commit 7ab3550
Showing
4 changed files
with
173 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ base_path: path/to/base/folder | |
#### Default | ||
`.` | ||
`.` *(Current directory)* | ||
|
||
|
||
### target_path | ||
|
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