X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=9d23a187e174ad38c138a49a9f03253b749ac406;hb=392c1fa33992bd16e6d98895b70d19428686902f;hp=24f94b5e3b1be723e9f0565989c092da2779044b;hpb=7da20a7926c4d5b4b3b54bbf2a97fbaa852d8140;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 24f94b5e..9d23a187 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2007-01-28 Raphael Neider + + * src/pic16/devices.inc, + * device/include/pic16/pic18f[24][23]21.h, + * device/include/pic16/pic18fregs.h, + * device/lib/pic16/libdev/pic18f[24][23]21.c, + * device/lib/pic16/pics.all: added support for the 18f[24][23]21 family + * device/lib/pic16/libio/adc.ignore, + * device/lib/pic16/libio/i2c.ignore, + * device/lib/pic16/libio/usart.ignore: do not build I/O lib for new + family, as gputils do not yet support the devices + * device/lib/pic16/Makefile.subdir: ignore errors on install + * support/scripts/inc2h-pic16.pl: script to generate pic16 device + headers and libraries from gputils .inc files + 2007-01-26 Paul Stoffregen * doc/sdccman.lyx: add printf_fast_f precision limitation note