ovi-dev-smx-0.3.0 and ovi-dev-ztec-0.4.0 released
ovi-dev-0.6.0 and ovi-dev-examples-0.2.0 released
with some bug fixed. Also, a test implementation of IRQ handling in user space (via signal) had been added via API ovi_dev_signal_connect().
* Add support for NI PXI6503,PXI6508,PCIDIO96, PXI6704 and PXI2593. To use PXI2593 you will need register level programming manual which is NI confidential, so anything related to that doc is not in source code. Ask NI to release such info if you do need to us PXI2593.
* Add support for ZTec ZT002 and ZT1000.
v0.2.0
2005/05/20
* <ovi/types.h>, define complex as complex8.
* Add time measurement code for FFT test programs.
2005/05/01 KCC
* Add uninstall hook. Note, not perfect since the correctly uninstall
depends on $(prefix) of installed package ...
2005/04/22 KCC
* Add version info. and macros.
2005/04/21 KCC
* Remove lapack/LAPACK/* from distribution.
* Add prefix "FFTPACK_" to FFTPACK's internal subroutines name and prefix
"DFFTPACK_" to DFFTPACK's internal subroutines name to avoid namespace conflict.
The exported APIs are not changed so end user of the libraries will not be affected.
* add original fftpack/dfftpack test program.... read more
OpenVI general device interface for PCI/cPCI/PXI device access. Currently only I/O and memory access are supported.
The ovi-dev-0.1.0 can only be compiled for kernel 2.4.x. Kernel 2.6.x support will be coming soon.
The ovi-vsipl is a branch of TASP VSIPL implementation which may be used in OpenVI.
The ovi-netlib is my collection of selected math packages from www.netlib.org which may be used for OVI or OpenVI project.