From 4c1be44151f8c68813bba79b5b263cdfd5329e34 Mon Sep 17 00:00:00 2001 From: Meysam Parvizi Date: Tue, 15 Aug 2023 15:57:15 +0330 Subject: [PATCH] Update README.md Add Bare-Metal vs RTOS --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f3740b..b91d3f6 100644 --- a/README.md +++ b/README.md @@ -592,6 +592,8 @@ _________________ #### Real-Time OS +- [Bare-metal and RTOS Based Embedded Systems](https://microcontrollerslab.com/difference-bare-metal-and-rtos-based-embedded-systems/) +- [The Pros and Cons of RTOS vs Bare Metal: Which Will You Choose?](https://medium.com/@lanceharvieruntime/the-pros-and-cons-of-rtos-vs-bare-metal-which-will-you-choose-756e33ba6df7) - [FreeRTOS vs Linux for Embedded Systems](https://www.bytesnap.com/news-blog/freertos-vs-linux-embedded-systems/) - [Real-Time Systems Concepts](https://micrium.atlassian.net/wiki/spaces/osiidoc/pages/163855/Real-Time+Systems+Concepts) - [RTOS](https://www.youtube.com/playlist?list=PLPW8O6W-1chyrd_Msnn4LD6LBs2slJITs)