Add license headers

This commit is contained in:
Tobias Schramm 2021-02-09 14:20:57 +01:00 committed by Patrick Rathje
parent 76a55726e8
commit 0dd0ddecec
3 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,9 @@
/*
* Copyright (c) 2021 Tobias Schramm <t.schramm@t-sys.eu>
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <device.h>
#include <drivers/adc.h>

View File

@ -1,6 +1,11 @@
/*
* Copyright (c) 2021 Tobias Schramm <t.schramm@t-sys.eu>
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifdef PLATFORM_PINETIME
#include <zephyr.h>
#include <device.h>
#include <display/cfb.h>
#include <drivers/gpio.h>

View File

@ -1,4 +1,4 @@
# Copyright (c) 2020, Tobias Schramm <t.schramm@t-sys.eu>
# Copyright (c) 2021, Tobias Schramm <t.schramm@t-sys.eu>
# SPDX-License-Identifier: Apache-2.0
description: |
@ -15,3 +15,5 @@ properties:
description: |
Array containing pairs of state-of-charge and associated
open circuit battery voltage in millivolts
Entries must be strictly monotonically decreasing in both
battery voltage and state-of-charge