avr/devices/all: started integrating code from t03.

This commit is contained in:
Martin Preuss
2025-05-08 17:14:33 +02:00
parent cc7ef0cf30
commit 64e2cf5d25
19 changed files with 1544 additions and 100 deletions

View File

@@ -34,6 +34,8 @@ TtyOnUart1_Init:
rcall ttyOnUart1Init ; (R16, R17, X)
ldi r16, TTYONUART1_IFACENUM
std Y+NET_IFACE_OFFS_IFACENUM, r16
ldi r16, 0xfe
std Y+NET_IFACE_OFFS_ADDRESS, r16
ret
; @end