From 2f45444cfd5982b79578bae24fca61ac055fffcf Mon Sep 17 00:00:00 2001 From: "junichi.katsu@uhuru.jp" Date: Mon, 18 Mar 2019 10:12:36 +0900 Subject: [PATCH] added SPDX identifier and added the description of uhuru_raven_init function --- .../TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PeripheralNames.h | 2 ++ .../TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PeripheralPins.c | 2 ++ .../TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PinNames.h | 2 ++ .../TARGET_STM32F767xI/TARGET_UHURU_RAVEN/system_clock.c | 2 ++ .../TARGET_STM32F767xI/TARGET_UHURU_RAVEN/uhuru_raven_init.h | 4 ++++ 5 files changed, 12 insertions(+) diff --git a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PeripheralNames.h b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PeripheralNames.h index 55c5c3b593..48ba0d7753 100644 --- a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PeripheralNames.h +++ b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PeripheralNames.h @@ -2,6 +2,8 @@ ******************************************************************************* * Copyright (c) 2016-2019, STMicroelectronics * All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause-Clear * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PeripheralPins.c b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PeripheralPins.c index 061fd1235d..463ad0d337 100644 --- a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PeripheralPins.c +++ b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PeripheralPins.c @@ -3,6 +3,8 @@ * Copyright (c) 2016-2019, STMicroelectronics * All rights reserved. * + * SPDX-License-Identifier: BSD-3-Clause-Clear + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * diff --git a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PinNames.h b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PinNames.h index fa80e871e6..24660060d2 100644 --- a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PinNames.h +++ b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PinNames.h @@ -2,6 +2,8 @@ ******************************************************************************* * Copyright (c) 2016-2019, STMicroelectronics * All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause-Clear * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/system_clock.c b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/system_clock.c index 3ed2bb1395..a0846393f8 100644 --- a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/system_clock.c +++ b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/system_clock.c @@ -1,6 +1,8 @@ /* mbed Microcontroller Library * Copyright (c) 2006-2019 ARM Limited * +* SPDX-License-Identifier: Apache-2.0 +* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/uhuru_raven_init.h b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/uhuru_raven_init.h index 11df617c75..fec83fda31 100644 --- a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/uhuru_raven_init.h +++ b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/uhuru_raven_init.h @@ -30,6 +30,10 @@ extern "C" { * FUNCTION PROTOTYPES * ----------------------------------------------------------------*/ +/** GPIO initialization + * + * Properly initialize available and unavailable GPIOs. + */ void uhuru_raven_init(void); #ifdef __cplusplus