1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-12-01 17:57:53 +03:00

[sam] PIO and PMC drivers adapted to enable SAM3U compilation, makefiles prepared for SAM3U-EK and Due

This commit is contained in:
Thibaut VIARD
2011-09-12 18:01:48 +02:00
parent 5d92281c3c
commit bc253722a6
9 changed files with 137 additions and 72 deletions

View File

@@ -1,8 +1,8 @@
# Makefile for compiling libArduino
.SUFFIXES: .o .a .c .s
CHIP=__SAM3S4C__
VARIANT=sam3s_ek
CHIP=__SAM3U4E__
VARIANT=arduino_due
LIBNAME=libarduino_$(VARIANT)
TOOLCHAIN=gcc

View File

@@ -1,8 +1,8 @@
# Makefile for compiling libArduino
.SUFFIXES: .o .a .c .s
CHIP=__SAM3S4C__
VARIANT=sam3s_ek
CHIP=__SAM3U4E__
VARIANT=sam3u_ek
LIBNAME=libarduino_$(VARIANT)
TOOLCHAIN=gcc