Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 916 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 916 Bytes

homebrew-contiki-ng-arm-gcc

This repository contains the contiki-ng compatible GNU Toolchain for ARM Embedded Processors as formulae for Homebrew.

About

This is a homebrew binary repository for the pre-built GNU toolchain from ARM Cortex-M & Cortex-R processors (Cortex-M0/M0+/M3/M4/M7/M23/M33, Cortex-R4/R5/R7/R8 and more).

Installing the formulae

First brew tap contiki-ng/contiki-ng-arm and then brew install <formula>.

Using the prebuilt binaries

To install the entire ARM toolchain, do:

# to tap the repository
$ brew tap contiki-ng/contiki-ng-arm
# to install the toolchain
$ brew install contiki-ng-arm-gcc-bin

Docs