User Tools

Site Tools


download

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
download [2011/12/02 23:44]
voorburg [Changelog]
download [2019/09/24 22:02] (current)
Line 1: Line 1:
 ====== Download ====== ====== Download ======
-===== Download from SourceForge ===== 
-Stable releases are available for download from the download section of the project'​s [[http://​sourceforge.net/​projects/​openblt/​|SourceForge page]]. 
  
-===== Subversion Repository ​===== +===== Download latest stable release ​===== 
-The latest (and previousdevelopment ​versions are accessed through ​the project'​s Subversion repository, ​which is located ​at [[https://​openblt.svn.sourceforge.net/svnroot/openblt]]. Read-only access is granted to everyone. Development versions are found in the ./trunk directory.+ 
 +The latest ​stable release can be downloaded by clicking the download button: 
 + 
 +[[https://​sourceforge.net/​projects/​openblt/​files/​latest/​download|{{download_button.png}}]] 
 + 
 +===== Download from SourceForge  ​(SVN===== 
 + 
 +Stable releases, including older versionsare available for download from the project'​s [[http://​sourceforge.net/​projects/​openblt/​files/​|SourceForge page]]. 
 + 
 +The latest development version, stored in the project'​s Subversion repository, ​can be viewed ​at [[https://​sourceforge.net/​p/openblt/​code/​HEAD/​tree/​trunk/​]] 
 + 
 +Read-only access to the Subversion repository is granted to everyone, so you can also checkout all the files with the command:​\\ ​  
 + 
 +  * **svn checkout svn:%%//%%svn.code.sf.net/p/openblt/code/trunk openblt-code** 
 + 
 +===== Download from GitHub (GIT) ===== 
 + 
 +The entire Subversion repository at SourceForge is mirrored to a Git repository on GitHub every day. Those that prefer working with Git can download OpenBLT from the [[https://​github.com/​feaser/​openblt|GitHub page]]. 
 + 
 +Read-only access ​to the Git repository ​is granted to everyone, so you can also clone all the files with the command:​\\ ​  
 + 
 +  * **git clone https:​%%//​%%github.com/feaser/​openblt.git openblt-code**
  
-===== Changelog ===== 
-__OpenBLT version 0.92.00__ (2 Dec 2011) 
-  * Added an Eclipse demo for the Olimex STM32P103 board 
-  * Added support for additional NVM driver in LPC-L2294 Demo's allowing operations on the 2MB external Intel C3 flash 
-  * Fixed data type of NvmEraseHook return code (blt_bool should have been blt_int8u) 
-  * Corrected the names of some return values for the NMV hooks (BTL_NVM_xxx to BLT_NVM_xxx) 
-  * Fixed problem with incorrect xcpInfo.mta value by changing the GCC/​Crossworks linker optimazation from -Os to -O1 
  
-__OpenBLT version 0.91.00__ (26 Nov 2011) 
-  * Added support for the STM32 ARM CortexM3 family with a demo for the Olimex STM32P103 board and Crossworks compiler 
-  * Added support for the GCC compiler on STM32 targets 
-  * Bugfix in Init() for LPC2000 where the system clock speed was compared in the wrong units (kHz vs. MHz) 
-  * Added support for Rowley Crossworks for LPC2000 target 
-  * Improvement where the checksum is only written if necessary 
-  * Configured icon for Microboot utility 
  
-__OpenBLT version 0.90.00__ (12 Nov 2011) 
-  * Initial release with support for LPC2000 with Olimex LPC-L2294/​GCC demo 
  
download.1322865895.txt.gz · Last modified: 2019/09/24 22:02 (external edit)