Searched refs:variant (Results 1 – 25 of 59) sorted by relevance
123
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | README | 12 - Platform/variant porting: 14 The driver requires that following macros are defined in the variant.h 15 file of the specific variant: 25 * Define platform/variant dependent LPS22HB device macros 32 If these macros are not defined in the current variant the driver forces a compilation
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | README | 13 - Platform/variant porting: 15 The driver requires that following macros are defined in the variant.h 16 file of the specific variant: 25 * Define platform/variant dependent HTS221 device macros 33 If these macros are not defined in the current variant the driver forces a compilation
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | README | 15 - Platform/variant porting: 17 The driver requires that following macros are defined in the variant.h 18 file of the specific variant: 28 /* specify how axis has to be rotated according to variant platform 35 * Define platform/variant dependent ST_ACC44 device macros 53 If these macros are not defined in the current variant the driver forces a compilation
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | README | 16 - Platform/variant porting: 18 The driver requires that following macros are defined in the variant.h 19 file of the specific variant: 29 ST_MAG40_ROT_MATRIX /* specify how axis has to be rotated according to variant platform 44 * Define platform/variant dependent ST_MAG40 device macros 58 If these macros are not defined in the current variant the driver forces a compilation
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | README | 12 - Platform/variant porting: 14 The driver requires that following macros are defined in the variant.h 15 file of the specific variant: 20 If these macros are not defined in the current variant the driver forces a 35 * Define platform/variant dependent ISL29034 device macros
|
/device/google/contexthub/firmware/variant/linux/ |
D | Makefile | 5 include $(SRC_PATH)/variant/variant.mk
|
D | linux_conf.mk | 26 VARIANT_PATH := device/google/contexthub/firmware/variant/$(VARIANT)
|
/device/google/contexthub/firmware/variant/nucleo/ |
D | Makefile | 6 include $(SRC_PATH)/variant/variant.mk
|
D | nucleo_conf.mk | 26 VARIANT_PATH := device/google/contexthub/firmware/variant/$(VARIANT)
|
/device/google/contexthub/firmware/variant/neonkey/ |
D | Makefile | 6 include $(SRC_PATH)/variant/variant.mk
|
D | neonkey_conf.mk | 26 VARIANT_PATH := device/google/contexthub/firmware/variant/$(VARIANT)
|
/device/google/contexthub/firmware/variant/argonkey/ |
D | Makefile | 6 include $(SRC_PATH)/variant/variant.mk
|
D | argonkey_conf.mk | 26 VARIANT_PATH := device/google/contexthub/firmware/variant/$(VARIANT)
|
/device/google/contexthub/firmware/variant/lunchbox/ |
D | Makefile | 6 include $(SRC_PATH)/variant/variant.mk
|
D | lunchbox_conf.mk | 26 VARIANT_PATH := device/google/contexthub/firmware/variant/$(VARIANT)
|
/device/google/contexthub/firmware/build/ |
D | config.mk | 58 define nano-variant-class 157 $(LOCAL_NANO_$(1)_$(call nano-variant-class,$(AUX_OS_VARIANT))) \ 194 define for-each-variant-unchecked 198 $(call aux-variant-load-env,$(_fev_variant)) \ 205 $(call aux-variant-load-env,) \ 223 define for-each-variant 226 …$(error $(LOCAL_PATH): Recursive variant list mismatch: "$(AUX_RECURSIVE_VARIANT_LIST)" and "$(1))…
|
D | app_static_library.mk | 26 $(call for-each-variant,$(my_variants),,$(NANO_BUILD)/nanohub_static_library.mk)
|
D | os_static_library.mk | 26 $(call for-each-variant,$(my_variants),OS,$(NANO_BUILD)/nanohub_static_library.mk)
|
D | bl_static_library.mk | 26 $(call for-each-variant,$(my_variants),BL,$(NANO_BUILD)/nanohub_static_library.mk)
|
D | app_executable.mk | 27 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
|
D | bl_executable.mk | 28 $(call for-each-variant,$(my_variants),BL,$(NANO_BUILD)/bl_executable_internal.mk)
|
D | os_executable.mk | 28 $(call for-each-variant,$(my_variants),OS,$(NANO_BUILD)/os_executable_internal.mk)
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | README | 22 be defined into variant.h file. [variant/{VARIANT_NAME}/inc/variant/variant.h] 27 variant makefile. [variant/{VARIANT_NAME}/{VARIANT_NAME}.mk] 66 Example: variant/nucleo/nucleo.mk
|
/device/google/contexthub/firmware/ |
D | README | 17 1.1. to build any OS variant, run 21 # where <variant_path> is relative path to OS variant dir; 23 # for local variants, variant_path is variant/<variant_name>
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_uuid.py | 20 time, clock_seq, variant, version) in [ 171 equal(u.variant, variant) 363 equal(u.variant, uuid.RFC_4122) 406 equal(u.variant, uuid.RFC_4122) 422 equal(u.variant, uuid.RFC_4122) 444 equal(u.variant, uuid.RFC_4122)
|
123