nrfx: Update to version 2.10.0
Update nrfx to the recently released version. See https://github.com/NordicSemiconductor/nrfx/blob/v2.10.0/CHANGELOG.md for a list of changes that this version introduces. Origin: nrfx License: BSD 3-Clause URL: https://github.com/NordicSemiconductor/nrfx/tree/v2.10.0 commit: 23fb4437c08a9edfdf6d34f002322f693a15e8fe Purpose: Provide peripheral drivers for Nordic SoCs Maintained-by: External Signed-off-by: Adam Wojasinski <adam.wojasinski@nordicsemi.no>pull/123/head nrfx-2.10.0
parent
249199ec5a
commit
4ee20fd6ca
@ -1,4 +1,7 @@
|
||||
sphinx~=3.5
|
||||
sphinx-ncs-theme~=0.6.2
|
||||
breathe~=4.28
|
||||
m2r2~=0.2
|
||||
Sphinx!=5.0.0,<6,>=4.0
|
||||
sphinx-ncs-theme==0.6.5
|
||||
sphinx-rtd-theme==0.5.2
|
||||
breathe==4.34.0
|
||||
m2r2==0.3.2
|
||||
Jinja2==3.0.3
|
||||
docutils<0.17
|
@ -1,28 +1,41 @@
|
||||
/*
|
||||
* Copyright (c) 2010 - 2022, Nordic Semiconductor ASA All rights reserved.SPDX-License-Identifier: BSD
|
||||
* -3-ClauseRedistribution and use in source and binary forms, with or withoutmodification, are permitt
|
||||
* ed provided that the following conditions are met:1. Redistributions of source code must retain the
|
||||
* above copyright notice, this list of conditions and the following disclaimer.2. Redistributions in b
|
||||
* inary form must reproduce the above copyright notice, this list of conditions and the following disc
|
||||
* laimer in the documentation and/or other materials provided with the distribution.3. Neither the nam
|
||||
* e of Nordic Semiconductor ASA nor the names of its contributors may be used to endorse or promote pr
|
||||
* oducts derived from this software without specific prior written permission.THIS SOFTWARE IS PROVIDE
|
||||
* D BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
|
||||
* BUT NOT LIMITED TO, THEIMPLIED WARRANTIES OF MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSEA
|
||||
* RE DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BELIABLE FOR ANY DIRECT, I
|
||||
* NDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, ORCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PRO
|
||||
* CUREMENT OFSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESSINTERRUPTION) HOW
|
||||
* EVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER INCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE)ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEP
|
||||
* OSSIBILITY OF SUCH DAMAGE.
|
||||
Copyright (c) 2010 - 2022, Nordic Semiconductor ASA All rights reserved.
|
||||
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
3. Neither the name of Nordic Semiconductor ASA nor the names of its
|
||||
contributors may be used to endorse or promote products derived from this
|
||||
software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
ARE DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE
|
||||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* @file nrf52.h
|
||||
* @brief CMSIS HeaderFile
|
||||
* @version 1
|
||||
* @date 11. May 2022
|
||||
* @note Generated by SVDConv V3.3.35 on Wednesday, 11.05.2022 12:25:39
|
||||
* @date 19. October 2022
|
||||
* @note Generated by SVDConv V3.3.35 on Wednesday, 19.10.2022 11:23:56
|
||||
* from File 'nrf52.svd',
|
||||
* last modified on Wednesday, 11.05.2022 10:25:34
|
||||
|