Frank Voorburg
7d53c7c7be
Refs #1642 . Added typecasts that are needed for 8- and 16-bit microcontrollers.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1008 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-12-15 12:58:44 +00:00
Frank Voorburg
4cbbe2707d
Refs #1420 . Prevent unaligned 32-bit memory access in the XCP module.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@942 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-03-03 12:13:50 +00:00
Frank Voorburg
f346ba9546
Refs #1305 , #1306 . Corrected max DTO and max CTO usage.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@892 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-08-18 13:37:42 +00:00
Frank Voorburg
41b4e6e69e
Refs #820 . Refactored return value check for NvmWrite and NvmErase.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@687 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-06-06 09:12:22 +00:00
Frank Voorburg
5ababf911d
Refs #618 . Added support for splitting the XCP seed/key over multiple packets to make larger seed/key values possible, specifically on CAN.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@630 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-10-19 20:22:27 +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
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
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
dcfac1767f
Refs #483 . Added watchdog servicing to XcpComputeChecksum().
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@425 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-02-12 15:01:29 +00:00
Frank Voorburg
6f80eb072f
Refs #460 . Added length parameter to the XCP packet reception functions.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@424 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-02-09 16:59:41 +00:00
Frank Voorburg
d241bab208
Refs #335 . Reworked XcpConnectModeHook() hook-function into a general purpose XcpPacketReceivedHook() hook-function.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@364 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-09-18 15:57:09 +00:00
Frank Voorburg
52c9a8d11b
Refs #251 . Removed deprecated function CpuReset().
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@215 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-04-24 08:54:53 +00:00
Frank Voorburg
f97e662ca3
Refs #204 . Added NvmReinit() API function that gets called at the start of each firmware update. This allows the flash block addresses to be reset.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@194 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-12-17 11:46:55 +00:00
Frank Voorburg
c42509f68a
Refs #144 .
...
- Fixed compile errors in XCP module when no communication interfaces are enabled in blt_conf.h.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@158 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-10-18 10:47:20 +00:00
Frank Voorburg
6b909aa3d7
Refs #120 . Updated version number and ran Astyle in preparation for release with STM32F2xx support.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@147 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-07-25 08:33:52 +00:00
Frank Voorburg
30ea2abffc
- Updated the version number in preparation of the next release.
...
- Updated the description of the license model in the license file and all file headers.
- Cleaned up the build environment of the Microboot interface libraries.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@139 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-04-30 22:52:15 +00:00
Frank Voorburg
90b766c778
- Corrected whitespace formatting with Astyle tool.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@132 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-03-01 14:24:23 +00:00
Frank Voorburg
b03abb2baf
- resolved compiler error when net interface is disabled in the configuration header file.
...
- start user program directly after firmware update instead of resetting the system to bypass unnecessary backdoor timer delay.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@108 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-08-26 08:43:18 +00:00
Frank Voorburg
c975878037
- added seed/key security functionality.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@102 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-07-24 09:31:17 +00:00
Frank Voorburg
c65bf28ee9
- It is now possible to have more than 1 communication interface configured.
...
- Fixed a bug where certain UART drivers did not work anymore when building with #define NDEBUG.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@89 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-05-26 23:14:30 +00:00
Frank Voorburg
7c4819c3bd
- Supported NET communication module for future TCP/IP support.
...
- Implemented XCP connect hook function for the mode. Could be used as node id in a multi XCP slave network.
- Reworked communication module so that it builds even if no internally supported communication module is configured. This allows a custom communication module to be added that could even use XCP if desired.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@69 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-02-06 14:01:02 +00:00
Frank Voorburg
284cfcae80
- Added support for automatically generating the source code documentation with Doxygen.
...
- Converted all comments to the Doxygen format.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@53 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-07-31 15:48:23 +00:00
Frank Voorburg
f6830b5864
- Added support for firmware updates from a FATFS mounted file system
...
- Supported firmware updates from SD-card for EK-LM3S6965 demo
- Added CpuUserProgramStartHook() hook function
- Improved timer module so it can be used by all other modules, not just the backdoor
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@42 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-05-22 13:37:47 +00:00
Frank Voorburg
11bf93499c
- Added support for the IAR compiler on target ARMCM3_STM32, including demos.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@16 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2011-12-17 01:15:22 +00:00
Frank Voorburg
3c6f0dd50f
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2011-11-10 17:55:56 +00:00