File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ target hardware in the early phases of development.
26
26
27
27
The POSIX architecture is not related and should not be confused with the
28
28
:ref: `POSIX OS abstraction<posix_support> `.
29
- The later provides an adapatation shim that enables running applications
29
+ The latter provides an adaptation shim that enables running applications
30
30
which require POSIX APIs on Zephyr.
31
31
32
32
@@ -350,10 +350,10 @@ and this thread will check what is the next
350
350
scheduled HW event, advance simulated time until that point, and call the
351
351
corresponding HW model event function.
352
352
353
- Eventually one of these HW models will raise an interrupt to the simulated CPU.
354
- When the IRQ controller wants to wake the simulated CPU, the HW thread is
355
- blocked, and the simulated CPU is awaken by letting the last SW thread continue
356
- executing.
353
+ Eventually one of these HW models will raise an interrupt to the
354
+ simulated CPU. When the IRQ controller wants to wake the simulated
355
+ CPU, the HW thread is blocked, and the simulated CPU is awakened by
356
+ letting the last SW thread continue executing.
357
357
358
358
This process of getting the CPU to sleep, letting the HW models run,
359
359
and raising an interrupt which wake the CPU again is repeated until the end
You can’t perform that action at this time.
0 commit comments