489 Commits (master)
 

Author SHA1 Message Date
Frank Voorburg 1b8f0db615 Refs #531. Minor refactoring and code cleanup in the Tricore TC1798 port.
5 years ago
Frank Voorburg 32d3ef07df Refs #400, #431. Added timeout functionality to break out of loops when waiting for hardware acknowledgements.
5 years ago
Frank Voorburg eab505d95c Refs #520. Updated BootCommander to perform erase operation in steps of 32kb.
5 years ago
Frank Voorburg e4acfbce62 Refs #523, #529. Added bash-script for updating the pc-lint configuration files for the installed GCC version. Replaced deprecated libusb_set_debug() with libusb_set_option() for newer versions of Libusb.
5 years ago
Frank Voorburg 9a3b6c91e1 Refs #319. Improved MicroBoot's progress bar behavior when finishing the firmware update.
5 years ago
Frank Voorburg b7cc72f9f4 Refs #319. Merged the new cross-platform MicroBoot version 2.0 from the development branch into the trunk.
5 years ago
Frank Voorburg 3336887939 Refs #319, #518. Updated LibOpenBLT version number related to minor recent changes.
5 years ago
Frank Voorburg b9dbc2da03 Refs #516, #518. Corrected typo in printf-statement for XCP Timeout T7 (BootCommander) and removed call to XcpLoaderStop() from XcpLoaderTerminate() (LibOpenBLT).
5 years ago
Frank Voorburg da4319508b Refs #515. Removed USB hook function prototypes from STM32F1 and TM4C ports.
5 years ago
Frank Voorburg e4b06890a4 Refs #514. Fixed typo in BootCommander help text.
5 years ago
Frank Voorburg 6616dcf71e Refs #489. Updated readme of the LibOpenBLT's Pascal bindings.
5 years ago
Frank Voorburg a6af52475d Refs #489. Added readme to LibOpenBLT's Pascal bindings.
5 years ago
Frank Voorburg 13193a3a51 Refs #384. Updated python bindings package for LibOpenBLT, such that it can load the shared library file from the current working directory, if it is present there.
5 years ago
Frank Voorburg 648c1ff798 Refs #499. Changed title in the Readme-file.
5 years ago
Frank Voorburg bc71ebb458 Refs #384. Reintegrated the branch for LibOpenBLT's Python bindings development with the trunk.
5 years ago
Frank Voorburg a3890205d2 Refs #484. Changed "build" version to "patch" version in a function header comment.
5 years ago
Frank Voorburg dcfac1767f Refs #483. Added watchdog servicing to XcpComputeChecksum().
5 years ago
Frank Voorburg 6f80eb072f Refs #460. Added length parameter to the XCP packet reception functions.
5 years ago
Frank Voorburg 817212b60f Refs #477. Added extra check for the received XCP packet length on the UART and USB transport layers.
5 years ago
Frank Voorburg 59a909fca2 Refs #476. Added evaluation of the len-parameter in functions FlashErase and FlashWrite of all ports.
5 years ago
Frank Voorburg 5528bcbac7 Refs #364. Corrected typo in the project name of the Nucleo-L476RG demo user program.
5 years ago
Frank Voorburg dc0060e755 Refs #364. Reintegrated branch with STM32L4 port and Nucleo-L476RG demo programs.
5 years ago
Frank Voorburg 4efd878c58 Refs #377. Reintegrated branch with SPL to HAL convertion for the STM32F3 port and demo programs.
5 years ago
Frank Voorburg da930c706e Refs #433. Updated version numbers in preparation for the new release.
5 years ago
Frank Voorburg 59dd45f87f Refs #310. The Olimex STM32-P207 demo programs now support the IAR Embedded Workbench as well.
5 years ago
Frank Voorburg 2b7510350c Refs #310. The Olimexino-STM32 demo programs now support the IAR Embedded Workbench as well.
5 years ago
Frank Voorburg 8a3ea51383 Refs #310. The STM32 Nucleo-F103RB demo programs now support the IAR Embedded Workbench as well.
5 years ago
Frank Voorburg 42ddc85b73 Refs #318.Updated LibOpenBLT and BootCommander version numbers.
5 years ago
Frank Voorburg 909f12a23a Refs #318. Corrected CMakeLists to not link the Winsock library under Unix.
5 years ago
Frank Voorburg 2327d92c65 Refs #318. Added TCP/IP support to LibOpenBLT and BootCommander.
5 years ago
Frank Voorburg 159f00f0b3 Refs #430. Updated PC-Lint configuration to GCC 5.4.0
5 years ago
Frank Voorburg f708732f5b Refs #426. Reserved first 192 bytes of RAM in the Keil STM32F0 Bootloader demo programs.
5 years ago
Frank Voorburg c0692f138d Refs #425. Moved openblt.pas Pascal bindings for LibOpenBLT to /bindings/pascal/.
5 years ago
Frank Voorburg 673762baef Refs #320. Added link to the online user manual related to the Seed and Key security functionality.
5 years ago
Frank Voorburg 992d00f480 Refs #320. Committed new versions of the Windows specific host binaries.
5 years ago
Frank Voorburg 32e11ecf9a Refs #320. Implemented support for the seed/key protection in the XCP loader module.
5 years ago
Frank Voorburg a16099de24 Refs #424. Added -std=gnu99 flag to CMakeLists.txt files when building with GCC under Windows.
5 years ago
Frank Voorburg 88855a5f7a Refs #320. Refactored the XCP Seed and Key shared library. Its build system is now based on CMake and it is cross-platform.
6 years ago
Frank Voorburg 40f5406c80 Refs #338. Changed BOOT_VERSION_CORE_BUILD to BOOT_VERSION_CORE_PATCH.
6 years ago
Frank Voorburg 3d853fb851 Refs #317. Added USB support to LibOpenBLT and BootCommander. Use LibOpenBLT shared library in BootCommander instead of the static library. Prepared OpenBLT version number for new patch release.
6 years ago
Frank Voorburg d37ad9f3ae Refs #419. Moved FirmwareData.pas module.
6 years ago
Frank Voorburg c90d3a4d5d Refs #323. Uniform timer module API in all the demo user programs.
6 years ago
Frank Voorburg 78ecc19a5b Refs #410. Added Microsoft C runtime DLL to Host directory (msvcr120d.dll).
6 years ago
Frank Voorburg 2b6bc4c6b3 Refs #408. Added MicroBoot user manual link to Doc-folder
6 years ago
Frank Voorburg ebe0434715 Refs #407. Removed redundant carriage return when writing S-records in LibOpenBLT.
6 years ago
Frank Voorburg 649a377623 Refs #397. Added STM32F0-Discovery demo programs for Keil MDK.
6 years ago
Frank Voorburg dbcd2d19f2 Refs #397. Added Nucleo-F091RC demo programs for Keil MDK.
6 years ago
Frank Voorburg fc87eb708e Refs #104. Implemented configurable FlashCryptoDecryptDataHook() in all flash drivers. It can be used for implementing program code decryption logic.
6 years ago
Frank Voorburg b611586f7b Refs #371. Corrected a few minor typos in BootCommander info strings.
6 years ago
Frank Voorburg 0e707de0ec Refs #335. Added XCP Connection Mode configuration setting to LibOpenBLT and BootCommander.
6 years ago