You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kolja Waschk 089b30cada [ 909598 ] Detect 16bit flash on PXA25x 1/2
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@682 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
17 years ago
..
arm 2005-09-29 Marcel Telka <marcel@telka.sk> 19 years ago
brux [ 909598 ] Detect 16bit flash on PXA25x 1/2 17 years ago
device 2005-09-29 Marcel Telka <marcel@telka.sk> 19 years ago
h8 2005-09-29 Marcel Telka <marcel@telka.sk> 19 years ago
sh 2005-09-29 Marcel Telka <marcel@telka.sk> 19 years ago
std 2003-11-19 Marcel Telka <marcel@telka.sk> 21 years ago
stdint 2005-07-15 Marcel Telka <marcel@telka.sk> 20 years ago
tools Initial (empty) file. 22 years ago
.cvsignore 2005-06-28 Marcel Telka <marcel@telka.sk> 20 years ago
AUTHORS Added new author. 20 years ago
COPYING 2005-06-28 Marcel Telka <marcel@telka.sk> 20 years ago
ChangeLog 2005-10-03 Marcel Telka <marcel@telka.sk> 19 years ago
Makefile.am 2005-10-03 Marcel Telka <marcel@telka.sk> 19 years ago
NEWS 2005-10-03 Marcel Telka <marcel@telka.sk> 19 years ago
README Minor path change. 19 years ago
acinclude.m4 2005-07-15 Marcel Telka <marcel@telka.sk> 20 years ago
autogen.sh 2005-06-27 Marcel Telka <marcel@telka.sk> 20 years ago
cexcept.h Added C exception handling from http://www.nicemice.net/cexcept/cexcept-2-0-0.tar.gz 22 years ago
common.h 2005-09-29 Marcel Telka <marcel@telka.sk> 19 years ago
configure.ac 2005-10-03 Marcel Telka <marcel@telka.sk> 19 years ago
openwince.h 2005-09-29 Marcel Telka <marcel@telka.sk> 19 years ago

README

$Id$

include
=======

include package is a collection of the useful independent include files for
C/Assembler developers.

include package is released under BSD-style license. Please read COPYING
file for more info.

Feedback and contributions are welcome.

Homepage: http://openwince.sourceforge.net/include/


Installation instructions
-------------------------

1. Download and unpack include sources.
2. Run ./configure script. Please note that you are required to uninstall
   previous version of this package before running the configure script.
3. Run `make`.
4. Run `make install`.


Notes for Hitachi Workbench/IAR Compiler users
----------------------------------------------

You should use following parameters for the ./configure script:
	--with-hwbench=PATH_TO_HWBENCH --host=hwbench
for example
	--with-hwbench=/cygdrive/c/hwbench --host=hwbench

You could also use --includedir parameter for the ./configure script to install
the package under hwbench tree. For example:
	--includedir=/cygdrive/c/hwbench/IAR/INC