File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ generally sufficient for using this library.
18
18
19
19
A major difference between this library and ` cortex-m-semihosting ` is that there
20
20
are mandatory features to choose the privilege level at which the semihosting
21
- calls are executed. The " machine-mode" feature will cause the macros in ` export `
21
+ calls are executed. The * machine-mode (M-mode) * feature will cause the macros in ` export `
22
22
to execute the semihosting operation in an interrupt-free context, while
23
- " user-mode" causes them to just execute the operation. Failure to select one of
24
- these two features will cause a compiler error .
23
+ * user-mode (U-mode) * causes them to just execute the operation.
24
+ By default, M-mode is used. You can activate the U-mode via the ` u-mode ` feature .
25
25
26
26
27
27
# Minimum Supported Rust Version (MSRV)
You can’t perform that action at this time.
0 commit comments