File tree 10 files changed +56
-0
lines changed
10 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ TARGETS = \
2
+ samd10 \
3
+ samd11 \
4
+ samd20 \
5
+ samd21 \
6
+ samc21 \
7
+ samc21n \
8
+ saml10 \
9
+ saml11 \
10
+ saml21a \
11
+ saml21b \
12
+ saml22a \
13
+ same54 \
14
+ samg55 \
15
+ same70 \
16
+ samv71 \
17
+ sam4s \
18
+
19
+ .PHONY : $(TARGETS )
20
+
21
+ all : $(TARGETS )
22
+
23
+ $(TARGETS ) :
24
+ -rm -fr $@ /make/build
25
+ make -C $@ /make/ clean all
26
+ make -C $@ /make/ clean
27
+ -rm -fr $@ /make/build
28
+
29
+
Original file line number Diff line number Diff line change 26
26
* POSSIBILITY OF SUCH DAMAGE.
27
27
*/
28
28
29
+ //-----------------------------------------------------------------------------
30
+ #include "samc21.h"
31
+
29
32
//-----------------------------------------------------------------------------
30
33
#define DUMMY __attribute__ ((weak, alias ("irq_handler_dummy")))
31
34
Original file line number Diff line number Diff line change 26
26
* POSSIBILITY OF SUCH DAMAGE.
27
27
*/
28
28
29
+ //-----------------------------------------------------------------------------
30
+ #include "samc21.h"
31
+
29
32
//-----------------------------------------------------------------------------
30
33
#define DUMMY __attribute__ ((weak, alias ("irq_handler_dummy")))
31
34
Original file line number Diff line number Diff line change 26
26
* POSSIBILITY OF SUCH DAMAGE.
27
27
*/
28
28
29
+ //-----------------------------------------------------------------------------
30
+ #include "samd10.h"
31
+
29
32
//-----------------------------------------------------------------------------
30
33
#define DUMMY __attribute__ ((weak, alias ("irq_handler_dummy")))
31
34
Original file line number Diff line number Diff line change 26
26
* POSSIBILITY OF SUCH DAMAGE.
27
27
*/
28
28
29
+ //-----------------------------------------------------------------------------
30
+ #include "samd11.h"
31
+
29
32
//-----------------------------------------------------------------------------
30
33
#define DUMMY __attribute__ ((weak, alias ("irq_handler_dummy")))
31
34
Original file line number Diff line number Diff line change 26
26
* POSSIBILITY OF SUCH DAMAGE.
27
27
*/
28
28
29
+ //-----------------------------------------------------------------------------
30
+ #include "samd20.h"
31
+
29
32
//-----------------------------------------------------------------------------
30
33
#define DUMMY __attribute__ ((weak, alias ("irq_handler_dummy")))
31
34
Original file line number Diff line number Diff line change 26
26
* POSSIBILITY OF SUCH DAMAGE.
27
27
*/
28
28
29
+ //-----------------------------------------------------------------------------
30
+ #include "samd21.h"
31
+
29
32
//-----------------------------------------------------------------------------
30
33
#define DUMMY __attribute__ ((weak, alias ("irq_handler_dummy")))
31
34
Original file line number Diff line number Diff line change 26
26
* POSSIBILITY OF SUCH DAMAGE.
27
27
*/
28
28
29
+ //-----------------------------------------------------------------------------
30
+ #include "saml21.h"
31
+
29
32
//-----------------------------------------------------------------------------
30
33
#define DUMMY __attribute__ ((weak, alias ("irq_handler_dummy")))
31
34
Original file line number Diff line number Diff line change 26
26
* POSSIBILITY OF SUCH DAMAGE.
27
27
*/
28
28
29
+ //-----------------------------------------------------------------------------
30
+ #include "saml21.h"
31
+
29
32
//-----------------------------------------------------------------------------
30
33
#define DUMMY __attribute__ ((weak, alias ("irq_handler_dummy")))
31
34
Original file line number Diff line number Diff line change 26
26
* POSSIBILITY OF SUCH DAMAGE.
27
27
*/
28
28
29
+ //-----------------------------------------------------------------------------
30
+ #include "saml22.h"
31
+
29
32
//-----------------------------------------------------------------------------
30
33
#define DUMMY __attribute__ ((weak, alias ("irq_handler_dummy")))
31
34
You can’t perform that action at this time.
0 commit comments