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 [2013/05/22 15:48]
voorburg [Subversion Repository]
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 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 versions, are 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/​]]. ​ 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:​\\  ​ 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**. 
  
-===== Changelog ​===== +  * **svn checkout svn:​%%//​%%svn.code.sf.net/​p/​openblt/​code/​trunk openblt-code** 
-__OpenBLT version 0.94.00__ (4 Mar 2012) + 
-  * Added support for the LM3S ARM CortexM3 family +===== Download from GitHub (GIT) ===== 
-  * Added support for IAR Embedded WorkbenchGCC and Crossworks on LM3S targets + 
-  * Added demos for the Texas Instruments EK-LM3S6965 board +The entire Subversion repository at SourceForge is mirrored to a Git repository on GitHub every dayThose that prefer working with Git can download OpenBLT from the [[https://​github.com/​feaser/​openblt|GitHub page]]
-  * Added demos for the Texas Instruments EK-LM3S8962 board + 
-  * Added support for the EFM32 ARM CortexM3 family +Read-only access to the Git repository is granted to everyoneso you can also clone all the files with the command:​\\ ​  
-  * Added support for IAR Embedded Workbench, GCC and Crossworks on EFM32 targets + 
-  ​Added demos for the Olimex EM-32G880F128-STK board +  * **git clone https:​%%//​%%github.com/​feaser/​openblt.git openblt-code**
-  ​Fixed bug where the checksum was incorrectly programmed during a programming sequence that doesn'​t include data for the bootblock +
-  ​Fixed bug in UsbTransmitPipeBulkIN where data was incorrectly copied twice to the endpoint'​s RAM+
  
-__OpenBLT version 0.93.00__ (17 Dec 2011) 
-  * Added support for bootloading over USB on STM32 targets 
-  * Added support for IAR Embedded Workbench on STM32 targets 
-  * Added demos for the Olimex STM32-H103 board 
  
-__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 NVM 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 (LPC2000) 
  
-__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.1369230539.txt.gz · Last modified: 2019/09/24 22:02 (external edit)