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

Commits on Jun 12, 2017

  1. Add new NUCLEO-F030R8 variant

    This is a first pass at getting the NUCLEO-F030R8 board working.
    I've tested the digital pins, the PWM code using tone and the
    Serial USART.  To get the code to compile I hacked up analog.c
    to avoid using the DAC functions.  This is pretty ugly. I will
    probably rework it.
    RickKimball committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    f36d03f View commit details
    Browse the repository at this point in the history
  2. Add new variant NUCLEO-F030R8

    This is a first pass at the pin mapping and ldscript. It may
    still contain errors or omissions.
    RickKimball committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    b7fe16a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2017

  1. get in synch with master

    RickKimball committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    cc4461d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7789cf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

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

Commits on Aug 20, 2017

  1. Configuration menu
    Copy the full SHA
    968a11f View commit details
    Browse the repository at this point in the history
  2. sync with upstream/master

    RickKimball committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    41eacf8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Configuration menu
    Copy the full SHA
    192ef5e View commit details
    Browse the repository at this point in the history
Loading