japaric-archived / copper

DEPRECATED in favor of https://github.com/rust-embedded/book
Apache License 2.0
291 stars 27 forks source link

Install GCC ARM Embedded Toolchain via Homebrew Cask #14

Closed limeburst closed 8 years ago

limeburst commented 8 years ago

Background: https://github.com/Homebrew/legacy-homebrew/pull/45236

japaric commented 8 years ago

Thanks! Is this cask subcommand available in "vanilla" brew? Or does the user need to install something extra before using it? If the later, could you add a link to instructions on how to install cask?

limeburst commented 8 years ago

It seems Homebrew automatically taps and keeps Homebrew-Cask updated.

Just to be sure, I tested this on a clean install of Homebrew. The cask subcommand is available in vanilla brew, and when invoking it for the first time, Homebrew-Cask is tapped automatically.

japaric commented 8 years ago

Awesome, thanks for checking this!

In the near future I'll set up Travis CI to test this repo on a mac builder. I'll use these great tips :smile:.

limeburst commented 8 years ago

Thank you for merging!

FYI, I'm just getting started on writing an alternative controller for my keyboard which has a Kinetis K20.

Your guide has been extremely helpful to MCU newcomers like me who wants to use Rust for their embedded project 😄

Thanks again for writing this guide and related tools!

japaric commented 8 years ago

FYI, I'm just getting started on writing an alternative controller for my keyboard which has a Kinetis K20.

Awesome! I'll be following that project.

Thanks again for writing this guide and related tools!

Happy to hear that it's been helpful!