489 Commits (master)
 

Author SHA1 Message Date
Frank Voorburg 0c03b1f9d1 Refs #636. Corrected entry in the CRC16 ROM table.
5 years ago
Frank Voorburg a980fe7274 Refs #635. Added FlashGetUserProgBaseAddress() to flash_ecc.c.
5 years ago
Frank Voorburg c72fff6279 Refs #305. Added TCP/IP support to the XMC4700 Relax Kit demo programs.
5 years ago
Frank Voorburg fa3900d833 Refs #434. Reintegrated branch where the STM32F1 port and demo programs were converted from SPL to HAL.
5 years ago
Frank Voorburg 84fa75ce8e Refs #608. Renamed BOOT_XCP_UPLOAD_EN to BOOT_XCP_UPLOAD_ENABLE.
5 years ago
Frank Voorburg 330ed30a80 Refs #591. Improved CAN clock configuration by directly using the APB1 clock frequency.
5 years ago
Frank Voorburg d5cbf80a06 Refs #607. Add blog article link to the Python bindings README.
5 years ago
Frank Voorburg 9fcfc387f9 Refs #593. Updated Windows binaries after adding the new timeout T6 in LibOpenBLT.
5 years ago
Frank Voorburg 8904af6a8b Refs #593. Merged branch with support for high ping firmware updates via TCP/IP back into the trunk.
5 years ago
Frank Voorburg d407f9b365 Refs #584. Reintegrated branch for DHCP support development back into the trunk.
5 years ago
Frank Voorburg 14e2f87abd Refs #606. Corrected key length assertion and validation in XcpLoaderSendCmdUnlock().
5 years ago
Frank Voorburg 56cf1c696d Refs #579. Added configuration option for completely disabling memory read operations via XCP.
5 years ago
Frank Voorburg 17beaf5802 Refs #579. Added CpuMemSet function to all ports and used it in XCP memory reads when the programming resource is locked.
5 years ago
Frank Voorburg 87c6a0e8ee Refs #586. Removed NET hook functions for setting IP, mask and gateway addresses. This can be achieved by simply linking the related configuration macros in blt_conf.h to a function.
5 years ago
Frank Voorburg 9a944e5144 Refs #585. Removed plausibility value checks for configuration macros that could be linked to a function.
5 years ago
Frank Voorburg 673efb3711 Refs #589. Reintegrated hostlib branch.
5 years ago
Frank Voorburg e8ca60fe70 Refs #588. Changed the uIP configuration macro UIP_CONF_BYTE_ORDER from LITTLE_ENDIAN to UIP_LITTLE_ENDIAN. LITTLE_ENDIAN is described in the comments, but by inspecting the uIP stack source code, it becomes clear that it needs to be UIP_LITTLE_ENDIAN instead.
5 years ago
Frank Voorburg 8a23570a8c Refs #580. Updated the readme.
5 years ago
Frank Voorburg cab84686e8 Refs #580. Updated the readme.
5 years ago
Frank Voorburg 5808f47141 Refs #563. Moved the user manual files to the new sub-directory.
5 years ago
Frank Voorburg f766791c27 Refs #563. Added individual sub-directories for user manuals and reference manuals to improve the organization of the documentation.
5 years ago
Frank Voorburg bcc4f44a0c Refs #564. Resolved problem where Doxygen PDF generation for OpenBLT generated errors. Default Doxygen generated format is now PDF again, instead of CHM.
5 years ago
Frank Voorburg 9de5ea2629 Refs #564. Added shell scripts for generating the Doxygen reference manuals under Linux.
5 years ago
Frank Voorburg 86562a934d Refs #564. Changed '\' to '/' in source file paths, located in the file comment headers.
5 years ago
Frank Voorburg dec51c8190 Refs #560. Improved a few doxygen related configurations and switched to CHM-format for the default documentation generation.
5 years ago
Frank Voorburg 7a4d7e8b84 Refs #510. Prevented remote memory read operations, when the seed/key security is enabled and the programming resource is not yet unlocked.
5 years ago
Frank Voorburg f228b2d32b Refs #569. Corrected a few source code comments.
5 years ago
Frank Voorburg bbd3055477 Refs #560. Updated version numbers of all components (where applicable) and rebuild the Windows binaries in preparation for the next release.
5 years ago
Frank Voorburg 9beff5f000 Refs #568. Increased minimum MicroBoot window width to make no info text gets cut off.
5 years ago
Frank Voorburg 86c5f23b85 Refs #567. Correct a few closing curly brace indentations after a call to BootActivate().
5 years ago
Frank Voorburg 1ca8417d71 Refs #511. Added demo programs for STM32F3-Discovery/IAR.
5 years ago
Frank Voorburg eba72a2d30 Refs #511. Added demo programs for STM32F3-Discovery/IAR.
5 years ago
Frank Voorburg e3db435138 Refs #511. Added demo programs for STM32F3-Discovery/GCC.
5 years ago
Frank Voorburg 2e7563a45a Refs #511. Added demo programs for STM32F3-Discovery/TrueStudio.
5 years ago
Frank Voorburg 3a859d619c Refs #362. Added TrueStudio support for the Olimex STM32-E407 demo programs.
5 years ago
Frank Voorburg 6235a7041f Refs #362. Added TrueStudio support for the Nucleo-F103RB demo programs.
5 years ago
Frank Voorburg 22ac61321f Refs #362. Added TrueStudio support for the Olimex STM32-H103 demo programs.
5 years ago
Frank Voorburg b018ae90f5 Refs #362. Added TrueStudio support for the Olimexino-STM32 demo programs.
5 years ago
Frank Voorburg f418239467 Refs #559. Corrected vector table relocation not being disabled for the STM32F103 related demo user programs.
5 years ago
Frank Voorburg 3d1bfce1f6 Refs #559. Corrected vector table relocation not being disabled for the STM32F103 related demo user programs.
5 years ago
Frank Voorburg 084d34ff1f Refs #560. Updated the version number to a release candidate in preparation for the next release.
5 years ago
Frank Voorburg 03564781cc Refs #362. Added TrueStudio support for the Olimex STM32-P103 demo programs.
5 years ago
Frank Voorburg 8674da71cf Refs #520. Updated BootCommander and LibOpenBLT Windows binaries.
5 years ago
Frank Voorburg 433aab64c5 Refs #378. Reconfigured CAN acceptance filter to receive just one CAN message in the STM32F1 and STM32F4 ports.
5 years ago
Frank Voorburg 8116572e29 Refs #377, #362. Reintegrated branch where the STM32F2 port and demo programs were converted from SPL to HAL.
5 years ago
Frank Voorburg 3b643e9dc5 Refs #550. Renamed macro FLASH to FLASH_DRV_REGS_BASE in the flash driver of the STM32F1 port to bypass nameclash with CMSIS.
5 years ago
Frank Voorburg 2e4fba66e7 Refs #377, #362. Reintegrated branch where the STM32F0 port and demo programs were converted from SPL to HAL.
5 years ago
Frank Voorburg fcda740314 Refs #530. Corrected background color of certain user interface components that looked a bit white-ish.
5 years ago
Frank Voorburg 5a1dfebc68 Refs #541. Corrected configuration of BOOT_NVM_SIZE_KB for the Nucleo-F091RC/Keil bootloader demo program.
5 years ago
Frank Voorburg 04df72c561 Refs #530. Corrected background color of certain user interface components that looked a bit white-ish.
5 years ago