Commit Graph

589 Commits

Author SHA1 Message Date
Frank Voorburg c71a3e1995 Refs #1523. Final changes before the next release.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@956 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-07-08 09:36:42 +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 232d60793b Refs #1487. Upgraded host binaries to Visual Studio 2022.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@954 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-07-01 11:59:32 +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 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 01e1504737 Refs #1270. Switched to building 64-bit versions of the PC tools under Windows. Starting with this commit and the to-be-released OpenBLT version 1.14, the included Windows binaries are all 64-bit. Note that building 32-bit versions is also still supported. Instructions for this can be found on the OpenBLT Wiki.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@941 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-02-10 12:10:49 +00:00
Frank Voorburg 6706102797 Refs #1407. Merged USB bulk library code into LibOpenBLT to remove dependency on UsbBulkLib.dll.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@940 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-02-08 22:43:42 +00:00
Frank Voorburg e9482079a4 Refs #1402. Added MinGW support for building LibOpenBLT with the recently added Ixxat CAN driver.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@939 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-02-08 20:58:05 +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 acc660dfe2 Refs #1319. Reintegrated branch for Ixxat CAN device support back into the trunk.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@931 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2022-01-06 10:40:46 +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 50eb570ba1 Refs #1297. Corrected character cut offs in a few text labels on MicroBoot's user interface.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@906 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-09-09 15:30:30 +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 d69ccf1346 Refs #1149, #895. Fixed problem with slow CAN throughput that some users reported.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@895 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-08-23 11:02:28 +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 e37a9fa10b Refs #1295. Changed the run-time library configuration from /MDd to /MTd for the VC++ projects. This removes the dependency on external DLLs.
git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@881 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
2021-06-30 10:28:56 +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