* doc/sdccman.lyx: added --disable-pic16-port, fixed some `--' and
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 31 May 2007 22:42:43 +0000 (22:42 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 31 May 2007 22:42:43 +0000 (22:42 +0000)
commitffd03f1f7e717b86213eb1a463315a42f2e52d16
tree4c152e402ec2dbf29ae9e9230f35066dffa795ab
parent44c5eae423a3c4503cf2bc5287e13265019e2a35
* doc/sdccman.lyx: added --disable-pic16-port, fixed some `--' and
  quotation marks, clarified role of PIC14 vs. PIC16 ports
* src/pic16/devices.inc,
* device/include/pic16/pic18fregs.h,
* device/include/pic16/pic18f[24][45]j10.h,
* device/lib/pic16/pics.all,
* device/lib/pic16/libdev/pic18f[24][45]j10.c: added support for
  18f24j10, 18f25j10, 18f44j10, and 18f45j10
* device/lib/pic16/libio/{i2c,adc,usart}.ignore: do not build IO libs
  for new devices as they are not yet supported by gputils

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4821 4a8a32a2-be11-0410-ad9d-d568d2c75423
16 files changed:
ChangeLog
device/include/pic16/pic18f24j10.h [new file with mode: 0644]
device/include/pic16/pic18f25j10.h [new file with mode: 0644]
device/include/pic16/pic18f44j10.h [new file with mode: 0644]
device/include/pic16/pic18f45j10.h [new file with mode: 0644]
device/include/pic16/pic18fregs.h
device/lib/pic16/libdev/pic18f24j10.c [new file with mode: 0644]
device/lib/pic16/libdev/pic18f25j10.c [new file with mode: 0644]
device/lib/pic16/libdev/pic18f44j10.c [new file with mode: 0644]
device/lib/pic16/libdev/pic18f45j10.c [new file with mode: 0644]
device/lib/pic16/libio/adc.ignore
device/lib/pic16/libio/i2c.ignore
device/lib/pic16/libio/usart.ignore
device/lib/pic16/pics.all
doc/sdccman.lyx
src/pic16/devices.inc