Thanks to visit codestin.com
Credit goes to github.com

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: eb115f7
Choose a base ref
...
head repository: stm32duino/Arduino_Core_STM32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 93d9973
Choose a head ref
  • 12 commits
  • 715 files changed
  • 3 contributors

Commits on Jul 28, 2025

  1. chore: update core version to 2.12.0-dev (0x020C00F0)

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    0e2a66b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Revert "chore(f7): use HSE bypass for Nucleo-F767ZI"

    This reverts commit 1ef1f86.
    
    Fixes #2795.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    2127051 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. chore(variants): update variants against CubeMX DB release 6.0.140

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    06e2a4b View commit details
    Browse the repository at this point in the history
  2. chore: update cmake after variants update

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    e50f9fc View commit details
    Browse the repository at this point in the history
  3. chore(ci): update generics list to skip

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    7f7437d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2798 from fpistm/variants_update

    chore(variants): update variants against CubeMX DB release 6.0.140
    fpistm authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    e217fad View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. system(f4) update STM32F4xx HAL Drivers to v1.8.5

    Included in STM32CubeF4 FW v1.28.3
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    af53c10 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. system(f7) update STM32F7xx HAL Drivers to v1.3.3

    Included in STM32CubeF7 FW v1.17.4
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    34d7699 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

  1. feat(spi): add slave mode support

    Signed-off-by: patricklaf <[email protected]>
    Co-authored-by: Frederic Pillon <[email protected]>
    fpistm committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    2095f53 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. fix(stm32wrapper): header regex

    Fixes #2809.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    e96c3a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. fix(uart): HardwareSerial begin() causes Infinite Loop (#2785)

    * fix(uart): uart clock prescaler configuration
    
    Signed-off-by: Bartu Özcan <[email protected]>
    Co-authored-by: Frederic Pillon <[email protected]>
    baftii and fpistm authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    d35fec3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. variant(f4): add the STM32F411E-DISCO board

    Signed-off-by: John Gietzen <[email protected]>
    otac0n authored and fpistm committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    93d9973 View commit details
    Browse the repository at this point in the history
Loading