<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openpcd/firmware/src/os, branch v0.5</title>
<subtitle>Firmware for the OpenPCD, OpenPICC and SIMtrace hardware</subtitle>
<id>https://git.gnumonks.org/cgit/openpcd/atom?h=v0.5</id>
<link rel='self' href='https://git.gnumonks.org/cgit/openpcd/atom?h=v0.5'/>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/openpcd/'/>
<updated>2012-03-22T22:33:07+00:00</updated>
<entry>
<title>wdt: make sure WDT doesn't fire inadvertently</title>
<updated>2012-03-22T22:33:07+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2012-03-22T22:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/openpcd/commit/?id=4c0cf591b03148b9450d4009d2a3e908ec0c87a8'/>
<id>urn:sha1:4c0cf591b03148b9450d4009d2a3e908ec0c87a8</id>
<content type='text'>
We have to set WDD and WDV to the same value to avoid watchdog errors
</content>
</entry>
<entry>
<title>disable logging of PIO status in PIO interrupt routine</title>
<updated>2012-03-22T14:03:10+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2012-03-22T14:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/openpcd/commit/?id=94143382bfef8425b5c1b7bf2d8d01d3e1daeeb2'/>
<id>urn:sha1:94143382bfef8425b5c1b7bf2d8d01d3e1daeeb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>usb: Do not send ZLP when we have filled the window</title>
<updated>2011-12-14T14:16:54+00:00</updated>
<author>
<name>Holger Hans Peter Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2011-11-09T22:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/openpcd/commit/?id=ebf16b4ddf0dcbadf96aebdec3304f703917fdc7'/>
<id>urn:sha1:ebf16b4ddf0dcbadf96aebdec3304f703917fdc7</id>
<content type='text'>
Only send the ZLP if we send less data than was required/asked for
by the host and it is a multiple of the bMaxPacketSize0 (which is
hardcoded to 8 right now).

This is completing the change done in fe88b83e80df8be0351ff38ee6 to
fix SIMtrace attached to OSX and not regress on windows.

Introduce another parameter to udp_ep0_send_data to specify the window
size (wLength) or if not available the default from USB 2.0 specification.
</content>
</entry>
<entry>
<title>DBGU: Print Reset controller Status Register on boot</title>
<updated>2011-08-15T19:40:35+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2011-08-15T19:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/openpcd/commit/?id=ea85282e09d635c64b4a304dd9d556695e74830f'/>
<id>urn:sha1:ea85282e09d635c64b4a304dd9d556695e74830f</id>
<content type='text'>
This helps us to discover _why_ the CPU has been rebooted.
</content>
</entry>
<entry>
<title>USB: Add support for the 3rd DFU interface (RAM)</title>
<updated>2011-08-15T19:40:09+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2011-08-15T19:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/openpcd/commit/?id=7d31d475b63e058dad4e1d0b9b5b21fdd1193af9'/>
<id>urn:sha1:7d31d475b63e058dad4e1d0b9b5b21fdd1193af9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DFU: add third 'alternate configuration' for RAM load</title>
<updated>2011-07-30T00:08:36+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2011-07-30T00:08:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/openpcd/commit/?id=e3d1fd9bbdb789196c25bdd5eb7536cda5ba39f3'/>
<id>urn:sha1:e3d1fd9bbdb789196c25bdd5eb7536cda5ba39f3</id>
<content type='text'>
This will allow us to load code directly into RAM without going through
flash.
</content>
</entry>
<entry>
<title>add new RUN_FROM_RAM run-mode for direct DFU-to-RAM support</title>
<updated>2011-07-29T22:37:04+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2011-07-29T22:37:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/openpcd/commit/?id=5a8cd9feca7d0d09aee736ff804be4967828aefd'/>
<id>urn:sha1:5a8cd9feca7d0d09aee736ff804be4967828aefd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>USB driver: use the DFU-provided function to send EP0 data</title>
<updated>2011-07-07T15:43:55+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2011-07-07T15:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/openpcd/commit/?id=a23eefc6dc5f45498116f69125f6e12f53a81130'/>
<id>urn:sha1:a23eefc6dc5f45498116f69125f6e12f53a81130</id>
<content type='text'>
There is no point in replicating the functionality that already
exists in the DFU section of the flash
</content>
</entry>
<entry>
<title>simtrace: add support for the analog bus switch</title>
<updated>2011-06-16T19:16:13+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2011-06-16T19:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/openpcd/commit/?id=cda126a7ef6fbb54a18a4786c15117800a13f7b3'/>
<id>urn:sha1:cda126a7ef6fbb54a18a4786c15117800a13f7b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>req_ctx: Increase size of small req_ctx to 128 and have 16 instead of 8</title>
<updated>2010-11-18T22:06:43+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2010-11-18T22:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/openpcd/commit/?id=6492c2959cbea6dd6d46fc64267b88c19cf14e8a'/>
<id>urn:sha1:6492c2959cbea6dd6d46fc64267b88c19cf14e8a</id>
<content type='text'>
This is required to deal with bursts in SIM comminication while using
the SIMTRACE firmware
</content>
</entry>
</feed>
