forked from particle-iot/device-os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.buildpackrc
24 lines (19 loc) · 1.03 KB
/
.buildpackrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file is used by https://github.com/spark/firmware-buildpack-builder to
# build Docker images containing all toolchains and sources nessesary for
# compilation.
#
# Additionally release/prerelease information is used to automatically create
# build targets in Particle Cloud when pushing a tag.
# GCC buildpack variation to use ( see: https://hub.docker.com/r/particle/buildpack-hal/tags/ )
export BUILDPACK_VARIATION=gcc-arm-none-eabi-5_3-2016q1
# Platforms for which this firmware is considered stable
export RELEASE_PLATFORMS=( core photon p1 electron )
# Platforms for which this firmware is considered experimental
export PRERELEASE_PLATFORMS=( )
# Note: a single platform should be only in release or prerelease list. If
# added to both it will be considered a prerelease
# Platforms which require modules to be prebuilt
export MODULAR_PLATFORMS=( photon p1 electron )
# Example GCC ARM version override for FOO platform
# Replace FOO with (CORE, PHOTON, P1, ELECTRON)
export BUILDPACK_VARIATION_PLATFORM_FOO=gcc-arm-none-eabi-4_9-2015q3