Commit 9fa62b81 authored by Pavlo Hamov's avatar Pavlo Hamov Committed by Maureen Helm
Browse files

samples: adc: add cc32xxsf_launchxl support



Add support for cc3220sf_launchxl, cc3235sf_launchxl boards

Signed-off-by: default avatarPavlo Hamov <pasha.gamov@gmail.com>
parent 8e02c4cd
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
/*
 * SPDX-License-Identifier: Apache-2.0
 *
 * Copyright (c) 2021 Pavlo Hamov <pasha.gamov@gmail.com>
 */

/ {
	zephyr,user {
		/* adjust channel number according to pinmux in board.dts */
		io-channels = <&adc0 0>;
	};
};
+12 −0
Original line number Diff line number Diff line
/*
 * SPDX-License-Identifier: Apache-2.0
 *
 * Copyright (c) 2021 Pavlo Hamov <pasha.gamov@gmail.com>
 */

/ {
	zephyr,user {
		/* adjust channel number according to pinmux in board.dts */
		io-channels = <&adc0 0>;
	};
};
+2 −1
Original line number Diff line number Diff line
@@ -4,7 +4,8 @@ tests:
  sample.drivers.adc:
    tags: ADC
    depends_on: adc
    platform_allow: nucleo_l073rz disco_l475_iot1
    platform_allow: nucleo_l073rz disco_l475_iot1 cc3220sf_launchxl
        cc3235sf_launchxl
    harness: console
    timeout: 10
    harness_config: