Skip to content

Commit 4a250f4

Browse files
committed
add at32 qspi support
1 parent caf5879 commit 4a250f4

12 files changed

+5207
-4
lines changed

src/flash/nor/Makefile.am

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# SPDX-License-Identifier: GPL-2.0-or-later
2-
31
noinst_LTLIBRARIES += %D%/libocdflashnor.la
42
%C%_libocdflashnor_la_SOURCES = \
53
%D%/core.c \
@@ -79,7 +77,8 @@ NOR_DRIVERS = \
7977
%D%/xmc1xxx.c \
8078
%D%/xmc4xxx.c \
8179
%D%/at32f4xx.c \
82-
%D%/at32xx.c
80+
%D%/at32xx.c \
81+
%D%/at32qspi.c
8382

8483
NORHEADERS = \
8584
%D%/core.h \
@@ -95,4 +94,5 @@ NORHEADERS = \
9594
%D%/spi.h \
9695
%D%/stm32l4x.h \
9796
%D%/stmqspi.h \
98-
%D%/msp432.h
97+
%D%/msp432.h \
98+
%D%/at32qspi.h

0 commit comments

Comments
 (0)