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.
6823303ffd
* common.h: Replaced file content with openwince.h include. * arm/arm.h: Replaced common.h include with openwince.h. * arm/pxa2x0/ac97.h: Ditto. * arm/pxa2x0/cm.h: Ditto. * arm/pxa2x0/dma.h: Ditto. * arm/pxa2x0/gpio.h: Ditto. * arm/pxa2x0/i2c.h: Ditto. * arm/pxa2x0/i2s.h: Ditto. * arm/pxa2x0/ic.h: Ditto. * arm/pxa2x0/icp.h: Ditto. * arm/pxa2x0/lcd.h: Ditto. * arm/pxa2x0/mc.h: Ditto. * arm/pxa2x0/mmc.h: Ditto. * arm/pxa2x0/ost.h: Ditto. * arm/pxa2x0/pmrc.h: Ditto. * arm/pxa2x0/pwm.h: Ditto. * arm/pxa2x0/rtc.h: Ditto. * arm/pxa2x0/ssp.h: Ditto. * arm/pxa2x0/uart.h: Ditto. * arm/pxa2x0/udc.h: Ditto. * arm/sa11x0/gpclk.h: Ditto. * arm/sa11x0/gpio.h: Ditto. * arm/sa11x0/hssp.h: Ditto. * arm/sa11x0/ic.h: Ditto. * arm/sa11x0/lcd.h: Ditto. * arm/sa11x0/mc.h: Ditto. * arm/sa11x0/mcp.h: Ditto. * arm/sa11x0/ost.h: Ditto. * arm/sa11x0/pm.h: Ditto. * arm/sa11x0/ppc.h: Ditto. * arm/sa11x0/rc.h: Ditto. * arm/sa11x0/rtc.h: Ditto. * arm/sa11x0/ssp.h: Ditto. * arm/sa11x0/uart.h: Ditto. * arm/sa11x0/udc.h: Ditto. * device/codec/ucb1400.h: Ditto. * device/flash/28fxxxj.h: Ditto. * device/flash/28fxxxk.h: Ditto. * device/flash/cfi.h: Ditto. * device/flash/intel.h: Ditto. * device/other/hd64461/afe.h: Ditto. * device/other/hd64461/gpio.h: Ditto. * device/other/hd64461/intc.h: Ditto. * device/other/hd64461/lcdc.h: Ditto. * device/other/hd64461/pcc.h: Ditto. * device/other/hd64461/stbsys.h: Ditto. * device/other/hd64461/timer.h: Ditto. * h8/h83048/adc.h: Ditto. * h8/h83048/dac.h: Ditto. * h8/h83048/dmac.h: Ditto. * h8/h83048/flash.h: Ditto. * h8/h83048/ic.h: Ditto. * h8/h83048/itu.h: Ditto. * h8/h83048/other.h: Ditto. * h8/h83048/ports.h: Ditto. * h8/h83048/rc.h: Ditto. * h8/h83048/sci.h: Ditto. * h8/h83048/tpc.h: Ditto. * h8/h83048/wdt.h: Ditto. * h8/h8s2357/adc.h: Ditto. * h8/h8s2357/bus.h: Ditto. * h8/h8s2357/dac.h: Ditto. * h8/h8s2357/dmac.h: Ditto. * h8/h8s2357/dtc.h: Ditto. * h8/h8s2357/flash.h: Ditto. * h8/h8s2357/ic.h: Ditto. * h8/h8s2357/mcu.h: Ditto. * h8/h8s2357/ports.h: Ditto. * h8/h8s2357/ppg.h: Ditto. * h8/h8s2357/sci.h: Ditto. * h8/h8s2357/timer.h: Ditto. * h8/h8s2357/tpu.h: Ditto. * h8/h8s2357/wdt.h: Ditto. * sh/sh7709s/intc.h: Ditto. * sh/sh7750/ccn.h: Ditto. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@664 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 |
19 years ago | |
---|---|---|
.. | ||
arm | 19 years ago | |
brux | 21 years ago | |
device | 19 years ago | |
h8 | 19 years ago | |
sh | 19 years ago | |
std | 21 years ago | |
stdint | 20 years ago | |
tools | 22 years ago | |
.cvsignore | 20 years ago | |
AUTHORS | 20 years ago | |
COPYING | 20 years ago | |
ChangeLog | 19 years ago | |
Makefile.am | 19 years ago | |
NEWS | 19 years ago | |
README | 20 years ago | |
acinclude.m4 | 20 years ago | |
autogen.sh | 20 years ago | |
cexcept.h | 22 years ago | |
common.h | 19 years ago | |
configure.ac | 19 years ago | |
openwince.h | 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. 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