Commit Graph

438 Commits

Author SHA1 Message Date
Frank Voorburg 67bd333a37 Refs #1497. Disabled instruction scheduling optimization in the Nucleo-L476RG demo bootloader.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@952 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-05-06 17:09:04 +00:00
Frank Voorburg 8a772d5f30 Refs #847. Updated link in doxygen file.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@951 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-05-03 18:09:43 +00:00
Frank Voorburg c7cb7e87a3 Refs #847. Enabled firmware updates via TCP/IP in the XMC4700 Relax Kit demo bootloader for Keil MDK for ARM.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@950 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-05-03 17:51:08 +00:00
Frank Voorburg 5b1a1cd8f8 Refs #847. Enabled firmware updates via TCP/IP in the XMC4700 Relax Kit demo bootloader for Keil MDK for ARM.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@949 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-05-03 17:49:20 +00:00
Frank Voorburg ffd5a22c07 Refs #847. Enabled firmware updates from SD card in the XMC4700 Relax Kit demo bootloader for Keil MDK for ARM.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@948 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-05-03 16:26:31 +00:00
Frank Voorburg 6e230b3ba8 Refs #847. Added XMC4700 Relax Kit demo programs for Keil MDK for ARM, currently supporting firmware updates via RS232 and CAN.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@947 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-05-03 07:58:30 +00:00
Frank Voorburg e26746c733 Refs #847. Added XMC1400 Boot Kit demo programs for Keil MDK for ARM.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@946 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-05-03 07:29:04 +00:00
Frank Voorburg 91aa952080 Refs #1486. Added call to SystemCoreClockUpdate() at the start of Init() for all XMC1/4 demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@945 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-04-27 12:26:10 +00:00
Frank Voorburg 35c581ac22 Refs #1452. Corrected flash erase size for STM32F07x and STM32F09x with 64kb flash.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@944 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-04-08 09:36:50 +00:00
Frank Voorburg 49c80e9ef9 Refs #1421. Corrected GPIO clock disable in Nucleo-L552ZE/CubeIDE demo bootloader.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@943 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-03-03 16:03:44 +00:00
Frank Voorburg 4cbbe2707d Refs #1420. Prevent unaligned 32-bit memory access in the XCP module.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@942 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-03-03 12:13:50 +00:00
Frank Voorburg dd7d1a90c1 Refs #1406. Upgraded the demo programs to the latest version of IAR EWARM.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@938 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-02-07 14:43:49 +00:00
Frank Voorburg 007c836308 Refs #1406. Upgraded the demo programs to the latest version of IAR EWARM.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@937 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-02-07 12:25:51 +00:00
Frank Voorburg 75fb6ebd0f Refs #1404. Improved RS232 baudrate calculation for S32K11 and S32K14 ports and sourced the UART peripheral with the more accurate FIRC clock.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@936 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-02-04 18:18:46 +00:00
Frank Voorburg 43022a2564 Refs #1403. Set compiler optimization to medium for the DK-TM4C123G demo bootloader.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@935 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-02-03 11:16:16 +00:00
Frank Voorburg 9032f2e23f Refs #1391. Final changes before the next release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@933 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-01-06 11:16:16 +00:00
Frank Voorburg 483b6ae246 Refs #1280 Reintegrated branch for STM32L4 USB driver and Nucleo-L496ZG demo programs development back into the trunk.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@927 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-12-16 15:17:31 +00:00
Frank Voorburg 25d6a7d3c0 Refs #1290 Reintegrated branch for STM32G0 CAN driver and Nucleo-G0B1RE demo programs development back into the trunk.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@919 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-12-08 17:14:34 +00:00
Frank Voorburg 3714c1ea3e Refs #1363. Corrected misplaced #endif in the Nucleo-F429ZI demo bootloader.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@908 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-11-05 10:56:56 +00:00
Frank Voorburg 3568e36d22 Refs #1333. Added LPUART support to the STM32L4 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@907 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-10-08 15:53:20 +00:00
Frank Voorburg 9c4159e2f4 Refs #1001. Merged branch for STM32G4 port development back into the trunk.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@904 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-09-09 14:51:49 +00:00
Frank Voorburg f346ba9546 Refs #1305, #1306. Corrected max DTO and max CTO usage.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@892 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-08-18 13:37:42 +00:00
Frank Voorburg cab852ee9e Refs #1296. Final changes before the next release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@883 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-07-05 09:19:29 +00:00
Frank Voorburg f308f09041 Refs #1150. Removed Atollic TrueStudio and Rowley CrossWorks demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@882 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-07-05 08:43:01 +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 77631561d1 Refs #1294. Added checks to the STM32F7 flash driver to make sure flash operations are only performed when configured in single bank mode.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@879 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-29 10:45:51 +00:00
Frank Voorburg 307ed14b00 Refs #778. Created Olimex STM32-P405 demo programs for Keil MDK.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@878 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-24 09:29:55 +00:00
Frank Voorburg 65b5e5deaf Refs #778. Created Olimexino STM32 demo programs for Keil MDK.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@877 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-24 07:59:52 +00:00
Frank Voorburg e3a730ff19 Refs #778. Created Olimex STM32-H103 demo programs for Keil MDK.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@876 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-23 14:42:47 +00:00
Frank Voorburg 4fccb4ed92 Refs #778. Created Olimex STM32-P207 demo programs for Keil MDK.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@875 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-22 16:37:16 +00:00
Frank Voorburg de72fbea9c Refs #778. Created Discovery-F303VC demo programs for Keil MDK.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@874 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-22 09:24:36 +00:00
Frank Voorburg 8602e865a4 Refs #778. Created Nucleo-F103RB demo programs for Keil MDK.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@873 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-22 08:38:35 +00:00
Frank Voorburg 84c120a5d2 Refs #778. Created Nucleo-F303K8 demo programs for Keil MDK.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@872 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-21 14:19:32 +00:00
Frank Voorburg 3ef66174ca Refs #1269. Created Nucleo-F429ZI demo programs for IAR EWARM.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@871 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-21 09:37:31 +00:00
Frank Voorburg 71620e7991 Refs #1148. Reintegrated branch with STM32L5 port and demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@869 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-18 15:04:11 +00:00
Frank Voorburg 729dcb753b Refs #1288. Corrected USB driver initialization in Nucleo-F429ZI demo bootloader.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@863 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-15 09:47:32 +00:00
Frank Voorburg 98741fd6a3 Refs #778. Ported the Nucleo-L476RG demo programs to Keil MDK.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@861 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-11 16:17:55 +00:00
Frank Voorburg 1365645c05 Refs #528. Minor comment correction in the Nucleo-F429ZI demo bootloaders.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@858 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-02 09:41:19 +00:00
Frank Voorburg e193d8806b Refs #528. Replaced the Olimex STM32-E407 demo programs with the Nucleo-F429ZI demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@857 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-05-27 11:30:47 +00:00
Frank Voorburg 9d3dc531b2 Refs #528. Merged the feature branch for the Nucleo-F429ZI demos back into the trunk.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@855 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-05-27 11:21:34 +00:00
Frank Voorburg d09bd5559a Refs #1261. Improved timer reset.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@847 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-05-07 09:47:33 +00:00
Frank Voorburg 2e14822b81 Refs #1226. Renamed assert.h to asserts.h to workaround an issue with certain compiler toolchains, where the bootloader's assert.h is mistaken for the c-library's assert.h.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@838 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-03-22 10:56:12 +00:00
Frank Voorburg b483c7f349 Refs #1152. Final changes before the next stable release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@824 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-01-07 12:39:01 +00:00
Frank Voorburg 6249db7170 Refs #981. Added STM32CubeIDE demo programs for the Olimexino-STM32 board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@823 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-12-10 10:15:32 +00:00
Frank Voorburg eb8bce018c Refs #981. Added STM32CubeIDE demo programs for the Olimex STM32-H103 board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@822 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-12-09 12:04:03 +00:00
Frank Voorburg 31ae11134c Refs #981. Added STM32CubeIDE demo programs for the Nucleo-F103RB board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@821 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-12-09 09:57:58 +00:00
Frank Voorburg 181bb23d0b Refs #981. Added STM32CubeIDE demo programs for the Olimex STM32-P103 board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@820 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-12-08 12:00:23 +00:00
Frank Voorburg 31c604850e Refs #981. Added STM32CubeIDE demo programs for the Olimex STM32-E407 board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@819 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-12-08 10:30:49 +00:00
Frank Voorburg 6620a01a8e Refs #981. Added STM32CubeIDE demo programs for the Olimex STM32-P405 board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@818 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-12-07 10:36:18 +00:00
Frank Voorburg 24b8bf1834 Refs #981. Added STM32CubeIDE demo programs for the Olimex STM32-P207 board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@817 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-12-04 11:40:09 +00:00
Frank Voorburg 3663929da8 Refs #981. Added STM32CubeIDE demo programs for the STM32F3-Discovery board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@816 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-12-01 11:04:55 +00:00
Frank Voorburg e5c0feb681 Refs #404, #778. Added Nucleo-H743ZI demo programs for Keil and IAR.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@815 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-11-30 12:12:41 +00:00
Frank Voorburg 7c5eac6910 Refs #778, #981. Corrected the demo bootloader C-startup, fixed a warning in the flash driver and added the S-record for the demo bootloader.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@814 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-11-25 11:28:05 +00:00
Frank Voorburg c91c5bfe59 Refs #404, #981. Added Nucleo-H743ZI demo programs for STM32CubeIDE.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@813 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-11-23 11:40:37 +00:00
Frank Voorburg 6c6ba11e55 Refs #404. Added Nucleo-H743ZI/GCC demo programs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@812 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-11-19 11:57:40 +00:00
Frank Voorburg ead805b515 Refs #404. Reintegrated the branch for STM32H7 port development back into the trunk.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@810 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-11-19 09:05:25 +00:00
Frank Voorburg 255832e67b Refs #981. Added STM32CubeIDE demo programs for the Nucleo-F303K8 board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@806 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-10-16 08:54:46 +00:00
Frank Voorburg 085940d223 Refs #981. Added STM32CubeIDE demo programs for the STM32F0-Discovery board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@805 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-10-15 09:07:49 +00:00
Frank Voorburg f60ff55f6e Refs #981. Added STM32CubeIDE demo programs for the Nucleo-F091RC board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@804 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-10-14 08:43:07 +00:00
Frank Voorburg 2babeb5354 Refs #1116. Renamed UART6 to USART6 in the RS232 driver of the STM32F7 port.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@803 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-10-02 10:34:33 +00:00
Frank Voorburg ba4b437d6f Refs #981. Added STM32CubeIDE demo programs for the Nucleo-L476RG board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@802 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-09-24 11:07:04 +00:00
Frank Voorburg aada02a0c7 Refs #981. Minor refactoring of the STM32CubeIDE demo bootloaders by removing the AppDeInit() function.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@801 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-09-24 09:38:25 +00:00
Frank Voorburg 668f5f1231 Refs #981. Added STM32CubeIDE demo programs for the Nucleo-G071RB board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@800 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-09-23 14:21:15 +00:00
Frank Voorburg 7ca8703fce Refs #981. Added STM32CubeIDE demo programs for the Nucleo-F746ZG board.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@799 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-09-22 14:43:35 +00:00
Frank Voorburg 936c4bce14 Refs #981. Corrected link to the Nucleo-F767ZI/STM32CubeIDE demo programs Wiki page in the doxygen docs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@798 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-09-21 15:33:56 +00:00
Frank Voorburg c3e7d31d71 Refs #981. Updated STM32CubeIDE debug launch configuration of the Nucleo-F767ZI board demo bootloader for compatibility with Linux.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@797 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-09-21 15:08:03 +00:00
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 756ef1fb55 Refs #1102. Improved SysTick reset in STM32 ports.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@795 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-09-15 10:59:42 +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 8ee8f936a3 Refs #1084. Updated version numbers in preparation for the next stable release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@785 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-07-07 06:23:34 +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 8be50f96f1 Refs #1004. Corrected return value in function FlashSwitchBlock() of the port template.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@747 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-02-17 09:54:29 +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 67415cf853 Refs #966. Updated version numbers and host binaries in preparation for the next stable release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@728 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2020-01-09 09:30:38 +00:00
Frank Voorburg 8a63823005 Refs #891. Added XMC4500 compatibility to the XMC4 CAN driver.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@723 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2019-09-19 10:57:05 +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