avr: more work on README.

This commit is contained in:
Martin Preuss
2026-04-25 20:10:22 +02:00
parent d48745394c
commit 0db8eda08b

View File

@@ -17,6 +17,14 @@ With full AqHome network stack (including address assignment protocol):
- <300 bytes SDRAM (including network buffers) - <300 bytes SDRAM (including network buffers)
Currently supported (and in use) are:
- ATtiny 84A
- ATtiny 85
- ATtiny 841
- AtMega 8515
- AtMega 644P
A full system consists of these elements: A full system consists of these elements:
- device main app (main device code provided by the user providing full control to the developer) - device main app (main device code provided by the user providing full control to the developer)
- modules (basically drivers implementing support for hardware devices like sensors or displays) - modules (basically drivers implementing support for hardware devices like sensors or displays)