openblt/Target/Source
Frank Voorburg 57b517eabe Refs #1802. Final changes before the next release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1080 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2023-07-07 10:29:56 +00:00
..
ARMCM0_S32K11 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM0_STM32F0 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM0_STM32G0 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM0_STM32L0 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM0_XMC1 Refs #1771. Use the external crystal clock for the CAN baudrate generation for better accuracy. Configured a digital input for bootloader backdoor entry purposes. 2023-06-05 10:30:10 +00:00
ARMCM3_EFM32 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM3_LM3S Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM3_STM32F1 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM3_STM32F2 Refs #366. Merged branch with new Nucleo-F207ZG demos and STM32F2 USB driver back into the trunk. 2023-05-19 11:44:45 +00:00
ARMCM3_STM32L1 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM4_S32K14 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM4_STM32F3 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM4_STM32F4 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM4_STM32G4 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM4_STM32L4 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM4_TM4C Refs #1655, #1797. Added support for automatic WinUSB driver install and used unique ID for the USB serial number, where available. 2023-06-27 07:29:12 +00:00
ARMCM4_XMC4 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM7_STM32F7 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM7_STM32H7 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
ARMCM33_STM32L5 Refs #1773. Disable ICache before updating flash memory. 2023-04-28 19:55:13 +00:00
ARMCM33_STM32U5 Refs #1346. Reintegrated STM32U5 port and demos into the trunk. 2023-04-28 18:25:54 +00:00
HCS12 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
TRICORE_TC3 Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
_template Refs #1772. Increased RS232_CTO_RX_PACKET_TIMEOUT_MS. 2023-04-21 12:15:01 +00:00
third_party
asserts.c
asserts.h
backdoor.c
backdoor.h
boot.c
boot.h Refs #1802. Final changes before the next release. 2023-07-07 10:29:56 +00:00
can.h
com.c
com.h
cop.c
cop.h
core.dox
cpu.h
file.c
file.h
net.c
net.h
nvm.h
plausibility.h
ports.dox
readme.dox
rs232.h
timer.h
usb.h
xcp.c
xcp.h

readme.dox

/**
\mainpage   OpenBLT Firmware Documentation    
\details
\section into Introduction
This documentation covers the OpenBLT (Open source BootLoader Tool) firmware. With 
OpenBLT you can make software updates through an on-chip communication interface 
(RS232, CAN, TCP/IP, USB etc.), without the need of specialized debugger hardware.

\section arch Software Architecture
The software program's architecture is divided into 4 major categories, namely the
application code (App), target independent code (Core), target dependent code 
(Target), and compiler specific code (Comp). 

\image html openblt_architecture.png
\image latex openblt_architecture.png

To configure and fine-tune the bootloader for integration in your product, all you have 
to do is take the demo bootloader project for the microcontroller and compiler you are
using, and (optionally) modify just the application code (App) to fit your needs. This
typically involves changing the configuration header file (blt_conf.h) and the 
implementation of the hook functions (hooks.c).

For more in-depth information behind the design of the OpenBLT bootloader, you can visit:
https://www.feaser.com/openblt/doku.php?id=manual:design.

\section copy Copyright and Licensing
\verbatim
----------------------------------------------------------------------------------------
                          C O P Y R I G H T
----------------------------------------------------------------------------------------
   Copyright (c) by Feaser 2011-2023   http://www.feaser.com    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

*/