-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Second round of changes to the MCU docs #1624
Merged
Merged
Changes from 41 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
a16f2be
Refer to this as sections not document
tronical 28c9384
Rename the toolchain/HAL section to prerequisites
tronical 49027f7
Rephrase the memory allocator paragraph
tronical e06ea2d
Take the person out of the section connecting sentence - it's simpler…
tronical 5e56baf
create -> crate
tronical 9495fc6
bare-meta -> bare metal
tronical 354245b
Minor edit
tronical ffb7817
Polish compat-0.3.0 explanation
tronical 7c3a183
Use but instead of which to emphasize the contrast between std and ba…
tronical 425bfbf
Don't use future tense for what describes the present
tronical 2001137
Simplify the unsafe-single-threaded guarantees
tronical b00011e
Fix reference to std feature
tronical db4c515
Fix `libm` feature description
tronical 3192933
Re-introduce the HAL abbreviation
tronical 7cdeb65
Fix the build.rs section order
tronical 20ca2ad
Fix application structure intro
tronical cb1e761
Remove use of typical
tronical 1fc9eaa
Use user interface consistently
tronical 640ba85
In bare metal environments it is your responsibility to substitute th…
tronical b0ea94e
Shorten application structure bullet points
tronical 969aa30
Connect the crate selection with the need of writing drivers better
tronical 3122ff4
Clarify the purpose of forward input from peripherals to Slint
tronical e1a6ca0
Minor sentence polish
tronical 1a3005d
Use contractions
tronical 90247c5
an minimal -> a minimal
tronical ff5855e
Remove stray "in order to"
tronical f206d2f
since -> between
tronical 7418994
Simplify the additional functionality the trait can be used to implement
tronical bbadf2f
Polish and simplify the renderer section a little bit
tronical 988d8c7
Use "Rendering" consistently for both rendering section titles
tronical 971bdbd
Attemt to simplify the remaining sections in one go
tronical bff6e9f
Fix typo
tronical 4b47af5
The global memory allocator support is available *in* the rust version
tronical fe669bf
Emphasize that only the night version has what we need
tronical fe1f3ce
Fix missing plural
tronical 0d55efd
Consistently use 0.3.0 instead of mixing 0.3 and 0.3.0
tronical 817bade
Clarify that thread_local! as a macro is not available
tronical 12fea26
drive -> operate
tronical 6b6027a
Update api/rs/slint/mcu.md
tronical 434274a
Update api/rs/slint/mcu.md
tronical 63b99cb
Additional suggestions from Olivier
tronical 94c4ad9
only available in the nightly version -> only possible with the night…
tronical File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe change this paragraph to:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comments on a oudated version of the wording.
I think the current wording is good enough.
If you think it could be improved, feel free to change it.