Skip to content

Commit 9f907ec

Browse files
fix: add description for context switching on Arm Cortex-M processors
1 parent 4a6d27f commit 9f907ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • content/learning-paths/embedded-and-microcontrollers/context-switch-cortex-m

content/learning-paths/embedded-and-microcontrollers/context-switch-cortex-m/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Learn about context switching on Arm Cortex-M processors
33

4+
description: Learn how to implement context switching operations on Arm Cortex-M processors using the Memory Protection Unit and SysTick exception in a bare-metal environment.
5+
46
minutes_to_complete: 15
57

68
who_is_this_for: This is an introductory topic for software developers who would like to learn about context switching operations on Cortex-M processors in a bare-metal environment.

0 commit comments

Comments
 (0)