Frank Voorburg
|
0c03b1f9d1
|
Refs #636. Corrected entry in the CRC16 ROM table.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@626 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-10-01 11:08:54 +00:00 |
Frank Voorburg
|
a980fe7274
|
Refs #635. Added FlashGetUserProgBaseAddress() to flash_ecc.c.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@625 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-09-29 10:50:21 +00:00 |
Frank Voorburg
|
c72fff6279
|
Refs #305. Added TCP/IP support to the XMC4700 Relax Kit demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@618 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-08-20 11:43:38 +00:00 |
Frank Voorburg
|
fa3900d833
|
Refs #434. Reintegrated branch where the STM32F1 port and demo programs were converted from SPL to HAL.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@609 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-08-15 14:18:10 +00:00 |
Frank Voorburg
|
84fa75ce8e
|
Refs #608. Renamed BOOT_XCP_UPLOAD_EN to BOOT_XCP_UPLOAD_ENABLE.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@584 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-08-08 15:24:22 +00:00 |
Frank Voorburg
|
330ed30a80
|
Refs #591. Improved CAN clock configuration by directly using the APB1 clock frequency.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@583 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-08-07 21:00:03 +00:00 |
Frank Voorburg
|
d5cbf80a06
|
Refs #607. Add blog article link to the Python bindings README.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@582 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-08-07 19:41:23 +00:00 |
Frank Voorburg
|
9fcfc387f9
|
Refs #593. Updated Windows binaries after adding the new timeout T6 in LibOpenBLT.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@581 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-08-03 12:53:29 +00:00 |
Frank Voorburg
|
8904af6a8b
|
Refs #593. Merged branch with support for high ping firmware updates via TCP/IP back into the trunk.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@579 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-08-03 12:40:47 +00:00 |
Frank Voorburg
|
d407f9b365
|
Refs #584. Reintegrated branch for DHCP support development back into the trunk.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@572 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-08-02 14:32:30 +00:00 |
Frank Voorburg
|
14e2f87abd
|
Refs #606. Corrected key length assertion and validation in XcpLoaderSendCmdUnlock().
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@561 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-30 15:57:22 +00:00 |
Frank Voorburg
|
56cf1c696d
|
Refs #579. Added configuration option for completely disabling memory read operations via XCP.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@550 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-26 13:03:40 +00:00 |
Frank Voorburg
|
17beaf5802
|
Refs #579. Added CpuMemSet function to all ports and used it in XCP memory reads when the programming resource is locked.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@549 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-26 10:46:20 +00:00 |
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.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@548 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-26 10:02:52 +00:00 |
Frank Voorburg
|
9a944e5144
|
Refs #585. Removed plausibility value checks for configuration macros that could be linked to a function.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@547 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-26 09:34:18 +00:00 |
Frank Voorburg
|
673efb3711
|
Refs #589. Reintegrated hostlib branch.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@545 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-25 13:38:35 +00:00 |
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.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@543 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-23 22:31:18 +00:00 |
Frank Voorburg
|
8a23570a8c
|
Refs #580. Updated the readme.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@542 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-20 08:18:40 +00:00 |
Frank Voorburg
|
cab84686e8
|
Refs #580. Updated the readme.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@541 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-20 08:15:01 +00:00 |
Frank Voorburg
|
5808f47141
|
Refs #563. Moved the user manual files to the new sub-directory.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@540 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-18 10:11:31 +00:00 |
Frank Voorburg
|
f766791c27
|
Refs #563. Added individual sub-directories for user manuals and reference manuals to improve the organization of the documentation.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@539 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-18 10:07:56 +00:00 |
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.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@538 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-18 09:19:20 +00:00 |
Frank Voorburg
|
9de5ea2629
|
Refs #564. Added shell scripts for generating the Doxygen reference manuals under Linux.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@537 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-17 15:03:50 +00:00 |
Frank Voorburg
|
86562a934d
|
Refs #564. Changed '\' to '/' in source file paths, located in the file comment headers.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@536 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-17 13:06:06 +00:00 |
Frank Voorburg
|
dec51c8190
|
Refs #560. Improved a few doxygen related configurations and switched to CHM-format for the default documentation generation.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@534 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-05 10:38:28 +00:00 |
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.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@531 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-04 14:15:24 +00:00 |
Frank Voorburg
|
f228b2d32b
|
Refs #569. Corrected a few source code comments.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@530 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-04 13:07:34 +00:00 |
Frank Voorburg
|
bbd3055477
|
Refs #560. Updated version numbers of all components (where applicable) and rebuild the Windows binaries in preparation for the next release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@529 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-03 10:22:04 +00:00 |
Frank Voorburg
|
9beff5f000
|
Refs #568. Increased minimum MicroBoot window width to make no info text gets cut off.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@528 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-07-03 10:06:06 +00:00 |
Frank Voorburg
|
86c5f23b85
|
Refs #567. Correct a few closing curly brace indentations after a call to BootActivate().
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@527 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-12 15:25:25 +00:00 |
Frank Voorburg
|
1ca8417d71
|
Refs #511. Added demo programs for STM32F3-Discovery/IAR.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@526 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-11 20:14:51 +00:00 |
Frank Voorburg
|
eba72a2d30
|
Refs #511. Added demo programs for STM32F3-Discovery/IAR.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@525 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-11 20:07:16 +00:00 |
Frank Voorburg
|
e3db435138
|
Refs #511. Added demo programs for STM32F3-Discovery/GCC.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@524 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-11 13:34:03 +00:00 |
Frank Voorburg
|
2e7563a45a
|
Refs #511. Added demo programs for STM32F3-Discovery/TrueStudio.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@523 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-08 16:45:48 +00:00 |
Frank Voorburg
|
3a859d619c
|
Refs #362. Added TrueStudio support for the Olimex STM32-E407 demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@522 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-07 21:18:10 +00:00 |
Frank Voorburg
|
6235a7041f
|
Refs #362. Added TrueStudio support for the Nucleo-F103RB demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@521 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-07 14:50:24 +00:00 |
Frank Voorburg
|
22ac61321f
|
Refs #362. Added TrueStudio support for the Olimex STM32-H103 demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@520 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-07 13:51:44 +00:00 |
Frank Voorburg
|
b018ae90f5
|
Refs #362. Added TrueStudio support for the Olimexino-STM32 demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@519 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-07 09:52:51 +00:00 |
Frank Voorburg
|
f418239467
|
Refs #559. Corrected vector table relocation not being disabled for the STM32F103 related demo user programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@518 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-07 08:36:36 +00:00 |
Frank Voorburg
|
3d1bfce1f6
|
Refs #559. Corrected vector table relocation not being disabled for the STM32F103 related demo user programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@517 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-07 08:17:05 +00:00 |
Frank Voorburg
|
084d34ff1f
|
Refs #560. Updated the version number to a release candidate in preparation for the next release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@516 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-07 08:02:58 +00:00 |
Frank Voorburg
|
03564781cc
|
Refs #362. Added TrueStudio support for the Olimex STM32-P103 demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@515 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-06 20:14:08 +00:00 |
Frank Voorburg
|
8674da71cf
|
Refs #520. Updated BootCommander and LibOpenBLT Windows binaries.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@514 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-06 10:19:11 +00:00 |
Frank Voorburg
|
433aab64c5
|
Refs #378. Reconfigured CAN acceptance filter to receive just one CAN message in the STM32F1 and STM32F4 ports.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@513 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-06-05 20:47:43 +00:00 |
Frank Voorburg
|
8116572e29
|
Refs #377, #362. Reintegrated branch where the STM32F2 port and demo programs were converted from SPL to HAL.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@511 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-05-31 10:07:40 +00:00 |
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.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@501 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-05-25 15:23:00 +00:00 |
Frank Voorburg
|
2e4fba66e7
|
Refs #377, #362. Reintegrated branch where the STM32F0 port and demo programs were converted from SPL to HAL.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@499 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-05-17 15:59:48 +00:00 |
Frank Voorburg
|
fcda740314
|
Refs #530. Corrected background color of certain user interface components that looked a bit white-ish.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@486 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-05-09 16:20:37 +00:00 |
Frank Voorburg
|
5a1dfebc68
|
Refs #541. Corrected configuration of BOOT_NVM_SIZE_KB for the Nucleo-F091RC/Keil bootloader demo program.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@485 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-04-26 14:29:44 +00:00 |
Frank Voorburg
|
04df72c561
|
Refs #530. Corrected background color of certain user interface components that looked a bit white-ish.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@484 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
|
2018-04-25 14:18:12 +00:00 |