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
459beb13ce
- Changed version number to 0.97.03, which now includes Serialboot.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@85 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-05-23 11:46:44 +00:00
Frank Voorburg
9416b19ccc
- added support for custom XCP CTO and DTO data length configuration.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@80 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-03-10 07:31:02 +00:00
Frank Voorburg
f930f1a355
- updated version number for new release with TI TM4C support.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@77 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-03-10 07:04:35 +00:00
Frank Voorburg
e8ed20a6d4
- implemented USB bulk device support for ARMCM4_TM4C.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@75 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-02-28 16:57:25 +00:00
Frank Voorburg
754d8ecb5c
- added support for booting from SD-card for the DK-TM4C123G demo.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@74 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-02-19 09:26:30 +00:00
Frank Voorburg
603dbb19e2
- completed the flash driver for the TM4C so now the bootloader works using UART.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@73 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-02-19 08:49:15 +00:00
Frank Voorburg
abfc06cef3
- added framework port for TM4C with dummy flash driver.
...
- added demo bootloader for DK-TM4C123G board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@72 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2014-02-19 07:11:03 +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
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
530d4a9a77
- changed version number in preparation for next release.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@66 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-10-21 08:12:24 +00:00
Frank Voorburg
d3eb03e16f
- added support for HCS12 derivatives with ECC flash EEPROM, such as the HCS12Pxx.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@65 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-10-17 11:34:07 +00:00
Frank Voorburg
3bfdc5b9bf
- Reactivated code that was commented out for testing in the HCS12 flash driver.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@64 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-10-15 13:21:45 +00:00
Frank Voorburg
b1860f43d5
- Fixed bug where main() was incorrectly called in Startup() for HCS12 targets.
...
- Added support for BDM debugging of the demo program for HCS12 targets.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@63 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-10-09 09:17:10 +00:00
Frank Voorburg
7b50dd0771
- renamed start12.c to cstartup.c for HCS12/Codewarrior to resolve IDE issue.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@62 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-10-01 13:11:49 +00:00
Frank Voorburg
ba2ce9232b
- added CAN support for HCS12.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@61 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-09-24 13:54:15 +00:00
Frank Voorburg
adb4e6e943
Added Freescale HCS12 port including a Dragon12plus demo.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@60 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-09-18 10:39:57 +00:00
Frank Voorburg
02be6fef95
- added support for CAN1 and CAN2 on the STM32CM4 target.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@57 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-08-15 14:20:46 +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
Frank Voorburg
415306b324
- instead of CpuReset, called CpuStartUserProgram after a firmware update from SD-card to prevent update loop.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@49 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-06-12 08:21:53 +00:00
Frank Voorburg
0f8c23d786
- Added support for Cortex CM4 for STM32/Crossworks
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@47 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-05-29 11:02:58 +00:00
Frank Voorburg
e02f832e36
- Added support for Cortex CM4 for STM32/Crossworks
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@46 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-05-29 09:58:48 +00:00
Frank Voorburg
79238c659f
- Added support for Cortex CM4 for STM32/IAR
...
- Added a demo for the Olimex STM32-E407 board with UART/SD-card
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@45 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-05-28 21:43:27 +00:00
Frank Voorburg
722b691530
- Supported firmware updates from SD-card for Olimex STM32-P103 demo
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@43 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2013-05-22 21:08:02 +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
9ddc8b2dba
- Added support for the GCC compiler on target ARMCM3_EFM32, including demos.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@36 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2012-03-04 20:51:40 +00:00
Frank Voorburg
4eda0f2e1f
- Shrunk ARMCM3_EFM32 bootloader for Crossworks from 16 to 8kb.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@35 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2012-03-04 18:09:20 +00:00
Frank Voorburg
a21ee401c5
- Added support for the GCC and IAR compiler on target ARMCM3_LM3S, including demos.
...
- Enabled 'longcalls' compiler switch in the demo programs for ARM GCC.
- Enabled garbage collection for ARMCM3_LM3S/GCC boot programs and reduced bootloader size from 16 to 8kb.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@34 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2012-03-04 17:51:16 +00:00
Frank Voorburg
ba4de8c1ba
- Added a demo for the EK-LM3S8962 and Crossworks compiler with support for UART and CAN.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@33 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2012-03-04 12:34:40 +00:00
Frank Voorburg
89bf013a7b
- Added support for the IAR compiler on target ARMCM3_EFM32, including demos.
...
- Added timer deinit call to ARMCM3 demo programs before the bootloader is activated.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@31 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2012-03-03 23:05:56 +00:00
Frank Voorburg
a9563f6d39
- Added support for the GCC compiler on target ARMCM3_LM3S, including demos.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@29 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2012-03-03 20:39:31 +00:00
Frank Voorburg
cddd66e0ba
- Shrunk ARMCM3_LM3S bootloader for IAR from 16 to 8kb.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@28 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2012-03-03 17:55:13 +00:00
Frank Voorburg
3f4257e9b7
- Added support for the IAR compiler on target ARMCM3_LM3S, including demos.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@27 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2012-03-03 17:42:31 +00:00
Frank Voorburg
8cf7702a87
- Added support for the LM3S ARM CortexM3 family with a demo for the EK-LM3S6965 and Crossworks compiler
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@26 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2012-03-03 15:48:08 +00:00
Frank Voorburg
858f4add53
- Minor EOF comment fix in vectors.c
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@25 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2012-03-03 11:51:56 +00:00
Frank Voorburg
7defdc3296
- Added the EFM32 port specific sources
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@24 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2012-03-02 17:48:15 +00:00
Frank Voorburg
33e35e1c22
- Fixed bug where the checksum was incorrectly programmed during a programming sequence that doesn't include data for the bootblock.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@21 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2012-01-19 13:21:10 +00:00
Frank Voorburg
abe5a26e27
- Removed unused parameter from function UsbReceivePipeBulkOUT()
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@20 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2012-01-07 20:56:38 +00:00
Frank Voorburg
b254987f04
- Fixed bug in UsbTransmitPipeBulkIN where data was incorrectly copied twice to the endpoint's RAM
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@19 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2011-12-20 13:51:48 +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
69a67eec4b
- Added support for USB communication interface on STM32 targets with demo for Olimex STM32H103/Crossworks
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@15 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2011-12-15 22:53:57 +00:00
Frank Voorburg
a13485bbd1
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@13 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2011-12-02 21:01:58 +00:00
Frank Voorburg
59919c4fb9
- Fixed bug in data type of NvmEraseHook return code (blt_bool should have been blt_int8u).
...
- Added support for additional NVM driver in LPC-L2294 Demo's allowing operations on the 2MB external Intel C3 flash.
- Corrected the names of some return values for the NMV hooks (BTL_NVM_xxx to BLT_NVM_xxx).
- Fixed problem with incorrect xcpInfo.mta value by changing the GCC/Crossworks linker optimazation from -Os to -O1.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@11 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2011-12-01 22:30:33 +00:00
Frank Voorburg
9d0f49c259
- Added support for the GCC compiler on STM32 targets.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@9 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2011-11-26 08:01:02 +00:00
Frank Voorburg
733ad572b2
- Added support for the STM32 ARM CortexM3 family with a demo for the Olimex STM32P103 board and Crossworks compiler.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@8 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2011-11-25 18:06:47 +00:00
Frank Voorburg
28897cf647
- Added support for Rowley Crossworks for LPC2000 target (ticket #37 )
...
- Improvement where the checksum is only written if necessary (ticket #35 )
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@6 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2011-11-15 22:56:09 +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