FFFF Comparing 1.2.7...1.2.8 · stm32duino/STM32Examples · GitHub
[go: up one dir, main page]

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

Commits on Sep 4, 2025

  1. Minor changes (#67)

    Signed-off-by: George Popa <george.popa@metasphere.co.uk>
    Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
    
    * fix: commented out potential non-included library
    
    * Update examples/Peripherals/Registers/Reset_reason/Reset_reason.ino
    
    Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
    Signed-off-by: Alex <alexceltare2@yahoo.com>
    
    * Update examples/Peripherals/Registers/Reset_reason/Reset_reason.ino
    
    Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
    Signed-off-by: Alex <alexceltare2@yahoo.com>
    
    * Update examples/Peripherals/Registers/Reset_reason/Reset_reason.ino
    
    Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
    Signed-off-by: Alex <alexceltare2@yahoo.com>
    
    * Update examples/Peripherals/Registers/Reset_reason/Reset_reason.ino
    
    Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
    Signed-off-by: Alex <alexceltare2@yahoo.com>
    
    * Update examples/Peripherals/Registers/Reset_reason/Reset_reason.ino
    
    Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
    Signed-off-by: Alex <alexceltare2@yahoo.com>
    
    * Update examples/Peripherals/Registers/Reset_reason/Reset_reason.ino
    
    Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
    Signed-off-by: Alex <alexceltare2@yahoo.com>
    
    ---------
    
    Signed-off-by: George Popa <george.popa@metasphere.co.uk>
    Signed-off-by: Alex <alexceltare2@yahoo.com>
    Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
    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

Commits on Oct 14, 2025

  1. chore(example): add WL3 support to ADC internal channels

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    2869f14 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. fix(RTC): RTC_Tests example for new STM32RTC prediv API (uint32_t)

    - use uint32_t for userPredA, userPredS and local prediv variables (a, s),
    - call rtc.getPrediv() and rtc.setPrediv() with uint32_t arguments,
    - use PREDIVA_MAX + 1 and PREDIVS_MAX + 1 to reset prescalers to computed values
    
    See: stm32duino/STM32RTC@9d07ee5
    
    Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
    Aymane-ST authored and fpistm committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    6c2cd1c View commit details
    Browse the repository at this point in the history
  2. chore: bump version

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    a64fb0e View commit details
    Browse the repository at this point in the history
Loading
0