489 Commits (master)
 

Author SHA1 Message Date
Frank Voorburg 75c8698a55 Refs #335. Added XCP Connection Mode configuration setting to all MicroBoot communication interfaces.
6 years ago
Frank Voorburg d241bab208 Refs #335. Reworked XcpConnectModeHook() hook-function into a general purpose XcpPacketReceivedHook() hook-function.
6 years ago
Frank Voorburg c512848520 Refs #383. Refactored FLASH_VECTOR_TABLE_CS_OFFSET to BOOT_FLASH_VECTOR_TABLE_CS_OFFSET.
6 years ago
Frank Voorburg 39edea4e62 Refs #341. Corrected markdown readme-file.
6 years ago
Frank Voorburg 044d2209f1 Refs #341. Added markdown readme-file for mirror on GitHub.
6 years ago
Frank Voorburg 1bad017dcd Refs #379. Added exclusion for the Kvaser CANLIB headers in LibOpenBLT's Doxygen configuration file.
6 years ago
Frank Voorburg 0f86589794 Refs #379. Updated version number in preparation for new release.
6 years ago
Frank Voorburg 55d38167ee Refs #371. Added silent mode (-sm) command line option to BootCommander.
6 years ago
Frank Voorburg 1c9770dd64 Refs #316. Added Lawicel CANUSB CAN interface support to LibOpenBLT and updated version numbers of LibOpenBLT and BootCommander.
6 years ago
Frank Voorburg f21ff722f8 Refs #316. Implemented empty framework for the Lawicel CANUSB interface.
6 years ago
Frank Voorburg cd29bb84b9 Refs #316. Added Kvaser Leaf Light v2 CAN interface support to LibOpenBLT.
6 years ago
Frank Voorburg dbd3903f11 Refs #316. Added empty framework for the Kvaser Leaf Light v2 CAN interface.
6 years ago
Frank Voorburg d3ca84dcdb Refs #225. Added 29-bit CAN identifier support to the STM32F1 port.
6 years ago
Frank Voorburg 524b0fa008 Refs #363. Updated GCC Makefiles for the STM32F2 demo programs.
6 years ago
Frank Voorburg 6b48314b85 Refs #363. Updated GCC Makefiles in the STM32F1 demo programs.
6 years ago
Frank Voorburg 605a788a5e Refs #311. Reworked compiler specific parts in the STM32F1 port.
6 years ago
Frank Voorburg 888f3f1d94 Refs #225. Added 29-bit CAN identifier support to the HCS12 port.
6 years ago
Frank Voorburg b2d94b59d4 Refs #311. Reworked compiler specific parts in the HCS12 port.
6 years ago
Frank Voorburg bd8751ded8 Refs #363. Updated GCC Makefiles in the Discovery STM32F051 demo programs.
6 years ago
Frank Voorburg 299b6d2daf Refs #225. Added 29-bit CAN identifier support to the LPC2000 port.
6 years ago
Frank Voorburg 2048d05961 Refs #363. Updated GCC Makefiles in the Olimex LPC-L2294 demo programs.
6 years ago
Frank Voorburg eea02437d7 Refs #363. Updated GCC Makefiles in the Olimex LPC-L2294 demo programs.
6 years ago
Frank Voorburg 511b2eb4de Refs #311. Reworked compiler specific parts in the LPC2000 port.
6 years ago
Frank Voorburg dd8874cfde Refs #363. Updated GCC Makefile support in EFM32 demo programs.
6 years ago
Frank Voorburg dbcf97f9d6 Refs #311. Reworked compiler specific parts in the EFM32 port.
6 years ago
Frank Voorburg 739c8d6ce8 Refs #311. Reworked compiler specific parts in the TM4C port.
6 years ago
Frank Voorburg e7a6dfe39d Refs #363. Updated GCC Makefile support in the LM3S demo programs.
6 years ago
Frank Voorburg 8da125391b Refs #311. Reworked compiler specific parts in the LM3S port.
6 years ago
Frank Voorburg 94ecd945a0 Refs #225. Added 29-bit CAN identifier support to the LM3S port.
6 years ago
Frank Voorburg ff6ce18750 Refs #311. Reworked compiler specific parts in the STM32F4 port.
6 years ago
Frank Voorburg 5a6eba22d1 Refs #311, #363. Reworked the GCC specific parts of the STM32F4 port and improved the makefiles of the Olimex STM32-E407 demo programs.
6 years ago
Frank Voorburg a671200261 Refs #369. Added AES256 cryptography utility functions to LibOpenBLT.
6 years ago
Frank Voorburg e5e12e3210 Refs #372. Re-configured PC-lint GCC configuration files to support version 6.3.0 (Debian Stretch)
6 years ago
Frank Voorburg 3a2cf54c35 Refs #316. Reverted change to the PC-Lint configuration files for newer GCC version.
6 years ago
Frank Voorburg b787cf3009 Refs #316. Updated the PC-Lint configuration files for GCC version 7.1.1.
6 years ago
Frank Voorburg b36420fdd1 Refs #316. Re-integrated CAN error detection for the SocketCAN interface module.
6 years ago
Frank Voorburg 4e11b1401f Refs #316. Increased XCPLOADER_CONNECT_TIMEOUT_MS from 20 to 50ms, due to SocketCAN's slower responsiveness. Shortened the wait loop in SocketCAN's interface module from 1ms to 10us to improve throughput.
6 years ago
Frank Voorburg 7343e2a9a6 Refs #316. Added -std=gnu99 compiler flag for compatibility with older versions of gcc.
6 years ago
Frank Voorburg e2aa10f4b8 Refs #316. Updated Windows binaries (BootCommander and LibOpenBlt) after rebuild.
6 years ago
Frank Voorburg c324e3b877 Refs #316. Improvements in the SocketCAN interface module after testing with BootCommander and XCP on CAN.
6 years ago
Frank Voorburg c71b3ebbb4 Refs #316. Added support for firmware updates via CAN to BootCommander.
6 years ago
Frank Voorburg 2b3f4b7f31 Refs #316. Refactoring to perform CAN interface linking inside the CAN driver module's CanInit() itself.
6 years ago
Frank Voorburg ba70bb8ef4 Refs #316. Implemented SocketCAN interface for the CAN driver module under Linux.
6 years ago
Frank Voorburg 0b181a8608 Refs #316. Corrected minor typo in comment.
6 years ago
Frank Voorburg 28f9bc71a3 Refs #316. Resolved PC-Lint warning messages in the critical section utility functions port for Linux.
6 years ago
Frank Voorburg d858aaa856 Refs #316. Completed the XCP on CAN transport layer implementation.
6 years ago
Frank Voorburg 9137744377 Refs #316. Implemented critical section utility functions with port for Linux.
6 years ago
Frank Voorburg d9c14b5393 Refs #316. Implemented critical section utility functions with port for Windows.
6 years ago
Frank Voorburg d1a746f454 Refs #316. Integrated XCP on CAN transport layer into the LibOpenBLT API.
6 years ago
Frank Voorburg 44f30fc5a0 Refs #316. Implemented framework for the XCP on CAN transport layer.
6 years ago