Skip to content

Commit e44aa05

Browse files
committed
added SPDX identifier and
added the description of uhuru_raven_init function
1 parent 23cb826 commit e44aa05

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PeripheralNames.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*******************************************************************************
33
* Copyright (c) 2016-2019, STMicroelectronics
44
* All rights reserved.
5+
*
6+
* SPDX-License-Identifier: BSD-3-Clause-Clear
57
*
68
* Redistribution and use in source and binary forms, with or without
79
* modification, are permitted provided that the following conditions are met:

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PeripheralPins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright (c) 2016-2019, STMicroelectronics
44
* All rights reserved.
55
*
6+
* SPDX-License-Identifier: BSD-3-Clause-Clear
7+
*
68
* Redistribution and use in source and binary forms, with or without
79
* modification, are permitted provided that the following conditions are met:
810
*

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/PinNames.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*******************************************************************************
33
* Copyright (c) 2016-2019, STMicroelectronics
44
* All rights reserved.
5+
*
6+
* SPDX-License-Identifier: BSD-3-Clause-Clear
57
*
68
* Redistribution and use in source and binary forms, with or without
79
* modification, are permitted provided that the following conditions are met:

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/system_clock.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/* mbed Microcontroller Library
22
* Copyright (c) 2006-2019 ARM Limited
33
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.
68
* You may obtain a copy of the License at

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN/uhuru_raven_init.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ extern "C" {
3030
* FUNCTION PROTOTYPES
3131
* ----------------------------------------------------------------*/
3232

33+
/** GPIO initialization
34+
*
35+
* Properly initialize available and unavailable GPIOs.
36+
*/
3337
void uhuru_raven_init(void);
3438

3539
#ifdef __cplusplus

0 commit comments

Comments
 (0)