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: 1.2.3
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 23, 2023

  1. examples: update adc internal channels to support STM32C0xx

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    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 <frederic.pillon@st.com>
    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 <frederic.pillon@st.com>
    fpistm authored May 24, 2023
    Configuration menu
    Copy the full SHA
    2e82ca1 View commit details
    Browse the repository at this point in the history
Loading