Home
last modified time | relevance | path

Searched refs:variant (Results 1 – 9 of 9) sorted by relevance

/SCP-firmware-master/tools/
A Dproduct.py31 variant: Parameter = None variable in Build
38 if self.variant:
39 build_str += ' - Variant {}'.format(self.variant.name)
49 if self.variant:
50 filename += "_" + self.variant.name[0]
61 if self.variant:
62 cmd += 'PLATFORM_VARIANT=\"{}\" '.format(self.variant.name)
63 for extra in self.variant.arguments:
100 for variant in self.variants:
106 variant))
/SCP-firmware-master/product/juno/src/
A Djuno_id.c104 int juno_id_get_variant(enum juno_idx_variant *variant) in juno_id_get_variant() argument
111 if (!fwk_expect(variant != NULL)) { in juno_id_get_variant()
116 *variant = variant_cached; in juno_id_get_variant()
128 *variant = variant_cached; in juno_id_get_variant()
142 *variant = variant_cached; in juno_id_get_variant()
/SCP-firmware-master/product/tc0/doc/
A Dvariants.md11 introduced in SCP-firmware a new variant of TC0 has been created.
12 The variant(s) can be chosen at build time by adding:
27 For this default variant, it's not required to provide any extra parameters in
33 This variant adds support for the following software features:
66 - The "variant" option is available only with the CMake build.
/SCP-firmware-master/product/juno/include/
A Djuno_id.h34 int juno_id_get_variant(enum juno_idx_variant *variant);
/SCP-firmware-master/product/tc0/scp_romfw/
A DCMakeLists.txt51 SCP_PLATFORM_VARIANT "Choose platform software variant?"
/SCP-firmware-master/product/tc2/scp_romfw/
A DCMakeLists.txt53 SCP_PLATFORM_VARIANT "Choose platform software variant?"
/SCP-firmware-master/product/tc2/scp_ramfw/
A DFirmware.cmake30 set(SCP_PLATFORM_VARIANT_INIT 0) #Standard variant by default
/SCP-firmware-master/doc/
A Dcmake_readme.md323 - `ci`: A continuous integration variant, which provides the tooling required
325 - `jenkins`: A Jenkins-specific continuous integration variant, which includes
327 - `dev`: A development variant, which includes additional tools for developers
329 - `vagrant`: A Vagrant variant, which includes an SSH server and a workspace
/SCP-firmware-master/
A Dchange_log.md43 - product/rdn2: add support for rdn2 platform variant 2
47 - rdn2: Add variant 1 and 2
252 - rdn2: Add support for variant 1 of rdn2 platform

Completed in 13 milliseconds