Refs #341. Added markdown readme-file for mirror on GitHub.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@361 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2017-09-01 14:11:51 +00:00
parent 1bad017dcd
commit 044d2209f1
1 changed files with 32 additions and 0 deletions

32
README.md Normal file
View File

@ -0,0 +1,32 @@
# OpenBLT GNU GPL Bootloader
OpenBLT is an open source bootloader for STM32, XMC, HCS12 and other
microcontroller targets.
OpenBLT enables you and your customers to update the firmware on your
microcontroller based product. A major benefit of OpenBLT being open source
is that you can customize and tweak the bootloader to your specific needs.
OpenBLT can be ported to any 8-bit, 16-bit, or 32-bit microcontroller and
currently runs on microcontrollers with an ARM Cortex-M, Infineon Tricore, and
Freescale HCS12 core. It is most popular on
By default, it supports communication interfaces such as: RS232, CAN, USB,
TCP/IP and it ships with the easy-to-use MicroBoot PC tool for initiating and
monitoring the firmware update. Performing firmware updates directly from an
SD-card is also supported.
Details regarding the OpenBLT bootloader are available on the project's wiki:
- **https://www.feaser.com/openblt/**
The OpenBLT source code is hosted on SourceForge and available in its
subversion SVN repository:
- **https://sourceforge.net/projects/openblt/**
For those that prefer GIT for their version control, there is a read only
mirror of SVN repository at GitHub:
- **https://github.com/feaser/openblt/**