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/STM32Examples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.2
Choose a base ref
...
head repository: stm32duino/STM32Examples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 23, 2023

  1. examples: update adc internal channels to support STM32C0xx

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b875d3a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. examples(ADC internal): disable ICACHE if enabled

    For some series, calibration values are stored in FLASH
    read-only area and required to disable ICACHE before
    access them.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed May 24, 2023
    Configuration menu
    Copy the full SHA
    ff8640f View commit details
    Browse the repository at this point in the history
  2. Update library.properties

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm authored May 24, 2023
    Configuration menu
    Copy the full SHA
    2e82ca1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fix(u0): VREFINT_CAL value is not programmed during production

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d43dcec View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fix(spi): update examples after SPI rework

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f7e4286 View commit details
    Browse the repository at this point in the history
  2. chore: bump library version to 1.2.4

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

Commits on Nov 21, 2024

  1. chore(hardwaretimer): update definition

    TIMER_DISABLED replaced by TIMER_OUTPUT_DISABLED
    
    See stm32duino/Arduino_Core_STM32#2572
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    a55074a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. chore: update version

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    33f94a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. feat: add 2 interesting examples

    Signed-off-by: George Popa <[email protected]>
    Co-authored-by: Frederic Pillon <[email protected]>
    alexceltare2 and fpistm committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    523b71e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. chore: add STM32WB0 support to internal channel examples

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    6d861ce View commit details
    Browse the repository at this point in the history
  2. chore: bump version

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

Commits on Sep 3, 2025

  1. fix: some mistakes/typos and added 2 more flags

    Signed-off-by: George Popa <[email protected]>
    Co-authored-by: Frederic Pillon <[email protected]>
    alexceltare2 and fpistm committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    3ca2907 View commit details
    Browse the repository at this point in the history
  2. chore: bump version

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

Commits on Sep 4, 2025

  1. Minor changes (#67)

    Signed-off-by: George Popa <[email protected]>
    Co-authored-by: Frederic Pillon <[email protected]>
    
    * fix: commented out potential non-included library
    
    * Update examples/Peripherals/Registers/Reset_reason/Reset_reason.ino
    
    Co-authored-by: Frederic Pillon <[email protected]>
    Signed-off-by: Alex <[email protected]>
    
    * Update examples/Peripherals/Registers/Reset_reason/Reset_reason.ino
    
    Co-authored-by: Frederic Pillon <[email protected]>
    Signed-off-by: Alex <[email protected]>
    
    * Update examples/Peripherals/Registers/Reset_reason/Reset_reason.ino
    
    Co-authored-by: Frederic Pillon <[email protected]>
    Signed-off-by: Alex <[email protected]>
    
    * Update examples/Peripherals/Registers/Reset_reason/Reset_reason.ino
    
    Co-authored-by: Frederic Pillon <[email protected]>
    Signed-off-by: Alex <[email protected]>
    
    * Update examples/Peripherals/Registers/Reset_reason/Reset_reason.ino
    
    Co-authored-by: Frederic Pillon <[email protected]>
    Signed-off-by: Alex <[email protected]>
    
    * Update examples/Peripherals/Registers/Reset_reason/Reset_reason.ino
    
    Co-authored-by: Frederic Pillon <[email protected]>
    Signed-off-by: Alex <[email protected]>
    
    ---------
    
    Signed-off-by: George Popa <[email protected]>
    Signed-off-by: Alex <[email protected]>
    Co-authored-by: Frederic Pillon <[email protected]>
    alexceltare2 and fpistm authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    9dcda4e View commit details
    Browse the repository at this point in the history
Loading