mirror of https://github.com/ARMmbed/mbed-os.git
added SPDX identifier and added the description of uhuru_raven_init function
parent
6b2a219740
commit
2f45444cfd
|
@ -2,6 +2,8 @@
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
* Copyright (c) 2016-2019, STMicroelectronics
|
* Copyright (c) 2016-2019, STMicroelectronics
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions are met:
|
* modification, are permitted provided that the following conditions are met:
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
* Copyright (c) 2016-2019, STMicroelectronics
|
* Copyright (c) 2016-2019, STMicroelectronics
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||||
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions are met:
|
* modification, are permitted provided that the following conditions are met:
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
* Copyright (c) 2016-2019, STMicroelectronics
|
* Copyright (c) 2016-2019, STMicroelectronics
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions are met:
|
* modification, are permitted provided that the following conditions are met:
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
/* mbed Microcontroller Library
|
/* mbed Microcontroller Library
|
||||||
* Copyright (c) 2006-2019 ARM Limited
|
* Copyright (c) 2006-2019 ARM Limited
|
||||||
*
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
* You may obtain a copy of the License at
|
* You may obtain a copy of the License at
|
||||||
|
|
|
@ -30,6 +30,10 @@ extern "C" {
|
||||||
* FUNCTION PROTOTYPES
|
* FUNCTION PROTOTYPES
|
||||||
* ----------------------------------------------------------------*/
|
* ----------------------------------------------------------------*/
|
||||||
|
|
||||||
|
/** GPIO initialization
|
||||||
|
*
|
||||||
|
* Properly initialize available and unavailable GPIOs.
|
||||||
|
*/
|
||||||
void uhuru_raven_init(void);
|
void uhuru_raven_init(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue