forked from Imagelibrary/rtems
* shared/vectors/README.deprecated, shared/irq/README.deprecated: added READMEs stating that certain files should not be copy/paste/modified when creating new BSPs. New BSPs are encouraged to use the new library under libcpu/powerpc/new-exceptions/bspsupport.
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
The files in this directory (vectors.S, vectors.h, vectors_init.c)
|
|
are DEPRECATED.
|
|
|
|
DO NOT COPY/MODIFY FOR NEW BSPs
|
|
|
|
as this has created major maintenance headache.
|
|
Consider using the library in
|
|
|
|
libcpu/powercp/new-exceptions/bspsupport/
|
|
|
|
which implements the same functionality in a
|
|
(hopefully) generic way.
|
|
|
|
T.S., 12/2007
|