* .version: changed version to 2.5.4
[fw/sdcc] / device / lib / pic / NEWS
1 --- 2005-10-27  Raphael Neider
2
3 Generic pointer support routines and additional arithmetic halpers
4 have been added to the library.
5
6 Although the compiled library should be portable across (all?)
7 pic14 devices, I recommend selecting the desired target chip
8 by setting the ARCH variable to the desired target chip in
9   - Makefile.common     (AFTER having run ./configure)  OR
10   - Makefile.common.in  (BEFORE running ./configure)
11 in order to maximize performance (smaller devices ignore
12 BANKSEL directives, i.e. updates to the IRP bit).
13
14 --- 2005-09-23  Raphael Neider
15
16 The pic14 library is split into several parts:
17
18 * common part
19   The common part reuses the (hardware independant) sources found 
20   under device/lib/ (currently not used).
21 * pic14 specific part
22   The pic14 specific library routines are found in subdirectories of
23   device/lib/pic/ and provide specialized implementations better
24   suited for the pic14 architecture and additional functions not
25   found in (or not reused from) the common sources.
26 * device specific part
27   This part is planned to support specific I/O sub-devices not
28   common to all pic14 chips. This part is currently absent...
29
30 The SDCC/pic14 library has been created by
31         Raphael Neider (2005), rneider@web.de
32
33 It is currently maintained by
34         Raphael Neider, rneider@web.de
35
36 The pic14 and the device specific parts (whose sources are found
37 in device/lib/pic/) are to be licensed nuder the terms of the
38 GNU Lesser General Public License (LGPL). See COPYING for details.
39 The sources from the common part are licensed as indicated in each
40 file.
41
42 Requests for enhancements, additions or modifications should be posted
43 at the SDCC user's or developer's mailing list or directly be sent to
44 the current maintainer of the library as indicated above.
45