avr: cleanup e03.
This commit is contained in:
@@ -9,3 +9,5 @@ E03
|
||||
- Periphery:
|
||||
- TWI interface
|
||||
- clock
|
||||
- SPI interface
|
||||
- RAM
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</subdirs>
|
||||
|
||||
<extradist>
|
||||
data.asm
|
||||
screen.asm
|
||||
</extradist>
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
.list
|
||||
|
||||
.include "../defs.asm"
|
||||
.include "./data.asm"
|
||||
|
||||
.include "version.asm"
|
||||
.include "devices/all/defs.asm"
|
||||
@@ -76,7 +75,6 @@
|
||||
; ---------------------------------------------------------------------------
|
||||
; defines for values
|
||||
|
||||
.equ VALUE_ID_LEDSIMPLE_TIMING = 0x88
|
||||
|
||||
|
||||
|
||||
@@ -190,7 +188,7 @@ onEveryLoop:
|
||||
.include "devices/all/hw_tn84.asm"
|
||||
.include "devices/all/includes.asm"
|
||||
|
||||
.include "common/debug.asm"
|
||||
;.include "common/debug.asm"
|
||||
;.include "modules/network/msg/debug-w.asm"
|
||||
|
||||
.include "screen.asm"
|
||||
|
||||
Reference in New Issue
Block a user