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: im-tomu/tomu-samples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ea6891a3f0c2
Choose a base ref
...
head repository: im-tomu/tomu-samples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: abf9ab4646ef
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 9, 2017

  1. README: update url to toolchain download

    ARM has stopped releasing new toolchains on launchpad.net, and instead
    requires that people go to their own site to download prebuilt
    toolchains.
    
    Signed-off-by: Sean Cross <sean@xobs.io>
    xobs committed Nov 9, 2017
    Copy the full SHA
    d7dbaa6 View commit details
  2. Merge pull request #25 from xobs/master

    README: update url to toolchain download
    mithro authored Nov 9, 2017
    Copy the full SHA
    abf9ab4 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 README.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ ease your introduction to the Tomu platform.
- Fedora : `sudo yum install arm-none-eabi-gcc-cs`
- Arch : `sudo pacman -S arm-none-eabi-gcc arm-none-eabi-newlib`
- Other Linux : check your package manager, or
- Anything else (Windows, OSX, Linux) : [https://launchpad.net/gcc-arm-embedded/+download](https://launchpad.net/gcc-arm-embedded/+download)
- Anything else (Windows, OSX, Linux) : [https://developer.arm.com/open-source/gnu-toolchain/gnu-rm ](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm )

If the cross compiling toolchain is in your PATH then the Makefile will
auto-detect it; else (or to override it) specify it using the environment