demo/accelerometer_stream/accelerometer_stream.mk

# The name of the project component
NAME := app_demo_accelerometer_stream
$(NAME)_INCLUDES := .
# Enable/disable automatic generation of static function prototypes in project source code
$(NAME)_AUTO_PROTOTYPE := 1
# List of files to include in the project build. Paths relative to the project's directory
$(NAME)_SOURCES := main.c
# Paths to app settings .ini files (paths are relative to project directory)
$(NAME)_SETTINGS_INCLUDES := resources/settings.ini
$(NAME)_REQUIRED_FEATURES += SENSOR_TYPE_THERMOMETER DRIVER_THERMOMETER_SI7013\
SENSOR_TYPE_ACCELEROMETER DRIVER_ACCELEROMETER_ICM20648
# Build for the Hurricane, version1 development baord
$(NAME)_REQUIRED_COMPONENTS += hardware.boards.gecko_os.hurricane
# Include the webapp resource files
$(NAME)_REQUIRED_COMPONENTS += resources.gecko_os.webapp
# Include the sensor library
$(NAME)_REQUIRED_COMPONENTS += components.gecko_os.sensor
# Path to resource manifest .cfg file (path is relative to project directory)
$(NAME)_RESOURCE_MANIFEST_PATH := resources/manifest.cfg