Commit Graph

305 Commits

Author SHA1 Message Date
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 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 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 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 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 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 1b8f0db615 Refs #531. Minor refactoring and code cleanup in the Tricore TC1798 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@483 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-04-25 14:09:07 +00:00
Frank Voorburg 32d3ef07df Refs #400, #431. Added timeout functionality to break out of loops when waiting for hardware acknowledgements.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@482 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-04-25 13:49:24 +00:00
Frank Voorburg da4319508b Refs #515. Removed USB hook function prototypes from STM32F1 and TM4C ports.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@461 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-03-23 10:11:45 +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 817212b60f Refs #477. Added extra check for the received XCP packet length on the UART and USB transport layers.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@423 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-02-09 10:12:04 +00:00
Frank Voorburg 59a909fca2 Refs #476. Added evaluation of the len-parameter in functions FlashErase and FlashWrite of all ports.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@422 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-02-05 16:43:55 +00:00
Frank Voorburg 5528bcbac7 Refs #364. Corrected typo in the project name of the Nucleo-L476RG demo user program.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@421 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-02-05 14:24:51 +00:00
Frank Voorburg dc0060e755 Refs #364. Reintegrated branch with STM32L4 port and Nucleo-L476RG demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@419 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-02-05 14:08:40 +00:00
Frank Voorburg 4efd878c58 Refs #377. Reintegrated branch with SPL to HAL convertion for the STM32F3 port and demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@409 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-01-25 07:38:10 +00:00
Frank Voorburg da930c706e Refs #433. Updated version numbers in preparation for the new release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@394 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-01-03 14:18:23 +00:00
Frank Voorburg 59dd45f87f Refs #310. The Olimex STM32-P207 demo programs now support the IAR Embedded Workbench as well.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@393 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-01-03 13:55:03 +00:00
Frank Voorburg 2b7510350c Refs #310. The Olimexino-STM32 demo programs now support the IAR Embedded Workbench as well.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@392 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-01-03 11:29:55 +00:00
Frank Voorburg 8a3ea51383 Refs #310. The STM32 Nucleo-F103RB demo programs now support the IAR Embedded Workbench as well.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@391 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-01-02 20:05:56 +00:00
Frank Voorburg f708732f5b Refs #426. Reserved first 192 bytes of RAM in the Keil STM32F0 Bootloader demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@385 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-10-30 16:46:13 +00:00
Frank Voorburg 40f5406c80 Refs #338. Changed BOOT_VERSION_CORE_BUILD to BOOT_VERSION_CORE_PATCH.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@378 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-10-23 08:15:53 +00:00
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.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@376 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-10-16 12:41:14 +00:00
Frank Voorburg c90d3a4d5d Refs #323. Uniform timer module API in all the demo user programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@374 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-10-09 11:16:48 +00:00
Frank Voorburg 649a377623 Refs #397. Added STM32F0-Discovery demo programs for Keil MDK.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@370 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-09-29 13:24:32 +00:00
Frank Voorburg dbcd2d19f2 Refs #397. Added Nucleo-F091RC demo programs for Keil MDK.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@369 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-09-29 11:04:43 +00:00
Frank Voorburg fc87eb708e Refs #104. Implemented configurable FlashCryptoDecryptDataHook() in all flash drivers. It can be used for implementing program code decryption logic.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@368 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-09-27 07:24:27 +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 c512848520 Refs #383. Refactored FLASH_VECTOR_TABLE_CS_OFFSET to BOOT_FLASH_VECTOR_TABLE_CS_OFFSET.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@363 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-09-11 11:28:39 +00:00
Frank Voorburg 0f86589794 Refs #379. Updated version number in preparation for new release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@356 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-25 09:06:15 +00:00
Frank Voorburg d3ca84dcdb Refs #225. Added 29-bit CAN identifier support to the STM32F1 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@350 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-21 13:33:55 +00:00
Frank Voorburg 524b0fa008 Refs #363. Updated GCC Makefiles for the STM32F2 demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@349 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-21 13:06:09 +00:00
Frank Voorburg 6b48314b85 Refs #363. Updated GCC Makefiles in the STM32F1 demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@348 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-17 09:48:18 +00:00
Frank Voorburg 605a788a5e Refs #311. Reworked compiler specific parts in the STM32F1 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@347 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-17 08:34:14 +00:00
Frank Voorburg 888f3f1d94 Refs #225. Added 29-bit CAN identifier support to the HCS12 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@346 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-16 20:27:28 +00:00
Frank Voorburg b2d94b59d4 Refs #311. Reworked compiler specific parts in the HCS12 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@345 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-16 20:14:41 +00:00
Frank Voorburg bd8751ded8 Refs #363. Updated GCC Makefiles in the Discovery STM32F051 demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@344 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-16 19:31:05 +00:00
Frank Voorburg 299b6d2daf Refs #225. Added 29-bit CAN identifier support to the LPC2000 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@343 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-16 16:48:49 +00:00
Frank Voorburg 2048d05961 Refs #363. Updated GCC Makefiles in the Olimex LPC-L2294 demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@342 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-16 16:03:59 +00:00
Frank Voorburg eea02437d7 Refs #363. Updated GCC Makefiles in the Olimex LPC-L2294 demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@341 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-16 15:55:58 +00:00
Frank Voorburg 511b2eb4de Refs #311. Reworked compiler specific parts in the LPC2000 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@340 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-16 14:45:26 +00:00
Frank Voorburg dd8874cfde Refs #363. Updated GCC Makefile support in EFM32 demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@339 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-16 14:25:56 +00:00
Frank Voorburg dbcf97f9d6 Refs #311. Reworked compiler specific parts in the EFM32 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@338 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-16 14:01:03 +00:00
Frank Voorburg 739c8d6ce8 Refs #311. Reworked compiler specific parts in the TM4C port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@337 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-16 13:31:59 +00:00
Frank Voorburg e7a6dfe39d Refs #363. Updated GCC Makefile support in the LM3S demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@336 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-16 11:20:34 +00:00
Frank Voorburg 8da125391b Refs #311. Reworked compiler specific parts in the LM3S port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@335 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-16 10:22:24 +00:00
Frank Voorburg 94ecd945a0 Refs #225. Added 29-bit CAN identifier support to the LM3S port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@334 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-16 09:03:27 +00:00
Frank Voorburg ff6ce18750 Refs #311. Reworked compiler specific parts in the STM32F4 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@333 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-16 08:17:23 +00:00
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.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@332 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-08-15 16:12:26 +00:00
Frank Voorburg fd5fc2dfc5 Refs #363. Added GCC/Makefile support to Nucleo-F091RC demo.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@308 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-19 13:01:37 +00:00
Frank Voorburg c635aab18a Refs #310. Added IAR support to Nucleo-F091RC demo.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@307 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-19 10:45:25 +00:00
Frank Voorburg 4dfcc2121d Refs #362. Added TrueStudio support to Nucleo-F091RC demo.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@306 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-19 09:12:47 +00:00
Frank Voorburg dd3c106dee Refs #311. Reworked compiler specific parts in the XMC4000 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@305 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-18 10:36:23 +00:00
Frank Voorburg 6a2363a84c Refs #225. Added 29-bit CAN identifier support to the XMC4000 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@304 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-18 10:18:08 +00:00
Frank Voorburg d488352cf4 Refs #363. Minor code cleanup in STM32-P405/GCC demo.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@303 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-18 09:01:39 +00:00
Frank Voorburg 3e2185577c Refs #363. Added GCC/Makefile support to STM32-P405 demo.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@302 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-18 08:35:03 +00:00
Frank Voorburg 1e331d7f8a Refs #362. Added TrueStudio support to STM32-P405 demo.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@301 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-17 14:41:38 +00:00
Frank Voorburg ccf7a073ac Refs #310. Added IAR support to STM32-P405 demo.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@300 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-17 08:44:26 +00:00
Frank Voorburg aee52e76f8 Refs #225. Added 29-bit CAN identifier support to the STM32F4 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@299 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-14 09:12:04 +00:00
Frank Voorburg 944765d2b5 Refs #225. Added 29-bit CAN identifier support to the XMC1000 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@298 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-13 14:03:15 +00:00
Frank Voorburg fb08661cee Refs #311. Reworked compiler specific parts in the XMC1000 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@297 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-13 11:31:01 +00:00
Frank Voorburg d19293589a Refs #225. Added 29-bit CAN identifier support to the STM32F2 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@296 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-13 10:42:48 +00:00
Frank Voorburg 6910d23b03 Refs #311. Reworked compiler specific parts in the STM32F2 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@295 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-13 10:32:25 +00:00
Frank Voorburg f8ad500416 Refs #311. Reworked compiler specific parts in the Tricore_TC1798 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@294 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-13 10:21:45 +00:00
Frank Voorburg 4e6bc0ea53 Refs #311. Reworked compiler specific parts in the STM32F0 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@293 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-13 10:20:00 +00:00
Frank Voorburg 58483a7333 Refs #225. Added 29-bit extended CAN identifier support to the STM32F0 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@292 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-13 09:48:51 +00:00
Frank Voorburg dbcc508cbe Refs #225. Added 29-bit extended CAN identifier support to the STM32F3 port (Nucleo-F303K8 IAR demo).
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@291 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-13 09:27:44 +00:00
Frank Voorburg 4bd27e9f93 Refs #225. Added 29-bit extended CAN identifier support to the STM32F3 port (Nucleo-F303K8 GCC demo).
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@290 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-13 09:26:34 +00:00
Frank Voorburg c2f9d8b87b Refs #225. Added 29-bit extended CAN identifier support to the STM32F3 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@289 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-13 08:42:42 +00:00
Frank Voorburg 3711f553f8 Refs #310. Added IAR support for the STM32F3 port and for the Nucleo-F303K8 demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@288 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-12 13:23:23 +00:00
Frank Voorburg 81a8facedb Refs #363. Improved makefiles in Nucleo-F303K8 GCC demo programs for automatic collection of program sources using the wildcard feature.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@287 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-12 09:30:41 +00:00
Frank Voorburg 2694191ba5 Refs #363. Improved makesfiles in Nucleo-F303K8 GCC demo programs for better cross-platform support.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@286 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-11 14:58:06 +00:00
Frank Voorburg 2a166e42a5 Refs #363. Added newlib _exit.c to Nucleo-F303K8 GCC demo user program.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@285 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-11 13:35:56 +00:00
Frank Voorburg 07bb22a402 Refs #363. Converted Nucleo-F303K8 GCC demo programs to use plain Makefiles for building with the ARM GNU Embedded toolchain.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@284 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-11 13:32:29 +00:00
Frank Voorburg 34ed7aace6 Refs #362. Imported missing CMSIS files to the Nucleo-F303K8/TrueStudio bootloader demo.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@283 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-11 08:19:32 +00:00
Frank Voorburg 994c899b39 Refs #362. Added TrueStudio support for the Nucleo-F303K8 demo.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@282 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-11 08:12:01 +00:00
Frank Voorburg 0dcc8c7452 Refs #350. Updated version number in preparation for the new release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@277 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-07-04 08:07:57 +00:00
Frank Voorburg 4a09db8197 Refs #338. Changed BOOT_VERSION_CORE_BUILD to BOOT_VERSION_CORE_PATCH as it is more fitting description.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@265 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-05-26 07:58:02 +00:00
Frank Voorburg 1e65695c5c Refs #337. Corrected binary name of the Nucleo-F103RB demo bootloader program.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@260 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-05-23 18:33:01 +00:00
Frank Voorburg d6046d1598 Refs# 312. Restructured the modules in the OpenBLT doxygen documentation.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@259 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-05-23 17:01:20 +00:00