Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stm32duino/Arduino_Core_STM32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mkarr/Arduino_Core_STM32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 23, 2020

  1. Fix flash offset on HY_TinySTM103T variant.

    The linker script for the HY_TinySTM103T variant ignored the
    LD_FLASH_OFFSET linker flags. This prevented proper operation when using
    a bootloader on these boards. The linker script has been replaced with
    the generic F103 linkerscript that properly implements this.
    mkarr committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    b0c7c81 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    8fa27ce View commit details
    Browse the repository at this point in the history
Loading