<feed xmlns='http://www.w3.org/2005/Atom'>
<title>at91lib, branch master</title>
<subtitle>My playground around Atmels at91lib</subtitle>
<id>https://git.gnumonks.org/cgit/at91lib/atom?h=master</id>
<link rel='self' href='https://git.gnumonks.org/cgit/at91lib/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/at91lib/'/>
<updated>2012-04-01T21:29:00+00:00</updated>
<entry>
<title>device/dfu: Force FullSpeed mode since the DFU driver doesn't support HS</title>
<updated>2012-04-01T21:29:00+00:00</updated>
<author>
<name>Sylvain Munaut</name>
<email>tnt@246tNt.com</email>
</author>
<published>2012-04-01T21:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/at91lib/commit/?id=7e109d186ed9c0b539fb8e6e40dd227ce4cc78ab'/>
<id>urn:sha1:7e109d186ed9c0b539fb8e6e40dd227ce4cc78ab</id>
<content type='text'>
Signed-off-by: Sylvain Munaut &lt;tnt@246tNt.com&gt;
</content>
</entry>
<entry>
<title>board/osmo-sdr: Add DFU support for the startup code</title>
<updated>2012-03-29T08:40:00+00:00</updated>
<author>
<name>Sylvain Munaut</name>
<email>tnt@246tNt.com</email>
</author>
<published>2012-03-29T08:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/at91lib/commit/?id=3b3b41d2ba4cdf4fe339b1c2c4e0679280dbc292'/>
<id>urn:sha1:3b3b41d2ba4cdf4fe339b1c2c4e0679280dbc292</id>
<content type='text'>
DFU mode will be entered if:
 - 0xDFDFDFDF magic is at AT91C_IRAM
 - Button is pressed
 - No valid firmware seem to be present (start addr = 0xffffffff)

Signed-off-by: Sylvain Munaut &lt;tnt@246tNt.com&gt;
</content>
</entry>
<entry>
<title>SAM3U: Use correct DMAC peripheral ID for SSC receive</title>
<updated>2012-02-26T21:00:35+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2012-02-26T21:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/at91lib/commit/?id=e3a39f0d8b3174ea4d266069f13c40485ea7e16c'/>
<id>urn:sha1:e3a39f0d8b3174ea4d266069f13c40485ea7e16c</id>
<content type='text'>
It seems like the SSC Rx channel has a different DMAC peripheral ID (4)
than the transmit side.

The official Atmel sam3u documentation (doc6403e) doesn't document that
fact, and it also doesn't even state any DMAC peripheral identifiers.

The at91lib code release by Atmel claims it is 3, when in reality it is
4!

I found this by brute-forcing all possible peripheral identifiers.
</content>
</entry>
<entry>
<title>DFU: runtime only has _one_ interface/altsetting</title>
<updated>2012-01-08T18:24:21+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2012-01-08T18:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/at91lib/commit/?id=35055940944b62166fd2a202195f3abfe411bb27'/>
<id>urn:sha1:35055940944b62166fd2a202195f3abfe411bb27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>board/osmo-sdr: Add DFU support (like SAM3U-EK)</title>
<updated>2012-01-08T17:32:36+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2012-01-08T17:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/at91lib/commit/?id=7261a4b6b79c8d1e2f6f0238d6aa47cb4f27ee62'/>
<id>urn:sha1:7261a4b6b79c8d1e2f6f0238d6aa47cb4f27ee62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add missing dfu.lds</title>
<updated>2012-01-08T17:30:30+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2012-01-08T17:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/at91lib/commit/?id=8204b630ed79142bb4b8966f6f4d79eb464713db'/>
<id>urn:sha1:8204b630ed79142bb4b8966f6f4d79eb464713db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DFU: include code to switch from DFU to RUNTUIME after bus reset / mannifest</title>
<updated>2012-01-08T17:24:32+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2012-01-08T17:24:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/at91lib/commit/?id=61739ec34d060a208db9506d5a8d94ad7059c7c5'/>
<id>urn:sha1:61739ec34d060a208db9506d5a8d94ad7059c7c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DFU: add dfu_runtime.c for runtime-to-dfu switching</title>
<updated>2012-01-08T16:44:16+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2012-01-08T16:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/at91lib/commit/?id=1b1befdeb5c24e5434952718cdd1b78cb6556fe5'/>
<id>urn:sha1:1b1befdeb5c24e5434952718cdd1b78cb6556fe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SAM3U-EK: Add a 'dfu' makefile target, DFU boot switching code</title>
<updated>2012-01-08T16:14:16+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2012-01-08T16:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/at91lib/commit/?id=5729b6faa31ad687facd4101e9a82b5daca65249'/>
<id>urn:sha1:5729b6faa31ad687facd4101e9a82b5daca65249</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename 'struct dfu' to 'struct dfudata' and 'dfu' symbol to 'g_dfu'</title>
<updated>2012-01-08T15:21:41+00:00</updated>
<author>
<name>Harald Welte</name>
<email>laforge@gnumonks.org</email>
</author>
<published>2012-01-08T15:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnumonks.org/cgit/at91lib/commit/?id=49600087b975f5f2df77c3b5c0505d5a7aedcb0a'/>
<id>urn:sha1:49600087b975f5f2df77c3b5c0505d5a7aedcb0a</id>
<content type='text'>
This avoids clashes with the -Ddfu caused by board MEMORIES
</content>
</entry>
</feed>
