Commit Graph

19 Commits

Author SHA1 Message Date
Frank Voorburg afd5cb10d7 Refs #1655, #1797. Added support for automatic WinUSB driver install and used unique ID for the USB serial number, where available.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1078 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2023-06-27 07:29:12 +00:00
Frank Voorburg 69ed56536c Refs #1550. Improved SysTick_Handler handling.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@979 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-08-08 13:28:31 +00:00
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 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 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 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 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 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 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