mirror of https://github.com/ARMmbed/mbed-os.git
added SPDX identifier and
added the description of uhuru_raven_init functionpull/10115/head
parent
23cb826314
commit
e44aa056c0
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
*
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -30,6 +30,10 @@ extern "C" {
|
|||
* FUNCTION PROTOTYPES
|
||||
* ----------------------------------------------------------------*/
|
||||
|
||||
/** GPIO initialization
|
||||
*
|
||||
* Properly initialize available and unavailable GPIOs.
|
||||
*/
|
||||
void uhuru_raven_init(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Reference in New Issue