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: arduino-collections/Arduino_Core_STM8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stm32duino/Arduino_Core_STM8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 7 files changed
  • 2 contributors

Commits on Jul 14, 2021

  1. system: remove *.chm files

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    79dd61d View commit details
    Browse the repository at this point in the history
  2. core: add STM8 core version number

    Based on Semantic Versioning 2.0.0 (https://semver.org/)
    This will ease core dependencies.
    
    * STM8_CORE_VERSION_MAJOR -> major version
    * STM8_CORE_VERSION_MINOR -> minor version
    * STM8_CORE_VERSION_PATCH -> patch version
    * STM8_CORE_VERSION_EXTRA -> Extra label
      with:
      - 0: official release
      - [1-9]: release candidate
      - F[0-9]: development
    
    * STM8_CORE_VERSION --> Full version number
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    f881a27 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. config: update platform specification

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    9703756 View commit details
    Browse the repository at this point in the history
  2. config: remove redundant tools/ directory in STM8Tools

    Before path was:
     STM8/tools/STM8Tools/<version>/tools/
    now:
     STM8/tools/STM8Tools/<version>/
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    1f8e719 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    fpistm authored Jul 15, 2021
    Configuration menu
    Copy the full SHA
    f76fa28 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    64888ab View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    784261b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. chore: add important note before archive

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    cc4d30f View commit details
    Browse the repository at this point in the history
Loading