Frank Voorburg
54e93de20d
Refs #981 . Added STM32CubeIDE demo programs for the Nucleo-F767ZI board.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@796 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-09-21 11:23:46 +00:00
Frank Voorburg
7dee47c86a
Refs #1093 . Corrected directory name of the S32K11 demo programs.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@793 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-08-18 13:36:10 +00:00
Frank Voorburg
83364044dd
Refs #1003 . Corrected deinit of the CAN GPIO pins in the Nucleo-F746ZG demo user program.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@784 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-06-25 14:35:47 +00:00
Frank Voorburg
54ea656f69
Refs #1003 . Upgraded the ST HAL and USB libraries in the Nucleo-F746ZG demo programs because these include a fix for a problem in the HAL USB driver that had to previously be fixed manually by Feaser.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@776 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-04-23 10:25:57 +00:00
Frank Voorburg
a97abde0ed
Refs #1003 . Reconfigured the CAN GPIO pins in the Nucleo-F746ZG demo programs, such that is works with the Waveshare RS485/CAN shield.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@775 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-04-23 06:20:47 +00:00
Frank Voorburg
88e47a8b23
Refs #817 . Reintegrating branch where the S32K11 port was developed.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@773 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-03-26 11:29:46 +00:00
Frank Voorburg
d78ae71cdb
Refs #816 . Added S32K144 EVB demo programs for the IAR Embedded Workbench.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@764 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-03-20 16:51:43 +00:00
Frank Voorburg
eca185dd01
Refs #816 . Reintegrating branch where the S32K14 port was developed.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@762 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-03-20 09:31:39 +00:00
Frank Voorburg
e117009d0e
Refs #963 . Updated CAN driver in the STM32F1 port and the HAL drivers in all STM32F1 demo programs for compatibility with the latest ST HAL.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@752 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-28 14:42:46 +00:00
Frank Voorburg
c251cf3a6b
Refs #963 . Updated CAN driver in the STM32F3 port and the HAL drivers in all STM32F3 demo programs for compatibility with the latest ST HAL.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@751 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-27 10:03:06 +00:00
Frank Voorburg
fda6c55db5
Refs #963.Updated CAN driver in the STM32F2 port and the HAL drivers in all STM32F2 demo programs for compatibility with the latest ST HAL.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@750 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-24 16:01:51 +00:00
Frank Voorburg
f0c0b427cb
Refs #963.Updated CAN driver in the STM32F0 port and the HAL drivers in all STM32F0 demo programs for compatibility with the latest ST HAL.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@749 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-24 11:56:47 +00:00
Frank Voorburg
d54fe54b56
Refs #1005 . Enabled automatic retransmission of transmitted messages in the CAN driver.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@748 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-21 17:28:37 +00:00
Frank Voorburg
8533673714
Refs #1000 . Remap vector table base address at the start of main() instead of having to modify the generated system_xxx.c.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@746 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-15 15:35:38 +00:00
Frank Voorburg
cc7a9209f0
Refs #992 . Reset RCC configuration in the demo bootloader's HAL_MspDeInit().
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@745 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-15 10:54: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
71efc13166
Refs #1000 . Remap vector table base address at the start of main.c() instead of having to modify the generated system_stm32g0xx.c.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@743 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-14 17:03:32 +00:00
Frank Voorburg
5111034cec
Refs #992 , #963 . Reset RCC configuration before starting the user program and upgraded to the latest version of the STM32G0 HAL drivers.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@742 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-14 16:32:22 +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
76e5d19032
Refs #711 . Added USB support to the Nucleo-F746ZG demo programs and the STM32F7 port.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@731 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-04 14:25:37 +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
2d141add48
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@721 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-08-27 20:37:12 +00:00
Frank Voorburg
555f7ce0cf
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@720 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-08-27 20:17:03 +00:00
Frank Voorburg
e0011ae70d
Refs #818 . Merged branch for STM32G0 port development back into the trunk.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@718 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-08-13 13:43:27 +00:00
Frank Voorburg
8ec8ee7816
Refs #521 . Updated all IAR demo programs to v7.80 to v8.40 of EWARM.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@711 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-08-08 16:06:22 +00:00
Frank Voorburg
acf99e9c2c
Refs #871 . Deprecated the LPC2000 and Tricore TC1798 ports.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@710 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-08-06 15:44:12 +00:00
Frank Voorburg
cadf142286
Refs #870 . Changed function call XMC_CAN_MO_ReceiveData() to XMC_CAN_MO_Receive().
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@708 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-07-31 13:30:40 +00:00
Frank Voorburg
5f3aaf23c9
Refs #778 . Added support for Keil MDK for ARM to the Nucleo-F767ZI demo programs.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@707 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-07-30 10:03:52 +00:00
Frank Voorburg
03c866a27e
Refs #778 . Added Keil MDK for ARM support to the Nucleo-F746ZG demo programs.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@706 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-07-11 09:48:54 +00:00
Frank Voorburg
d03327a199
Refs #831 . Upgraded all Keil demo programs to the latest version of the Keil MDK for ARM.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@702 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-06-29 20:42:47 +00:00
Frank Voorburg
3bf7de5cf7
Refs #843 . Moved call to LedBlinkExit() in the demo programs.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@701 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-06-29 16:28:38 +00:00
Frank Voorburg
a4d11856b7
Refs #690 . Added demo programs for the NXP DevKit-S12G128 board.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@700 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-06-29 16:05:16 +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
23a2e095c9
Refs #822 . Changed UART Rx pin mode to floating for the Nucleo-F103RB demo bootloader.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@698 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-06-19 16:52:33 +00:00
Frank Voorburg
b9bec8729f
Refs #303 . Added support for firmware updates from SD-card to the XMC4700 Relax Kit demo programs.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@697 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-06-13 10:07:51 +00:00
Frank Voorburg
a6cc436df6
Refs #710 . Reintegrated branch where the Nucleo-F767ZI demo programs were created.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@694 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-06-11 20:26:29 +00:00
Frank Voorburg
65d0755996
Refs #801 . Changed PLL multiplier to match 72MHz clock for the Nucleo-F103RB demo programs.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@684 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-04-30 09:17:01 +00:00
Frank Voorburg
332096bd9d
Refs #799 . Fixed incorrectly formatted comment.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@683 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-04-29 20:47:02 +00:00
Frank Voorburg
92f83b88a6
Refs
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@681 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-04-29 20:43:21 +00:00
Frank Voorburg
bfccabb4e6
Refs #787 . Some refactoring which was needed for the master/slave add-on module when TCP/IP is used between the host and the master.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@674 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-04-09 20:02:13 +00:00
Frank Voorburg
0304e87968
Refs #766 . Removed redundant checksum reservation.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@672 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-01-22 15:54:46 +00:00
Frank Voorburg
b589d60e74
Refs #434 . Reintegrated branch where the STM32F4 port and demos were converted from SPL to HAL.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@668 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-01-07 12:11:21 +00:00
Frank Voorburg
11fe146a86
Refs #403 . Reintegrated STM32F7 port development branch back into the trunk.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@651 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2018-12-17 10:01:58 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Frank Voorburg
f68b5391ea
Refs #324 . Removed object files from the repository for the XMC1400/IAR demo program.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@251 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-05-18 14:37:47 +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
e3192b1421
Refs #287 . Added the Dave4/GCC demo programs for the XMC4700 Relax Kit.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@226 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-05-03 13:25:42 +00:00
Frank Voorburg
3281f3c13f
Refs #287 . Removed XMC4700 Relax Kit Embitz/GCC demo program, to make room for the new Dave4/GCC version.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@225 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-05-03 13:23:52 +00:00
Frank Voorburg
4562bc4280
Refs #139 . Updated Rowley Crossworks projects to version 3.7.6 of the tool.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@224 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-05-03 10:57: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
ae71ecce13
Refs #288 . Added XMC1400 Boot Kit Dave4/GCC demo programs.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@216 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-04-24 10:59:23 +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
f50a725d74
Refs #286 . Reversed polarity for the LED in the STM32F103 Nucleo demo user program.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@211 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-03-06 12:06:14 +00:00
Frank Voorburg
4cdb84a622
Refs #285 . Removed FatFS from STM32F103 Nucleo demo bootloader.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@210 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-03-06 10:35:37 +00:00
Frank Voorburg
f3c3dcbdc9
Refs #284 . Corrected LED GPIO clock init for the STM32F103 Nucleo board demo program.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@209 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-03-06 10:31:57 +00:00
Frank Voorburg
be16df91d0
Refs #232 . Corrected bootBlock base address in function FlashSwitchBlock() of the HCS12 port's flash driver.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@203 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-01-19 15:34:20 +00:00
Frank Voorburg
ca8a3ef526
Refs #138 , #227 . Updated all IAR projects from EWARM 6.50 to 7.80. Updated USB demo programs to use default backdoor mechanism.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@202 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2017-01-09 11:38:24 +00:00
Frank Voorburg
43507b9eb3
Refs #224 . Corrected the directory name of the XMC4700 Relax Kit demo programs.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@197 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-12-21 10:48:36 +00:00
Frank Voorburg
f203515718
Refs #123 . Developed port for the Infineon XMC1xxx microcontroller family, including a demo for the XMC1400 Boot Kit.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@196 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-12-21 09:52:25 +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
5aa8a44d74
Refs #125
...
- Added ST Nucleo-F091RC demo bootloader and user program.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@183 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-11-15 16:08:42 +00:00
Frank Voorburg
f1f41b0923
Refs #164 .
...
- Explicit stackpointer initialization in the demo bootloader programs for boards that use an ARM Cortex core.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@179 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-11-14 17:12:44 +00:00
Frank Voorburg
da5241034a
Refs 163.
...
- Renamed the directory of the ST Nucleo-F103RB demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@178 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-11-14 16:43:46 +00:00
Frank Voorburg
0a8526a6d5
Refs #125 .
...
- Added ST Nucleo-F303K8 demo bootloader and user program.
- Added port for the STM32F3xx microcontroller family with ARM Cortex-M4 core.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@177 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-11-14 16:08:57 +00:00
Frank Voorburg
8c698fb42d
Refs #143 . Added bootloader demo programs for the Olimexino-STM32 board. It supports firmware updates via: USB, CAN and SD-card.
...
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@174 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2016-10-27 21:11:40 +00:00