* device/include/pic16/pic18f2450.h,
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 14 Oct 2008 12:18:51 +0000 (12:18 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 14 Oct 2008 12:18:51 +0000 (12:18 +0000)
commit814cf6d42eb5f29891119275811c5a2169665377
treef5b408b84be56ea268a64f253e1224a6c6bcfc22
parentbd958072df68fde228b6fc89dd08c6d94cc9974b
* device/include/pic16/pic18f2450.h,
  device/include/pic16/pic18f4450.h,
  device/lib/pic16/libdev/pic18f2450.c,
  device/lib/pic16/libdev/pic18f4450.c,
  device/include/pic16/adc.h,
  device/include/pic16/pic16devices.txt,
  device/include/pic16/pic18fregs.h,
  device/lib/pic16/libdev/Makefile.am,
  device/lib/pic16/libdev/Makefile.in,
  device/lib/pic16/libio/Makefile.am,
  device/lib/pic16/libio/Makefile.in,
  device/lib/pic16/pics.all: added 18f2450 and 18f4450, closes #1844525

* device/lib/pic16/libsdcc/stack/stack.S: there is no need to pin the
  stack to a fixed location, relax it to automatically work with all
  but the smallest devices (256 byte RAM devices need #pragma stack)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5251 4a8a32a2-be11-0410-ad9d-d568d2c75423
14 files changed:
ChangeLog
device/include/pic16/adc.h
device/include/pic16/pic16devices.txt
device/include/pic16/pic18f2450.h [new file with mode: 0644]
device/include/pic16/pic18f4450.h [new file with mode: 0644]
device/include/pic16/pic18fregs.h
device/lib/pic16/libdev/Makefile.am
device/lib/pic16/libdev/Makefile.in
device/lib/pic16/libdev/pic18f2450.c [new file with mode: 0644]
device/lib/pic16/libdev/pic18f4450.c [new file with mode: 0644]
device/lib/pic16/libio/Makefile.am
device/lib/pic16/libio/Makefile.in
device/lib/pic16/libsdcc/stack/stack.S
device/lib/pic16/pics.all