From 6fb246dc350f69b23fe06fb4c0ea792dd25e904f Mon Sep 17 00:00:00 2001 From: tecodev Date: Tue, 11 Oct 2005 11:00:12 +0000 Subject: [PATCH] * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3904 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 5 +++++ device/lib/pic16/libdev/pic18f1320.c | 18 ++++++++++++++++++ device/lib/pic16/libio/i2c.ignore | 1 + 3 files changed, 24 insertions(+) create mode 100644 device/lib/pic16/libdev/pic18f1320.c diff --git a/ChangeLog b/ChangeLog index e99c20e4..ae5ef8f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-11 Raphael Neider + + * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds + * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library + 2005-10-05 Maarten Brock * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC diff --git a/device/lib/pic16/libdev/pic18f1320.c b/device/lib/pic16/libdev/pic18f1320.c new file mode 100644 index 00000000..602d8401 --- /dev/null +++ b/device/lib/pic16/libdev/pic18f1320.c @@ -0,0 +1,18 @@ +/* + * pic18f1320.c - PIC18F1320 Device Library Sources + * + * This file is part of the GNU PIC Library. + * + * May, 2005 + * The GNU PIC Library is maintained by + * Raphael Neider + * + * originally designed by + * Vangelis Rokas + * + * $Id$ + * + */ + +#include "pic18f1220.c" /* just line, but with 8KB code */ + diff --git a/device/lib/pic16/libio/i2c.ignore b/device/lib/pic16/libio/i2c.ignore index 87175164..e0ec3f57 100644 --- a/device/lib/pic16/libio/i2c.ignore +++ b/device/lib/pic16/libio/i2c.ignore @@ -1,2 +1,3 @@ 1220 +1320 4331 -- 2.47.2