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: stecman/hw-boot-selection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20220312
Choose a base ref
...
head repository: stecman/hw-boot-selection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 12, 2022

  1. Add note on how to create a filesystem on Linux with identical geometry

    This is quite useful during debugging, and I've had to build it from
    scratch a few times now.
    stecman committed Mar 12, 2022
    Copy the full SHA
    539e352 View commit details
  2. Fix typo in name of project.

    This also adds a newline at the end of the Makefile.
    bentglasstube committed Mar 12, 2022
    Copy the full SHA
    cb7ec86 View commit details
  3. Merge pull request #12 from bentglasstube/master

    Fix typo in name of project.
    stecman authored Mar 12, 2022
    Copy the full SHA
    95ab4d8 View commit details
  4. Support flashing using st-flash from the open source STLink tools

    Making this change after a user reported a problem with OpenOCD on their
    machine. This offers an alternative for uploading firmware with ST-Link
    programmers.
    stecman committed Mar 12, 2022
    Copy the full SHA
    d74628c View commit details
Loading