openblt/Host/Source/LibOpenBLT
Frank Voorburg 24d2c39ac8 Refs #347. Updated the PC-Lint configuration file for GCC to GCC version 5.4.0 after switch to KDE Neon which is Ubuntu 16.04 LTS based.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@276 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-06-15 22:13:30 +00:00
..
lint Refs #347. Updated the PC-Lint configuration file for GCC to GCC version 5.4.0 after switch to KDE Neon which is Ubuntu 16.04 LTS based. 2017-06-15 22:13:30 +00:00
port Refs #268. Merged /hostlib branch back into the trunk. 2017-05-26 14:01:14 +00:00
CMakeLists.txt Refs #268. Merged /hostlib branch back into the trunk. 2017-05-26 14:01:14 +00:00
firmware.c Refs #343. Added option to specify a memory address offset to BltFirmwareLoadFromFile. 2017-06-13 16:00:29 +00:00
firmware.h Refs #343. Added option to specify a memory address offset to BltFirmwareLoadFromFile. 2017-06-13 16:00:29 +00:00
openblt.c Refs #343. Added option to specify a memory address offset to BltFirmwareLoadFromFile. 2017-06-13 16:00:29 +00:00
openblt.h Refs #343. Added option to specify a memory address offset to BltFirmwareLoadFromFile. 2017-06-13 16:00:29 +00:00
openblt.pas Refs #343. Added option to specify a memory address offset to BltFirmwareLoadFromFile. 2017-06-13 16:00:29 +00:00
readme.dox Refs #268. Merged /hostlib branch back into the trunk. 2017-05-26 14:01:14 +00:00
serialport.h Refs #268. Merged /hostlib branch back into the trunk. 2017-05-26 14:01:14 +00:00
session.c Refs #268. Merged /hostlib branch back into the trunk. 2017-05-26 14:01:14 +00:00
session.h Refs #268. Merged /hostlib branch back into the trunk. 2017-05-26 14:01:14 +00:00
srecparser.c Refs #343. Added option to specify a memory address offset to BltFirmwareLoadFromFile. 2017-06-13 16:00:29 +00:00
srecparser.h Refs #268. Merged /hostlib branch back into the trunk. 2017-05-26 14:01:14 +00:00
util.c Refs #268. Merged /hostlib branch back into the trunk. 2017-05-26 14:01:14 +00:00
util.h Refs #268. Merged /hostlib branch back into the trunk. 2017-05-26 14:01:14 +00:00
xcploader.c Refs #268. Merged /hostlib branch back into the trunk. 2017-05-26 14:01:14 +00:00
xcploader.h Refs #268. Merged /hostlib branch back into the trunk. 2017-05-26 14:01:14 +00:00
xcptpuart.c Refs #268. Merged /hostlib branch back into the trunk. 2017-05-26 14:01:14 +00:00
xcptpuart.h Refs #268. Merged /hostlib branch back into the trunk. 2017-05-26 14:01:14 +00:00

readme.dox

/**
\mainpage OpenBLT Host Library  (LibOpenBLT)   
\details
\tableofcontents
\section into Introduction
LibOpenBLT is a host library for the OpenBLT bootloader. Its purpose is to allow quick and 
easy creation of programs that can connect to and perform firmware updates on a 
microcontroller that runs the OpenBLT bootloader.

LibOpenBLT is written in the C programming language (C99) and is cross-platform. It has 
been successfully tested on a Windows PC, Linux PC and even embedded Linux systems such 
as a Raspberry Pi and a Beagle Board.

\image html libopenblt_architecture.png
\image latex libopenblt_architecture.png

Both the MicroBoot (GUI) and BootCommander (CLI) firmware updater tools, which are part 
of the OpenBLT bootloader package, make use of the OpenBLT Host Library. The source code
of these two tools serve as an additional reference on how to use the OpenBLT Host 
Library when your are developing your own custom tool.

Refer to the OpenBLT website for additional information regarding the OpenBLT Host 
Library, including step-by-step instructions on how to build both that shared and static 
library from sources: https://www.feaser.com/openblt/doku.php?id=manual:libopenblt.

\verbatim
----------------------------------------------------------------------------------------
                          C O P Y R I G H T
----------------------------------------------------------------------------------------
               Copyright (c) 2017 Feaser. All rights reserved.

----------------------------------------------------------------------------------------
                            L I C E N S E
----------------------------------------------------------------------------------------
 This file is part of OpenBLT. OpenBLT is free software: you can redistribute it and/or
 modify it under the terms of the GNU General Public License as published by the Free
 Software Foundation, either version 3 of the License, or (at your option) any later
 version.

 OpenBLT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
 without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE. See the GNU General Public License for more details.

 You have received a copy of the GNU General Public License along with OpenBLT. It 
 should be located in ".\Doc\license.html". If not, contact Feaser to obtain a copy.
----------------------------------------------------------------------------------------
\endverbatim

*/