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 [2012/03/04 22:32]
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 previous) development 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.+
  
-===== Changelog ​===== +The latest stable release can be downloaded by clicking the download button: 
-__OpenBLT version 0.94.00__ (4 Mar 2012) + 
-  * Added support ​for the LM3S ARM CortexM3 family +[[https://​sourceforge.net/​projects/​openblt/​files/​latest/​download|{{download_button.png}}]] 
-  * Added support for IAR Embedded Workbench, GCC and Crossworks on LM3S targets + 
-  * Added demos for the Texas Instruments EK-LM3S6965 board +===== Download from SourceForge ​ (SVN) ===== 
-  * Added demos for the Texas Instruments EK-LM3S8962 board + 
-  * Added support for the EFM32 ARM CortexM3 family +Stable releases, including older versions, are available ​for download from the project'​s [[http://​sourceforge.net/​projects/​openblt/​files/​|SourceForge page]]. 
-  * Added support for IAR Embedded WorkbenchGCC and Crossworks on EFM32 targets + 
-  * Added demos for the Olimex EM-32G880F128-STK board +The latest development version, stored in the project'​s Subversion repository, can be viewed at [[https://​sourceforge.net/​p/​openblt/​code/​HEAD/​tree/​trunk/​]]. ​ 
-  ​Fixed bug where the checksum was incorrectly programmed during ​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+Read-only access to the Subversion repository is granted to everyoneso 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 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**
  
-__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 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.1330896756.txt.gz · Last modified: 2019/09/24 22:02 (external edit)