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: 2.11.0
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: main
Choose a head ref
  • 19 commits
  • 762 files changed
  • 5 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

Commits on Sep 15, 2025

  1. Add readBytes(uint8_t *buffer, size_t length) to USBSerial.h

    Signed-off-by: qqqlab <[email protected]>
    qqqlab authored and fpistm committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    b7e543b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. fix: add guard to custom startup scripts

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

Commits on Sep 22, 2025

  1. system(u0) update STM32U0xx HAL Drivers to v1.3.0

    Included in STM32CubeU0 FW 1.3.0
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    d01d9ab View commit details
    Browse the repository at this point in the history
  2. system(u0): update STM32U0xx CMSIS Drivers to v1.3.0

    Included in STM32CubeU0 FW 1.3.0
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    3cd0a34 View commit details
    Browse the repository at this point in the history
  3. system(u0): update STM32U0xx system

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

Commits on Sep 23, 2025

  1. Merge pull request #2822 from fpistm/stm32cube_update

    chore(u0): update to latest STM32CubeU0 v1.2.0
    fpistm authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    83c402d View commit details
    Browse the repository at this point in the history
  2. Add custom devboard - Databoard (#2806)

    variant(f1): add  Databoard
    
    Signed-off-by: its-kronos <[email protected]>
    Co-authored-by: Frederic Pillon <[email protected]>
    its-kronos and fpistm authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    f1432b0 View commit details
    Browse the repository at this point in the history
Loading