Frank Voorburg
313202ae03
Refs #1405 . Tuned XCP packet sizes for RS232 and TCP/IP, resulting in improved throughput.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@955 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-07-04 10:35:31 +00:00
Frank Voorburg
5208baa092
Refs #1472 , #1521 . Improved makefiles for automatic dependency generation and to strip out impure_data[].
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@953 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-07-01 11:19:29 +00:00
Frank Voorburg
c452eb28e4
Refs #1293 . Removed debug binaries of demo programs from version control.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@880 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-30 08:35:43 +00:00
Frank Voorburg
36197ef058
Refs #1002 . Added makefile comment about how to get the toolpath variable in the 8.3 format on Windows.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@744 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-15 10:20:06 +00:00
Frank Voorburg
e88477f0d4
Refs #962 . Renamed UART to RS232.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@740 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-06 16:22:58 +00:00
Frank Voorburg
313992a7bc
Refs #982 . Treat XCP connect command's connection mode parameter as don't care in the demo user programs.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@732 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-05 11:51:11 +00:00
Frank Voorburg
41a2203627
Refs #526 . Upgraded GCC ARM demo programs to version 8-2018-q4 of GNU ARM Embedded.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@722 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-08-27 20:42:11 +00:00
Frank Voorburg
7dcbeb6eda
Refs #823 . Added gitignore files to empty directories that are needed to probably build programs.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@699 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-06-21 10:03:29 +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
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
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
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
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
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
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
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
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
Frank Voorburg
2944c2dc17
Refs #322 . Added timeout feature to BootComUartCheckActivationRequest() in the demo user programs.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@250 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-05-18 14:29:50 +00:00
Frank Voorburg
cc14c320c7
Refs #302 . Added XMC4700 Relax Kit demo programs for the IAR Embedded Workbench for ARM.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@227 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-05-03 15:36:12 +00:00
Frank Voorburg
bdb2f42bdd
Refs #160 . Updated FatFS library to the latest stable version (R0.12).
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@219 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-04-27 14:50:14 +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
138f8aab73
Refs #201 . Renamed BACKDOOR_ENTRY_TIMEOUT_MS configuration macro to BOOT_BACKDOOR_ENTRY_TIMEOUT_MS.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@193 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-12-17 10:48:25 +00:00
Frank Voorburg
2887a83258
Refs #208 . Removed "-D inline=" from GCC makefiles to resolve warnings generated by newer versions of GCC.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@190 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-12-09 10:03:33 +00:00
Frank Voorburg
84643c78ae
Refs #152 . Corrected spelling in binary name (openbtl_xxx instead of openblt_xxx) of several bootloader demo projects.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@170 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-10-24 13:19:17 +00:00
Frank Voorburg
33599da5d2
Refs #81 .
...
- Refactored the CPU module for all targets.
- Added automatic interrupt enabling for ARM Cortex M3/M4.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@156 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-10-17 23:08:45 +00:00
Frank Voorburg
c6125bed87
Refs #53 .
...
- Removed comment regarding TCP/IP connect retry configuration in Microboot becase this will be a default feature in the future.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@152 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-10-12 09:07:02 +00:00
Frank Voorburg
72a50e7b22
Refs #133 . Corrected comment related to BOOT_CPU_BYTE_ORDER_MOTOROLA because the Endian modes were mixed up.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@151 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-10-04 19:36:57 +00:00
Frank Voorburg
0656616db9
- Ported the bootloader to the STM32F2xx microcontroller family and added demo programs for the Olimex STM32-P207 board.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@145 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-07-23 15:33:09 +00:00
Frank Voorburg
6456ea424d
- corrected spelling of OpenBLT in certain makefiles.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@141 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-05-17 15:12:27 +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
6ee735c904
- Moved redundant non-controller specific headers to a central place in the bootloader core. Refs #52 .
...
- Set version to 1.2.0.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@129 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-02-25 13:51:12 +00:00
Frank Voorburg
3a7e6c9d8a
- improved XCP packet synchronization for the UART and USB communication interfaces.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@109 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-09-15 08:17:44 +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
af60f400f8
- modified all demo programs so that bootloader activation is done by a software reset instead of just calling the bootloader's reset vector.
...
- refactored some code to make it easier to adjust the size of the bootloader.
- improved informative text for certain Microboot interface dll's
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@97 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-07-22 14:53:07 +00:00
Frank Voorburg
0ca620b3ac
- added gateway address configuration for TCP/IP communication interface.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@95 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-07-18 13:21:19 +00:00
Frank Voorburg
1483e686bb
- improved openblt_net.dll implementation by adding configurable feature for automatic socket connection retry.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@94 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-07-18 10:55:23 +00:00
Frank Voorburg
523961a7de
- improved ethernet initialization order for LM3S.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@93 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-07-17 08:36:41 +00:00
Frank Voorburg
da0194b0ac
- added uIP to LM3S demo programs to test bootloader reactivation. still needs some improvements.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@92 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-07-17 07:11:41 +00:00
Frank Voorburg
677ebf8a15
- Implemented TCP/IP communication interface for the bootloader with support for the LM3S target. Demo program does not yet re-activate the bootloader.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@91 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-07-15 15:01:42 +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
13d786ac33
- Use system reset to reactivate the bootloader from the demo user programs for Cortex Mx.
...
- Use cs-make/cs-rm in GCC demos.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@70 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-02-06 14:37:04 +00:00
Frank Voorburg
e2d68890f6
- moved fatfs to new third_party directory.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@68 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-10-29 08:34:07 +00:00
Frank Voorburg
4b214120a8
- renamed config.h to blt_conf.h.
...
- supported project specific override for blt_conf.h.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@55 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-08-01 08:58:35 +00:00
Frank Voorburg
5bdefa6487
- added bootloader version macros to boot.h.
...
- added new hook functions to the NVM module to allow an application specific override for user program verification/checksum handling.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@54 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-08-01 07:44:55 +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
af1bce6b34
- Added precompiler statements around file specific backdoor handling
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@51 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-06-17 13:27:31 +00:00