From f95e042ce284510a78c7dab85f8053c966ff114e Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 6 Apr 2022 11:03:25 -0700 Subject: Better RTOS Application Verbiage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 222baa3..098d8ca 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ ### Getting Cross Compiler - https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/downloads -## Building RTOS Applications +## Creating RTOS Applications RTOS Applications are written in the `usr/` directory. Jobbed, in `kernel/core.c` adds in the `main` function at the highest priority, expected to be defined in `usr/main.c`. This `main` function, can serve as the initialization function for the RTOS application. -- cgit v1.2.1