<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://projects.varxec.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://projects.varxec.net/feed.php">
        <title>VARXEC Projects</title>
        <description></description>
        <link>http://projects.varxec.net/</link>
        <image rdf:resource="http://projects.varxec.net/lib/images/favicon.ico" />
       <dc:date>2010-09-06T21:46:40+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://projects.varxec.net/can_pci-200?rev=1187119116"/>
                <rdf:li rdf:resource="http://projects.varxec.net/fpgaunusedpins?rev=1185390270"/>
                <rdf:li rdf:resource="http://projects.varxec.net/ise_webpack_for_linux?rev=1145121320"/>
                <rdf:li rdf:resource="http://projects.varxec.net/raggedstone1?rev=1186408381"/>
                <rdf:li rdf:resource="http://projects.varxec.net/rs1driver?rev=1141322784"/>
                <rdf:li rdf:resource="http://projects.varxec.net/rs1driver002_changes?rev=1141322605"/>
                <rdf:li rdf:resource="http://projects.varxec.net/rs1driver003_changes?rev=1185564825"/>
                <rdf:li rdf:resource="http://projects.varxec.net/start?rev=1184201207"/>
                <rdf:li rdf:resource="http://projects.varxec.net/test?rev=1186349758"/>
                <rdf:li rdf:resource="http://projects.varxec.net/thvp?rev=1153434037"/>
                <rdf:li rdf:resource="http://projects.varxec.net/whoami?rev=1140286328"/>
                <rdf:li rdf:resource="http://projects.varxec.net/wrt54usb?rev=1184203645"/>
                <rdf:li rdf:resource="http://projects.varxec.net/x60s?rev=1182122979"/>
                <rdf:li rdf:resource="http://projects.varxec.net/yakumo_hypersound_car?rev=1133214584"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://projects.varxec.net/lib/images/favicon.ico">
        <title>VARXEC Projects</title>
        <link>http://projects.varxec.net/</link>
        <url>http://projects.varxec.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://projects.varxec.net/can_pci-200?rev=1187119116">
        <dc:format>text/html</dc:format>
        <dc:date>2007-08-14T19:18:36+00:00</dc:date>
        <title>can_pci-200</title>
        <link>http://projects.varxec.net/can_pci-200?rev=1187119116</link>
        <description>The CAN/PCI-200 is a passive PCI CAN Controller made by ESD Electronic (esd electronic system design gmbh).

This driver is currently only available as a patch against lincan 0.3.3. Lincan is part of the OCERA Project (Open Components for Embedded Real-time Applications).  It can be built without the other OCERA components. The lincan drivers can be used under RT-Linux and plain Linux.</description>
    </item>
    <item rdf:about="http://projects.varxec.net/fpgaunusedpins?rev=1185390270">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-25T19:04:30+00:00</dc:date>
        <title>fpgaunusedpins</title>
        <link>http://projects.varxec.net/fpgaunusedpins?rev=1185390270</link>
        <description>Unused pins optimized away

Introduction

Xilinx ISE (and probably the other vendor's tools too) removes unused logic and also (more annoyingly) unused pins from FPGA designs. 

Problem Description

Unused (or even some static) pins seem to be optimized away by Xilinx' ISE FPGA design tools.</description>
    </item>
    <item rdf:about="http://projects.varxec.net/ise_webpack_for_linux?rev=1145121320">
        <dc:format>text/html</dc:format>
        <dc:date>2006-04-15T17:15:20+00:00</dc:date>
        <title>ise_webpack_for_linux</title>
        <link>http://projects.varxec.net/ise_webpack_for_linux?rev=1145121320</link>
        <description>Others have some nice descriptions how to do this:

	*  Xilinx ISE WebPack for Linux: &lt;http://lug.wsu.edu/node/383&gt;
		*  Comments here: &lt;http://lug.wsu.edu/node/204&gt;

	*  Xilinx Webpack v8.1i on Gentoo Linux with a 2.6 kernel: &lt;http://gentoo-wiki.com/HOWTO_Xilinx&gt;</description>
    </item>
    <item rdf:about="http://projects.varxec.net/raggedstone1?rev=1186408381">
        <dc:format>text/html</dc:format>
        <dc:date>2007-08-06T13:53:01+00:00</dc:date>
        <title>raggedstone1</title>
        <link>http://projects.varxec.net/raggedstone1?rev=1186408381</link>
        <description>Raggedstone1 is a low-cost Spartan3 FPGA based PCI development board made by Enterpoint Ltd.
 Here is the product page: &lt;http://www.enterpoint.co.uk/moelbryn/raggedstone1.html&gt;

A colleague and I have the board working using the pci32tlite_oc  core from opencores.org</description>
    </item>
    <item rdf:about="http://projects.varxec.net/rs1driver?rev=1141322784">
        <dc:format>text/html</dc:format>
        <dc:date>2006-03-02T18:06:24+00:00</dc:date>
        <title>rs1driver</title>
        <link>http://projects.varxec.net/rs1driver?rev=1141322784</link>
        <description>Building/Using under Linux 2.4.x

 Make sure you have /lib/modules/`uname -r`/build/include, otherwise create a symlink:
cd /lib/modules/`uname -r`/
ln -s /usr/src/linux build
 and then 
make
should suffice to build the module. We've tested it under 2.4.4 as well as 2.4.27 This should also have compiled the user-space test-program called “send_to_fpga”.</description>
    </item>
    <item rdf:about="http://projects.varxec.net/rs1driver002_changes?rev=1141322605">
        <dc:format>text/html</dc:format>
        <dc:date>2006-03-02T18:03:25+00:00</dc:date>
        <title>rs1driver002_changes</title>
        <link>http://projects.varxec.net/rs1driver002_changes?rev=1141322605</link>
        <description>*  renamed the source and module files (from {mod_}pci_driver_7seg.{c,o} to {mod_}rs1_pci_driver.{c,o})
	*  now works with RT-Linux:
		*  three new functions that are callable by RT-Linux based modules and other kernel modules
		*  added a headerfile “vc_pulser_rt.h” for those three functions (Please disregard the name, it is based on an internal project)</description>
    </item>
    <item rdf:about="http://projects.varxec.net/rs1driver003_changes?rev=1185564825">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-27T19:33:45+00:00</dc:date>
        <title>rs1driver003_changes</title>
        <link>http://projects.varxec.net/rs1driver003_changes?rev=1185564825</link>
        <description>*  renamed the module files (from mod_rs1_pci_driver.o/.ko to raggedstone1.o/.ko)
	*  reworked the Makefile
		*  only one Makefile for both Linux kernel 2.4.x and 2.6.x

	*  now works with RTAI in addition to RT-Linux:
		*  see changes for version 0.0.2 for more info on the realtime functions</description>
    </item>
    <item rdf:about="http://projects.varxec.net/start?rev=1184201207">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-12T00:46:47+00:00</dc:date>
        <title>start</title>
        <link>http://projects.varxec.net/start?rev=1184201207</link>
        <description>You'll find here:

	*  open source software written/maintained by me
	*  patches for open source software
	*  hardware/electronics projects designed by me

----------

Software

	*  Linux Application to talk to Microchip's PICdem FS USB (Demo Mode, not Bootloader Mode)
		*  &lt;http://www.varxec.net/picdem_fs_usb/&gt;
		*  &lt;http://svn.varxec.net/&gt; 
			*  &lt;http://svn.varxec.net/cgi-bin/viewcvs.cgi/?root=picdem_fs_usb&gt;
			*  &lt;http://svn.varxec.net/svn/picdem_fs_usb/trunk/&gt;</description>
    </item>
    <item rdf:about="http://projects.varxec.net/test?rev=1186349758">
        <dc:format>text/html</dc:format>
        <dc:date>2007-08-05T21:35:58+00:00</dc:date>
        <title>test</title>
        <link>http://projects.varxec.net/test?rev=1186349758</link>
        <description>nix hier!</description>
    </item>
    <item rdf:about="http://projects.varxec.net/thvp?rev=1153434037">
        <dc:format>text/html</dc:format>
        <dc:date>2006-07-20T22:20:37+00:00</dc:date>
        <title>thvp</title>
        <link>http://projects.varxec.net/thvp?rev=1153434037</link>
        <description>The THVP (Trivial High Voltage Programmer), designed by Byron A. Jeff, is a PIC programmer for the Parallel Port. It is similar to other Tait-style parallel port programmers. Byron's THVP page can be found here: &lt;http://www.finitesite.com/d3jsys/proghvp.html&gt;</description>
    </item>
    <item rdf:about="http://projects.varxec.net/whoami?rev=1140286328">
        <dc:format>text/html</dc:format>
        <dc:date>2006-02-18T18:12:08+00:00</dc:date>
        <title>whoami</title>
        <link>http://projects.varxec.net/whoami?rev=1140286328</link>
        <description>You can contact me via email:  QQQ  QQQ  QQQ  QQQ  QQQ
 (remove the 'Q's for my real email address, I hate spam)</description>
    </item>
    <item rdf:about="http://projects.varxec.net/wrt54usb?rev=1184203645">
        <dc:format>text/html</dc:format>
        <dc:date>2007-07-12T01:27:25+00:00</dc:date>
        <title>wrt54usb</title>
        <link>http://projects.varxec.net/wrt54usb?rev=1184203645</link>
        <description>Serial port to USB converter PCB for Linksys WRT54G/GS/GL/... wireless access points. There are two serial ports on the WRT54G series. This PCB has jumpers to select between the first and second serial port. This converter uses FTDI's FT232BM serial-to-USB converter.</description>
    </item>
    <item rdf:about="http://projects.varxec.net/x60s?rev=1182122979">
        <dc:format>text/html</dc:format>
        <dc:date>2007-06-17T23:29:39+00:00</dc:date>
        <title>x60s</title>
        <link>http://projects.varxec.net/x60s?rev=1182122979</link>
        <description>This place serves as documentation for my Lenovo Thinkpad X60s Setup under Linux.

I have a X60s 1704-69U (aka 170469U). I'm using Gentoo (currently 2006.0)

Until organized, it'll just be a wild collection of bits and pieces.

Suspend-to-disk implementations explained and compared: &lt;http://suspend2.net/features.html#compare&gt; 
 Knock-based commands for your Linux laptop: &lt;http://www-128.ibm.com/developerworks/linux/library/l-knockage.html?ca=dgr-lnxw01Knock-Knock&gt;
 Primary Resource for Linux on …</description>
    </item>
    <item rdf:about="http://projects.varxec.net/yakumo_hypersound_car?rev=1133214584">
        <dc:format>text/html</dc:format>
        <dc:date>2005-11-28T21:49:44+00:00</dc:date>
        <title>yakumo_hypersound_car</title>
        <link>http://projects.varxec.net/yakumo_hypersound_car?rev=1133214584</link>
        <description>I bought this car mp3 (MP3-CD/MMC/SD/USB/radio) player during summer of 2005. It was relatively cheap, and most importantly, it had a SD/MMC card slot.

Yakumo has a German-speaking support forum here:
  &lt;http://forum.yakumo.de/german/index.php?t=thread&amp;frm_id=123&amp;&gt;</description>
    </item>
</rdf:RDF>
