File tree Expand file tree Collapse file tree 5 files changed +12
-0
lines changed
targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/TARGET_UHURU_RAVEN Expand file tree Collapse file tree 5 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2
2
*******************************************************************************
3
3
* Copyright (c) 2016-2019, STMicroelectronics
4
4
* All rights reserved.
5
+ *
6
+ * SPDX-License-Identifier: BSD-3-Clause-Clear
5
7
*
6
8
* Redistribution and use in source and binary forms, with or without
7
9
* modification, are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change 3
3
* Copyright (c) 2016-2019, STMicroelectronics
4
4
* All rights reserved.
5
5
*
6
+ * SPDX-License-Identifier: BSD-3-Clause-Clear
7
+ *
6
8
* Redistribution and use in source and binary forms, with or without
7
9
* modification, are permitted provided that the following conditions are met:
8
10
*
Original file line number Diff line number Diff line change 2
2
*******************************************************************************
3
3
* Copyright (c) 2016-2019, STMicroelectronics
4
4
* All rights reserved.
5
+ *
6
+ * SPDX-License-Identifier: BSD-3-Clause-Clear
5
7
*
6
8
* Redistribution and use in source and binary forms, with or without
7
9
* modification, are permitted provided that the following conditions are met:
Original file line number Diff line number Diff line change 1
1
/* mbed Microcontroller Library
2
2
* Copyright (c) 2006-2019 ARM Limited
3
3
*
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ *
4
6
* Licensed under the Apache License, Version 2.0 (the "License");
5
7
* you may not use this file except in compliance with the License.
6
8
* You may obtain a copy of the License at
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ extern "C" {
30
30
* FUNCTION PROTOTYPES
31
31
* ----------------------------------------------------------------*/
32
32
33
+ /** GPIO initialization
34
+ *
35
+ * Properly initialize available and unavailable GPIOs.
36
+ */
33
37
void uhuru_raven_init (void );
34
38
35
39
#ifdef __cplusplus
You can’t perform that action at this time.
0 commit comments