Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephanosio/homebrew-zephyr
Homebrew tap for Zephyr RTOS development tools
https://github.com/stephanosio/homebrew-zephyr
homebrew macos sdk toolchain zephyr
Last synced: 2 days ago
JSON representation
Homebrew tap for Zephyr RTOS development tools
- Host: GitHub
- URL: https://github.com/stephanosio/homebrew-zephyr
- Owner: stephanosio
- License: apache-2.0
- Created: 2020-05-21T03:39:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T04:13:03.000Z (over 4 years ago)
- Last Synced: 2024-11-18T01:35:38.145Z (2 months ago)
- Topics: homebrew, macos, sdk, toolchain, zephyr
- Language: Ruby
- Size: 50.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew tap for Zephyr RTOS development tools
[Homebrew](https://brew.sh) is a package manager for macOS.
You can use it to install the following Zephyr RTOS development tools:
* Zephyr Cross Compiler Toolchains ([zephyr-crosstool-ng](https://github.com/stephanosio/zephyr-crosstool-ng))
* Zephyr QEMU ([zephyr-qemu](https://github.com/stephanosio/zephyr-qemu))
* Zephyr OpenOCD ([zephyr-openocd](https://github.com/stephanosio/zephyr-openocd))## Getting Started
### Add Homebrew tap
```sh
brew tap stephanosio/homebrew-zephyr
```### Install packages
```sh
brew install zephyr-crosstool
brew install zephyr-qemu
```## Package List
| Name | Description |
|:-----------------------------------------:|:---------------------------------------------------------------------------------------:|
| zephyr-crosstool | Cross Compiler Toolchain (meta package for all targets) |
| zephyr-crosstool-aarch64 | ARM (AArch64) Cross Compiler Toolchain (aarch64-zephyr-elf) |
| zephyr-crosstool-arc | ARC Cross Compiler Toolchain (arc-zephyr-elf) |
| zephyr-crosstool-arm | ARM (AArch32; Cortex-A/R/M) Cross Compiler Toolchain (arm-zephyr-eabi) |
| zephyr-crosstool-nios2 | NIOS2 Cross Compiler Toolchain (nios2-zephyr-elf) |
| zephyr-crosstool-riscv | RISC-V Cross Compiler Toolchain (riscv64-zephyr-elf) |
| zephyr-crosstool-sparc | SPARC Cross Compiler Toolchain (sparc-zephyr-elf) |
| zephyr-crosstool-x86 | x86(-64) Cross Compiler Toolchain (x86_64-zephyr-elf) |
| zephyr-crosstool-xtensa-intel-apl-adsp | Xtensa Intel APL ADSP Cross Compiler Toolchain (xtensa-intel_apl_adsp_zephyr-elf) |
| zephyr-crosstool-xtensa-intel-bdw-adsp | Xtensa Intel BDW ADSP Cross Compiler Toolchain (xtensa-intel_apl_adsp_zephyr-elf) |
| zephyr-crosstool-xtensa-intel-byt-adsp | Xtensa Intel BYT ADSP Cross Compiler Toolchain (xtensa-intel_apl_adsp_zephyr-elf) |
| zephyr-crosstool-xtensa-intel-s1000 | Xtensa Intel S1000 Cross Compiler Toolchain (xtensa-intel_s1000_zephyr-elf) |
| zephyr-crosstool-xtensa-nxp-imx-adsp | Xtensa NXP i.MX ADSP Cross Compiler Toolchain (xtensa-nxp_imx_adsp_zephyr-elf) |
| zephyr-crosstool-xtensa-nxp-imx8m-adsp | Xtensa NXP i.MX 8M ADSP Cross Compiler Toolchain (xtensa-nxp_imx8m_adsp_zephyr-elf) |
| zephyr-crosstool-xtensa-sample-ctlr | Xtensa Sample Controller Cross Compiler Toolchain (xtensa-sample_controller_zephyr-elf) |
| zephyr-qemu | Zephyr QEMU |
| zephyr-openocd | Zephyr OpenOCD |