diff options
author | Christian Cunningham <cc@localhost> | 2022-04-06 11:03:25 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-04-06 11:03:25 -0700 |
commit | f95e042ce284510a78c7dab85f8053c966ff114e (patch) | |
tree | a5a75819eaf76fdf640256c1abeece50244fdf09 | |
parent | 756f56b565939ec8df6d501ae716a1256ed936f2 (diff) |
Better RTOS Application Verbiage
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |