All Projects → zephyrproject-rtos → Meta Zephyr Sdk

zephyrproject-rtos / Meta Zephyr Sdk

Licence: mit
Zephyr SDK

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Meta Zephyr Sdk

Hedera Sdk Rust
Hedera SDK for Rust
Stars: ✭ 33 (-26.67%)
Mutual labels:  sdk
Sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
Stars: ✭ 996 (+2113.33%)
Mutual labels:  sdk
Infra Integrations Sdk
New Relic Infrastructure Integrations SDK
Stars: ✭ 42 (-6.67%)
Mutual labels:  sdk
Annwvyn
Annwvyn C++ Open Source designed-for-VR game engine and application developement framework
Stars: ✭ 34 (-24.44%)
Mutual labels:  sdk
Connect Java Sdk
Java client library for the Square Connect v2 API
Stars: ✭ 36 (-20%)
Mutual labels:  sdk
Connector Sdk
SDK for connecting events to functions
Stars: ✭ 41 (-8.89%)
Mutual labels:  sdk
Vainglory
(*DEPRECATED*: The API no longer exists, so this will no longer work) A Javascript API Client wrapper for Vainglory
Stars: ✭ 32 (-28.89%)
Mutual labels:  sdk
Russianpost Sdk
PHP SDK для Почты России
Stars: ✭ 43 (-4.44%)
Mutual labels:  sdk
Commercetools Php Sdk
The e-commerce SDK from commercetools for PHP.
Stars: ✭ 38 (-15.56%)
Mutual labels:  sdk
Memfault Firmware Sdk
Memfault Firmware SDK for embedded systems. More information at https://docs.memfault.com.
Stars: ✭ 42 (-6.67%)
Mutual labels:  sdk
Javasdk
the Java SDK for hyperchain (developing)
Stars: ✭ 35 (-22.22%)
Mutual labels:  sdk
Oauth Pythonclient
The Python OAuth client provides a set of methods that make it easier to work with Intuit's OAuth and OpenID implementation.
Stars: ✭ 36 (-20%)
Mutual labels:  sdk
Hedera Sdk Go
Hedera SDK for Go
Stars: ✭ 41 (-8.89%)
Mutual labels:  sdk
Think Wechat
企业微信SDK for ThinkPHP5
Stars: ✭ 34 (-24.44%)
Mutual labels:  sdk
Snapfeed Sdk
Interactive user feedback tool for Flutter 🎉
Stars: ✭ 43 (-4.44%)
Mutual labels:  sdk
Uphold Sdk Android
Uphold Android SDK
Stars: ✭ 32 (-28.89%)
Mutual labels:  sdk
Waliyun
阿里云Node.js Open API SDK(完整版)
Stars: ✭ 40 (-11.11%)
Mutual labels:  sdk
Node Qiniu Sdk
七牛云SDK,使用 ES2017 async functions 来操作七牛云,接口名称与官方接口对应,轻松上手,文档齐全
Stars: ✭ 44 (-2.22%)
Mutual labels:  sdk
Soflow
A ScriptableObject oriented design SDK.
Stars: ✭ 43 (-4.44%)
Mutual labels:  sdk
Openai Api Dotnet
A C#/.NET SDK for accessing the OpenAI GPT-3 API
Stars: ✭ 41 (-8.89%)
Mutual labels:  sdk

Run Status

Build Zephyr SDK

Build the SDK in Docker using poky-zephyr-sdk container, follow the instructions below:

$ cd $HOME
$ mkdir -p zephyr-sdk
$ git clone [email protected]:zephyrproject-rtos/meta-zephyr-sdk.git zephyr-sdk/meta-zephyr-sdk
$ docker run --privileged --rm -it -v $HOME/zephyr-sdk:/workdir crops/poky-zephyr-sdk --workdir=/workdir

Once in the container, clone the repos and build the SDK:

workdir$ ./meta-zephyr-sdk/scripts/meta-zephyr-sdk-clone.sh
workdir$ ./meta-zephyr-sdk/scripts/meta-zephyr-sdk-build.sh

When finished, the resulting SDK binary can be found under

workdir/poky/meta-zephyr-sdk/scripts

For more info about container, please see: https://github.com/crops/poky-container

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].