Skip to content

Commit e296a44

Browse files
author
Hendry Kaak
committed
Makefile: Add support for new interface- and hopperboards
- This adds interfaceboard v1.5 to the list (again). Which is probably forgotten during the previous makefile overhaul. - Add interfaceboard v1.6. - Add hopperboard v2.0 and 2.1
1 parent 38729ca commit e296a44

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 3.1
2+
===========
3+
- Support interfaceboard v1.5 and v1.6.
4+
- Support hopperboard v2.0 and 2.1.
5+
16
Version 3
27
=========
38
- Support protocol version 2.1.

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,11 @@ default:
132132
$(MAKE) all ARCH=attiny BUS=TwoWire BOARD_TYPE=interfaceboard BOARD_VARIANT=-old-adelco-display CURRENT_HW_REVISION=0x14 COMPATIBLE_HW_REVISION=0x01
133133
$(MAKE) all ARCH=attiny BUS=TwoWire BOARD_TYPE=interfaceboard EXTRA_INFO=0x2 BOARD_VARIANT=-old-adelco-display CURRENT_HW_REVISION=0x15 COMPATIBLE_HW_REVISION=0x01
134134
$(MAKE) all ARCH=attiny BUS=TwoWire BOARD_TYPE=interfaceboard EXTRA_INFO=0x3 BOARD_VARIANT=-new-ea-display CURRENT_HW_REVISION=0x15 COMPATIBLE_HW_REVISION=0x01
135+
$(MAKE) all ARCH=attiny BUS=TwoWire BOARD_TYPE=interfaceboard EXTRA_INFO=0x2 BOARD_VARIANT=-old-adelco-display CURRENT_HW_REVISION=0x16 COMPATIBLE_HW_REVISION=0x01
136+
$(MAKE) all ARCH=attiny BUS=TwoWire BOARD_TYPE=interfaceboard EXTRA_INFO=0x3 BOARD_VARIANT=-new-ea-display CURRENT_HW_REVISION=0x16 COMPATIBLE_HW_REVISION=0x01
135137
$(MAKE) all ARCH=stm32 BUS=Rs485 BOARD_TYPE=gphopper CURRENT_HW_REVISION=0x10 COMPATIBLE_HW_REVISION=0x10
138+
$(MAKE) all ARCH=stm32 BUS=Rs485 BOARD_TYPE=gphopper CURRENT_HW_REVISION=0x20 COMPATIBLE_HW_REVISION=0x10
139+
$(MAKE) all ARCH=stm32 BUS=Rs485 BOARD_TYPE=gphopper CURRENT_HW_REVISION=0x21 COMPATIBLE_HW_REVISION=0x10
136140

137141
all: hex fuses size checksize
138142

0 commit comments

Comments
 (0)