avr: started work on com2w_router for S03.

This commit is contained in:
Martin Preuss
2026-02-16 01:12:25 +01:00
parent 1b0519437c
commit 5fc3916457
8 changed files with 568 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
; ***************************************************************************
; copyright : (C) 2026 by Martin Preuss
; email : martin@libchipcard.de
;
; ***************************************************************************
; * This file is part of the project "AqHome". *
; * Please see toplevel file COPYING of that project for license details. *
; ***************************************************************************
#ifndef AVR_MOD_COM2WROUTER_MAIN_ASM
#define AVR_MOD_COM2WROUTER_MAIN_ASM
; ***************************************************************************
; defines
; ***************************************************************************
; code
.cseg
#endif ; AVR_MOD_COM2WROUTER_MAIN_ASM