Skip to content

StudioSophisti/homebrew-embedded

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 

Repository files navigation

Various Toolchains and Tools for Embedded Development

Getting Started

brew tap darconeous/embedded

Code Sourcery ARM Toolchain 2008q3 (arm-none-eabi)

brew install arm-2008q3-gcc

AVR

brew install avr-gcc
brew install avr-gdb
brew install avrdude         # For general-purpose AVR programming.
brew install dfu-programmer  # For programming AVR USB chips.
brew install avarice         # For using GDB.

8052 (CC253x, CC243x, CC110x, etc.)

brew install darconeous/embedded/sdcc # SDCC with special fixes
brew install cc-tool         # For using the CC-Debugger
brew install srecord

smcpctl (if you are doing CoAP development)

brew install smcp

About

Homebrew Formulas for Embedded Development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%