avr: started working on value manager

will probably not use this since this takes many bytes in flash.
This commit is contained in:
Martin Preuss
2024-10-31 18:50:08 +01:00
parent 7fde61f849
commit dfad168875
6 changed files with 811 additions and 0 deletions

View File

@@ -170,3 +170,18 @@
; ---------------------------------------------------------------------------
; ValueMgr
;
.equ VALMGR_SRC_MAX_LINKS = 5
.equ VALMGR_SRC_TIMEOUT_SENDVALUE = 10
.equ VALMGR_SRC_TIMEOUT_RECVACK = 12
.equ VALMGR_SRC_MAX_RESEND = 3
.equ VALMGR_DST_MAX_LINKS = 2
.equ VALMGR_DST_TIMEOUT_SENDRESULT = 20