From ea286e68ce7031ea1d2b24f02720e500c04ffaf9 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 20 Apr 2026 23:59:33 +0200 Subject: [PATCH] avr: minor reformatting. --- avr/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/avr/README b/avr/README index 57ae96f..e4c297c 100644 --- a/avr/README +++ b/avr/README @@ -1,8 +1,8 @@ -AqHome Node Operating System (AqOS4Avr) -======================================= +AqHome Node Operating System (AqAssemblerOS4Avr) +================================================ -This is a very simple operating system for AVR nodes using ATtiny and ATmega MCUs. +This is a very simple operating system for AVR devices like ATtiny and ATmega MCUs. It doesn't use administration objects in RAM, it just defines some routine calls which have to be added into the system to add new drivers and modules.