avr: cleanup e03.

This commit is contained in:
Martin Preuss
2026-04-27 00:40:26 +02:00
parent 5e7c01c100
commit a31f360e3c
5 changed files with 4 additions and 28 deletions

View File

@@ -9,3 +9,5 @@ E03
- Periphery: - Periphery:
- TWI interface - TWI interface
- clock - clock
- SPI interface
- RAM

View File

@@ -48,16 +48,6 @@
; ---------------------------------------------------------------------------
; LED Activity module
.equ LED_ACTIVITY_DDR = DDRA
.equ LED_ACTIVITY_PORT = PORTA
.equ LED_ACTIVITY_PORTIN = PINA
.equ LED_ACTIVITY_PINNUM = PORTA3
; --------------------------------------------------------------------------- ; ---------------------------------------------------------------------------
; COM module ; COM module

View File

@@ -25,7 +25,7 @@
</subdirs> </subdirs>
<extradist> <extradist>
data.asm screen.asm
</extradist> </extradist>

View File

@@ -1,14 +0,0 @@
; ***************************************************************************
; copyright : (C) 2025 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. *
; ***************************************************************************
.dseg

View File

@@ -31,7 +31,6 @@
.list .list
.include "../defs.asm" .include "../defs.asm"
.include "./data.asm"
.include "version.asm" .include "version.asm"
.include "devices/all/defs.asm" .include "devices/all/defs.asm"
@@ -76,7 +75,6 @@
; --------------------------------------------------------------------------- ; ---------------------------------------------------------------------------
; defines for values ; defines for values
.equ VALUE_ID_LEDSIMPLE_TIMING = 0x88
@@ -190,7 +188,7 @@ onEveryLoop:
.include "devices/all/hw_tn84.asm" .include "devices/all/hw_tn84.asm"
.include "devices/all/includes.asm" .include "devices/all/includes.asm"
.include "common/debug.asm" ;.include "common/debug.asm"
;.include "modules/network/msg/debug-w.asm" ;.include "modules/network/msg/debug-w.asm"
.include "screen.asm" .include "screen.asm"