Image containing toolchain and firmware for developing code using Particle devices
5M+
Install Particle Dev Local Compiler package and follow instructions.
To compile your project using this buildpack you need to issue following Docker run command:
$ export PROJECT_DIR=~/path/to/your/project
$ export PLATFORM_ID=6
$ export VERSION=0.4.5
$ docker run --rm \
-v $PROJECT_DIR:/input \
-v $PROJECT_DIR:/output \
-e PLATFORM_ID=$PLATFORM_ID \
particle/buildpack-particle-firmware:$VERSION
Content type
Image
Digest
sha256:48e24734f…
Size
694.2 MB
Last updated
about 21 hours ago
docker pull particle/buildpack-particle-firmware:develop-test-msom