489 Commits (master)
 

Author SHA1 Message Date
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.
3 years ago
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.
3 years ago
Frank Voorburg e88477f0d4 Refs #962. Renamed UART to RS232.
3 years ago
Frank Voorburg 313992a7bc Refs #982. Treat XCP connect command's connection mode parameter as don't care in the demo user programs.
3 years ago
Frank Voorburg 76e5d19032 Refs #711. Added USB support to the Nucleo-F746ZG demo programs and the STM32F7 port.
3 years ago
Frank Voorburg 67415cf853 Refs #966. Updated version numbers and host binaries in preparation for the next stable release.
3 years ago
Frank Voorburg fd66f0daed Refs #955. Corrected 29-bit CAN identifier configuration in MicroBoot.
3 years ago
Frank Voorburg 7477875190 Refs #932. Improved S-record verification when loading firmware data from an S-record file.
3 years ago
Frank Voorburg 06f47a3de0 Refs #931. Minor improvements to the S-record parser.
3 years ago
Frank Voorburg fa59ddedfb Refs #894. Limited the selectable RS232 baudrates in MicroBoot to those that are currently supported in LibOpenBLT.
3 years ago
Frank Voorburg 8a63823005 Refs #891. Added XMC4500 compatibility to the XMC4 CAN driver.
4 years ago
Frank Voorburg 41a2203627 Refs #526. Upgraded GCC ARM demo programs to version 8-2018-q4 of GNU ARM Embedded.
4 years ago
Frank Voorburg 2d141add48 Refs #526. Upgraded GCC ARM demo programs to version 8-2018-q4 of GNU ARM Embedded.
4 years ago
Frank Voorburg 555f7ce0cf Refs #526. Upgraded GCC ARM demo programs to version 8-2018-q4 of GNU ARM Embedded.
4 years ago
Frank Voorburg e0011ae70d Refs #818. Merged branch for STM32G0 port development back into the trunk.
4 years ago
Frank Voorburg 8ec8ee7816 Refs #521. Updated all IAR demo programs to v7.80 to v8.40 of EWARM.
4 years ago
Frank Voorburg acf99e9c2c Refs #871. Deprecated the LPC2000 and Tricore TC1798 ports.
4 years ago
Frank Voorburg b3b43fed6f Refs #871. Updated list of supported microcontrollers.
4 years ago
Frank Voorburg cadf142286 Refs #870. Changed function call XMC_CAN_MO_ReceiveData() to XMC_CAN_MO_Receive().
4 years ago
Frank Voorburg 5f3aaf23c9 Refs #778. Added support for Keil MDK for ARM to the Nucleo-F767ZI demo programs.
4 years ago
Frank Voorburg 03c866a27e Refs #778. Added Keil MDK for ARM support to the Nucleo-F746ZG demo programs.
4 years ago
Frank Voorburg fa4f1b63f2 Refs #845. Updated version numbers and Windows binaries in preparation for new release.
4 years ago
Frank Voorburg a9ca24fa0a Refs §844. Added support for single flash bank STM32L4 devices.
4 years ago
Frank Voorburg d03327a199 Refs #831. Upgraded all Keil demo programs to the latest version of the Keil MDK for ARM.
4 years ago
Frank Voorburg 3bf7de5cf7 Refs #843. Moved call to LedBlinkExit() in the demo programs.
4 years ago
Frank Voorburg a4d11856b7 Refs #690. Added demo programs for the NXP DevKit-S12G128 board.
4 years ago
Frank Voorburg 7dcbeb6eda Refs #823. Added gitignore files to empty directories that are needed to probably build programs.
4 years ago
Frank Voorburg 23a2e095c9 Refs #822. Changed UART Rx pin mode to floating for the Nucleo-F103RB demo bootloader.
4 years ago
Frank Voorburg b9bec8729f Refs #303. Added support for firmware updates from SD-card to the XMC4700 Relax Kit demo programs.
4 years ago
Frank Voorburg 542f59c068 Refs #821. Refactored flash driver template.
4 years ago
Frank Voorburg a6cc436df6 Refs #710. Reintegrated branch where the Nucleo-F767ZI demo programs were created.
4 years ago
Frank Voorburg 41b4e6e69e Refs #820. Refactored return value check for NvmWrite and NvmErase.
4 years ago
Frank Voorburg 65d0755996 Refs #801. Changed PLL multiplier to match 72MHz clock for the Nucleo-F103RB demo programs.
4 years ago
Frank Voorburg 332096bd9d Refs #799. Fixed incorrectly formatted comment.
4 years ago
Frank Voorburg 92f83b88a6 Refs
4 years ago
Frank Voorburg 6b20667a02 Refs #792. Reintegrated branch with the trunk after completing the template for new microcontroller ports.
4 years ago
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.
4 years ago
Frank Voorburg 6248473234 Refs #788. Added support for Vector CAN devices (XL driver) to the host tools.
4 years ago
Frank Voorburg 0304e87968 Refs #766. Removed redundant checksum reservation.
4 years ago
Frank Voorburg d49e7b6888 Refs #726. Updated version info and prebuilt binaries for the next release.
4 years ago
Frank Voorburg b589d60e74 Refs #434. Reintegrated branch where the STM32F4 port and demos were converted from SPL to HAL.
4 years ago
Frank Voorburg 66cdc6543b Refs #734. Corrected preprocessor BOOT_COM_DEFERRED_INIT_ENABLE check in cpu.c.
4 years ago
Frank Voorburg 11fe146a86 Refs #403. Reintegrated STM32F7 port development branch back into the trunk.
4 years ago
Frank Voorburg 4f2f1bd71b Refs #712. Reset firmwareUpdateState to idle before function FileFirmwareUpdateErrorHook() is called, instead of after.
4 years ago
Frank Voorburg c3955cd62e Refs #709. Corrected ExtractProgramSettingsFromCommandLine() function header.
4 years ago
Frank Voorburg 73afe21713 Refs #708. Added call to fclose() in SRecParserSaveToFile().
4 years ago
Frank Voorburg e9ba4a1d03 Refs #659. Made STM32 HAL port includes conditional for the communication interfaces.
4 years ago
Frank Voorburg 83e9c0018c Refs #660. Improved CAN connection with PCAN-USB.
4 years ago
Frank Voorburg 5ababf911d Refs #618. Added support for splitting the XCP seed/key over multiple packets to make larger seed/key values possible, specifically on CAN.
4 years ago
Frank Voorburg 6345a5433d Refs #459. Added easy integration support for the master/slave gateway add-on module.
5 years ago