samd21: Configure ROM/RAM values per device and provide linker scripts for each
[fw/altos] / src / telemetrum-v4.0 / Makefile
index 5733a9d0482fea954954cf4b861971f039974b1e..e1b627b954e06c4ab78c3035e632238acb052449 100644 (file)
@@ -28,6 +28,11 @@ INC = \
        samd21.h \
        Makefile
 
+# SAMD21G17D
+
+SAMD21_ROM=128
+SAMD21_RAM=32
+
 #PROFILE=ao_profile.c
 #PROFILE_DEF=-DAO_PROFILE=1