You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ This is the portable code of MRTOS for the ARM Cortex M0+ platform. To use this
4
4
platform, please see [the main mRTOS repository](https://github.com/jdoe95/mrtos).
5
5
6
6
The portable code uses the following interrupts:
7
-
* SVCall, ``isr_svc``, used for loading the first thread
8
-
* SysTick, ``isr_systick``, used for generating heart beat
9
-
* PendSV, ``isr_pendsv``, implemented as the context switcher
7
+
* SVCall, ``isr_svc``, used for loading the first thread
8
+
* SysTick, ``isr_systick``, used for generating heart beat
9
+
* PendSV, ``isr_pendsv``, implemented as the context switcher
10
10
11
11
The portable code does not configure the SYSTICK timer. The configuration of
12
12
SYSTICK must be set before os_start(), and __SYSTICK must be disabled__. When
@@ -17,7 +17,7 @@ Use the nested version provided by the operating system instead (``os_enter_crit
17
17
replace the macros in CMSIS, too, if it's being used. Manipulating interrupts directly in the application can really mess up the system's shared variable access locks.
0 commit comments