• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..16-Mar-2023-

include/16-Mar-2023-

mcp_ramfw/16-Mar-2023-

mcp_romfw/16-Mar-2023-

module/16-Mar-2023-

scp_ramfw/16-Mar-2023-

scp_romfw/16-Mar-2023-

src/16-Mar-2023-

product.mk A D16-Mar-2023233 102

readme.md A D16-Mar-2023604 2013

readme.md

1Copyright (c) 2022, Arm Limited. All rights reserved.
2
3# N1SDP Platform
4
5## Build configuration options {#build-configuration}
6Platform specific option has been added for N1SDP SoC platform.
7
8- SCP_N1SDP_SENSOR_LIB_PATH: Path of the n1sdp sensor library
9
10Example build command -
11
12> ```sh
13>  make -f Makefile.cmake PRODUCT=n1sdp \
14>  EXTRA_CONFIG_ARGS="-DSCP_N1SDP_SENSOR_LIB_PATH=<Path to sensor library>"
15> ```
16
17If SCP_N1SDP_SENSOR_LIB_PATH is set to the path of the sensor
18library, then functions defined in the library are used else the
19functions defined in the `n1sdp_sensor_driver.c` file are used.
20