Skip to content

Commit

Permalink
Update website for 0.7.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
skirridsystems committed Aug 2, 2014
1 parent 6a099c3 commit 1dc27fa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bluehaze.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dd {
padding: 0 1em 1ex 1em;
}

#bodyText p {
#bodyText p, #bodyText ul {
margin: 0;
padding-bottom: 2ex;
}
Expand Down
22 changes: 14 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,27 @@ <h1 id="welcome">Welcome</h1>

<a class="topOfPage" href="#top" title="Top Of Page">top</a>
<h1 id="news">News</h1>
<h3>dfu-programmer 0.7.0 released (02 Aug 2014)</h3>
<p>This release contains a major internal reworking in several areas</p>
<ul>
<li>More reliable writing of eeprom and user flash areas</li>
<li>Blank memory check</li>
<li>Hex dump facility</li>
<li>New 'launch' command replaces start and reset commands</li>
<li>Status output shows progress while programming</li>
</ul>

<h3>dfu-programmer repository moved to GitHub (25 May 2014)</h3>
<p>After many years hosted on SourceForge we have taken the decision to migrate the repository
to GitHub. We hope users will benefit from the enhanced support for open source collaboration
that is offered by GitHub, and that we will benefit from more user input.</p>
<p>You can find the new repository <a href="https://github.com/dfu-programmer/dfu-programmer">here</a>.</p>
<p>Downloads will continue to be hosted by SourceForge and we hope to have 0.7.0 available soon.</p>

<h3>dfu-programmer 0.6.2 released (18 Jul 2013)</h3>
<p>This release fixes the default library path to libusb-1.0 and fixes a spurious
'No device present' message for some AVR32 devices.</p>
<p>Downloads will continue to be hosted by SourceForge.</p>

<a class="topOfPage" href="#top" title="Top Of Page">top</a>
<h1 id="news">Downloads</h1>
<p>You can download the source distribution from the
<a href="http://sourceforge.net/projects/dfu-programmer/files/dfu-programmer/0.6.2">project files</a> page.
<a href="http://sourceforge.net/projects/dfu-programmer/files/dfu-programmer/0.7.0">project files</a> page.
Windows users can download a pre-compiled executable, a set of USB drivers and the HTML help file
in a separate zip file from the same page.</p>

Expand Down Expand Up @@ -102,8 +108,8 @@ <h3>XMEGA based controllers:</h3>
atxmega192a3u, atxmega256a3u, atxmega16a4u, atxmega32a4u,
atxmega64a4u, atxmega128a4u, atxmega256a3bu, atxmega64b1,
atxmega128b1, atxmega64b3, atxmega128b3, atxmega64c3,
atxmega128c3, atxmega256c3, atxmega384c3<!--, atxmega16c4,
atxmega32c4-->
atxmega128c3, atxmega256c3, atxmega384c3, atxmega16c4,
atxmega32c4
</p>
<!-- End of pasted section -->

Expand Down

0 comments on commit 1dc27fa

Please sign in to comment.