Skip to content

Commit 2f4ddbd

Browse files
committed
Merge branch 'ArteryTek_master' into support_3rd_chip
# Conflicts: # .github/workflows/snapshot.yml # src/flash/nor/drivers.c
2 parents bb2ddc8 + ab8371c commit 2f4ddbd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+10269
-2
lines changed

contrib/60-openocd.rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,7 @@ ATTRS{idVendor}=="c251", ATTRS{idProduct}=="2750", MODE="660", GROUP="plugdev",
262262
# CMSIS-DAP compatible adapters
263263
ATTRS{product}=="*CMSIS-DAP*", MODE="660", GROUP="plugdev", TAG+="uaccess"
264264

265+
# Artery ATLINK
266+
ATTRS{idVendor}=="2e3c", ATTRS{idProduct}=="f000, MODE="660", GROUP="plugdev", TAG+="uaccess"
267+
265268
LABEL="openocd_rules_end"

src/flash/nor/Makefile.am

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@ NOR_DRIVERS = \
8585
%D%/w600.c \
8686
%D%/xcf.c \
8787
%D%/xmc1xxx.c \
88-
%D%/xmc4xxx.c
88+
%D%/xmc4xxx.c \
89+
%D%/at32f4xx.c \
90+
%D%/at32xx.c \
91+
%D%/at32qspi.c
8992

9093
NORHEADERS = \
9194
%D%/core.h \
@@ -102,4 +105,5 @@ NORHEADERS = \
102105
%D%/spi.h \
103106
%D%/stm32l4x.h \
104107
%D%/stmqspi.h \
105-
%D%/msp432.h
108+
%D%/msp432.h \
109+
%D%/at32qspi.h

0 commit comments

Comments
 (0)