avr: reorganized data to simplify message creation.

This commit is contained in:
Martin Preuss
2024-09-05 03:17:32 +02:00
parent 1f2f8b574e
commit ea2cd6e58e

View File

@@ -20,19 +20,22 @@ com2DataBegin:
com2Interrupts: .byte 2
com2RecvStatsBegin: ; 12 bytes
com2StatsPacketsIn: .byte 2
com2StatsIoError: .byte 2
com2StatsContentError: .byte 2
com2StatsIoError: .byte 2
com2StatsNoBufferError: .byte 2
com2StatsIgnored: .byte 2
com2StatsHandled: .byte 2
com2StatsMissed: .byte 2 ; currently not used
com2RecvStatsEnd:
com2SendStatsBegin: ; 6 bytes
com2StatsPacketsOut: .byte 2
com2StatsBusyError: .byte 2
com2StatsCollisions: .byte 2
com2StatsBusyError: .byte 2
com2SendStatsEnd:
com2StatsIgnored: .byte 2
com2RecvBuffersUsed: .byte 1
com2MaxBuffersUsed: .byte 1