{"id":13743659,"url":"https://github.com/particle-iot/device-os","last_synced_at":"2026-03-14T06:03:04.767Z","repository":{"id":7391079,"uuid":"8720130","full_name":"particle-iot/device-os","owner":"particle-iot","description":"Device OS (Firmware) for Particle Devices","archived":false,"fork":false,"pushed_at":"2024-10-28T14:19:31.000Z","size":135034,"stargazers_count":1053,"open_issues_count":163,"forks_count":513,"subscribers_count":139,"default_branch":"develop","last_synced_at":"2024-10-29T15:17:35.855Z","etag":null,"topics":["arduino","argon","boron","c","c-plus-plus","core","electron","iot","p1","particle","photon","xenon"],"latest_commit_sha":null,"homepage":"https://www.particle.io/","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/particle-iot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-03-12T04:42:33.000Z","updated_at":"2024-10-16T18:06:45.000Z","dependencies_parsed_at":"2024-02-17T02:23:07.274Z","dependency_job_id":"dbb311a1-22fd-4a01-af73-90512003fec3","html_url":"https://github.com/particle-iot/device-os","commit_stats":{"total_commits":11631,"total_committers":109,"mean_commits":"106.70642201834862","dds":0.8022526008081851,"last_synced_commit":"9338b13b1e611f1b57f71f702795c2ca71142c1f"},"previous_names":[],"tags_count":216,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/particle-iot%2Fdevice-os","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/particle-iot%2Fdevice-os/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/particle-iot%2Fdevice-os/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/particle-iot%2Fdevice-os/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/particle-iot","download_url":"https://codeload.github.com/particle-iot/device-os/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247070918,"owners_count":20878586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","argon","boron","c","c-plus-plus","core","electron","iot","p1","particle","photon","xenon"],"created_at":"2024-08-03T05:00:54.606Z","updated_at":"2025-12-16T19:44:04.540Z","avatar_url":"https://github.com/particle-iot.png","language":"C++","funding_links":[],"categories":["C","C++"],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/particle-iot/device-os/tree/develop.svg?style=svg)](https://circleci.com/gh/particle-iot/device-os/tree/develop)\n\n# Particle Device OS Firmware\n\nThis is the main source code repository of the Particle firmware libraries.\n\n# Getting Started\n\nTo get started building firmware locally, see [Getting Started](docs/gettingstarted.md).\n\n# Resources\n\n- [Latest Release](http://github.com/particle-iot/device-os/releases/)\n- [Changelog](CHANGELOG.md)\n\n## Build System\n\n- [Requirements/Dependencies](docs/dependencies.md)\n\n## Application Firmware Development\n\n- [Debugging support](docs/debugging.md)\n- [make command syntax](docs/build.md)\n- [Firmware API](http://docs.particle.io/)\n\n## System Firmware Development\n\n- [System Flags](system/system-flags.md)\n- [Continuous Integration](ci/README.md)\n- [Module Descriptor linking and retrieval](dynalib/src/readme.md)\n- [Testing](user/tests/readme.md)\n- [build test suite](build/test/readme.md)\n- [System Threading](system/system-threading.md)\n- [system versions and releases](system/system-versions.md)\n\n### Modules\n\n- [Bootloader](bootloader/README.md)\n- [Cloud Communications](communication/README.md)\n\n### Platforms\n\n- [Virtual Device](hal/src/gcc/readme.md)\n- [Starting a New Platform Hardware Abstraction Layer](hal/src/newhal/readme.md)\n\n### CREDITS AND ATTRIBUTIONS\n\nThe firmware uses the GNU GCC toolchain for ARM Cortex-M processors, ARM's CMSIS libraries, and Arduino's implementation of Wiring.\n\n### LICENSE\n\nUnless stated elsewhere, file headers or otherwise, all files herein are licensed under an LGPLv3 license. For more information, please read the LICENSE file.\n\nIf you have questions about software licensing, please contact Particle [support](https://support.particle.io/).\n\n\n### LICENSE FAQ\n\n**This firmware is released under LGPL version 3, what does that mean for you?**\n\n * You may use this commercially to build applications for your devices!  You **DO NOT** need to distribute your object files or the source code of your Application under LGPL.  Your source code belongs to you when you build an Application using this System Firmware.\n\n**When am I required to share my code?**\n\n * You are **NOT required** to share your Application Firmware or object files when linking against libraries or System Firmware licensed under LGPL.\n\n * If you make and distribute changes to System Firmware licensed under LGPL, you must release the source code and documentation for those changes under a LGPL license.\n\n**Why?**\n\n * This license allows businesses to confidently build firmware and make devices without risk to their intellectual property, while at the same time helping the community benefit from non-proprietary contributions to the shared System Firmware.\n\n**Questions / Concerns?**\n\n * Particle intends for this firmware to be commercially useful and safe for our community of makers and enterprises.  Please [Contact Us](https://support.particle.io/) if you have any questions or concerns, or if you require special licensing.\n\n_(Note!  This FAQ isn't meant to be legal advice, if you're unsure, please consult an attorney)_\n\n\n### CONTRIBUTE\n\nWant to contribute to the Particle firmware project? Follow [this link](CONTRIBUTING.md) to find out how.\n\n### CONNECT\n\nHaving problems or have awesome suggestions? Connect with us [here.](https://community.particle.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparticle-iot%2Fdevice-os","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparticle-iot%2Fdevice-os","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparticle-iot%2Fdevice-os/lists"}