summaryrefslogtreecommitdiff
path: root/software/avr.defines.mk
diff options
context:
space:
mode:
Diffstat (limited to 'software/avr.defines.mk')
-rw-r--r--software/avr.defines.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/software/avr.defines.mk b/software/avr.defines.mk
index a446ac5..e621cad 100644
--- a/software/avr.defines.mk
+++ b/software/avr.defines.mk
@@ -79,6 +79,13 @@ ifeq ($(BOARD_TYPE),hhd70dongle)
F_USB = $(F_CPU)
PROG := DFU
endif
+ifeq ($(BOARD_TYPE),rda1846dongle)
+ MCU := atmega32u4
+ ARCH = AVR8
+ F_CPU := 16000000
+ F_USB = $(F_CPU)
+ PROG := DFU
+endif
ifeq ($(BOARD_TYPE),culV3)
MCU := atmega32u4
ARCH = AVR8