From 1a1343e9dab545643670664f5751383b875ad6cc Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Sun, 5 Feb 2023 09:26:42 +0300 Subject: [PATCH] add OpenBLT bootloader --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c6a97d..6b6cd5f 100644 --- a/README.md +++ b/README.md @@ -444,6 +444,7 @@ Computer Vision ### Bootloaders * [mcuboot](https://github.com/mcu-tools/mcuboot) - Secure boot for 32-bit Microcontrollers. +* [OpenBLT](https://github.com/feaser/openblt) - Open source bootloader for STM32, XMC, HCS12 and other microcontroller targets. It supports communication interfaces such as: RS232, CAN, USB, TCP/IP and it ships with the easy-to-use [MicroBoot](https://www.feaser.com/openblt/doku.php?id=manual:microboot) PC tool for initiating and monitoring the firmware update. Performing firmware updates directly from an SD-card is also supported. ### Firmware updates