Application reference firmware for the Particle Tracker.
The firmware uses the GNU GCC toolchain for ARM Cortex-M processors, standard peripheral libraries and Arduino's implementation of Wiring.
Unless stated elsewhere, file headers or otherwise, all files herein are licensed under an Apache License, Version 2.0. For more information, please read the LICENSE file.
If you have questions about software licensing, please contact Particle support.
This firmware is released under Apache License, Version 2.0, what does that mean for you?
- 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 Apache License. Your source can be released under a non-Apache license. Your source code belongs to you when you build an application using this reference firmware.
When am I required to share my code?
- You are NOT required to share your application firmware binaries, source, or object files when linking against libraries or System Firmware licensed under LGPL.
Why?
- 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 reference firmware.
Questions / Concerns?
- Particle intends for this firmware to be commercially useful and safe for our community of makers and enterprises. Please Contact Us if you have any questions or concerns, or if you require special licensing.
(Note! This FAQ isn't meant to be legal advice, if you're unsure, please consult an attorney)
- Clone this repository
$ git clone [email protected]:particle-iot/tracker-edge.git && cd ./tracker-edge
- Init & Update Submodules
$ git submodule update --init --recursive
- Open Particle Workbench
- Run the
Particle: Import Project
command, follow the prompts, and wait for the project to load - Run the
Particle: Configure Workspace for Device
command and select a compatible Device OS version and thetracker
platform when prompted (docs) - Connect your device
- Compile & Flash!
Want to contribute to the Particle tracker edge firmware project? Follow this link to find out how.
Having problems or have awesome suggestions? Connect with us here..
Enterprise customers can contact support.