Skip to content

Commit 10658f3

Browse files
authored
Merge pull request #3110 from madeline-underwood/cort
Cort
2 parents e96c320 + 9f907ec commit 10658f3

2 files changed

Lines changed: 3 additions & 1 deletion

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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# User change
3-
title: Example Arm DS project for demonstrate context switching operations
3+
title: Example Arm DS project to demonstrate context switching operations
44

55
weight: 2 # 1 is first, 2 is second, etc.
66

0 commit comments

Comments
 (0)