From 5380b4667051612beae5f0033a713d0ed93650ee Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 17 Apr 2019 15:30:00 -0500 Subject: [PATCH] cleanup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e476540..73c3d3c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -## Building an AVR application to communicate with the USART peripheral -This project walks you through the process building an AVR application to exercise the usart peripheral on the ATMega328p microcontroller. The USART peripheral can be used to interface with many different types of sensors, modems, ic(s), and microcontrollers. Refer to your microcontroller's datasheet to determine optiomal baud rate to ensure maximum data rate and minimal error rate. +## Building a AVR based FreeRTOS application (blinky) +This project walks you through the process building a FreeRTOS based AVR application to toggle a LED on the ATMega328p microcontroller. The FreeRTOS kernel is developed by leading chip manufacturers to provide a Real Time Operating System for microtrollers and microprocessors. Reffer to your microcontroller's datasheet to determine optiomal memory footprint and stack size. ### Prerequisites: