ext: Import Nordic MDK header files
Nordic Semiconductor's Microcontroller Development Kit provides a set of low-level header files that describe the different hardware registers and peripherals of Nordic ICs. Origin: Nordic MDK 8.5.0 URL: http://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF52832 Maintained-by: External JIRA: ZEP-377 Change-Id: Ia28fbaf7333a84ea7462fb7fd7a5d06661a6fce0 Signed-off-by: Glenn Ruben Bakke <glenn.ruben.bakke@nordicsemi.no> Signed-off-by: Vinayak Kariappa Chettimada <vinayak.kariappa.chettimada@nordicsemi.no> Signed-off-by: Håkon Alseth <haakon.alseth@nordicsemi.no> Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
37b1d1eb55
commit
f81801489a
7 changed files with 17084 additions and 1 deletions
18
ext/hal/nordic/mdk/Kconfig
Normal file
18
ext/hal/nordic/mdk/Kconfig
Normal file
|
@ -0,0 +1,18 @@
|
|||
#
|
||||
# Copyright (c) 2016 Nordic Semiconductor ASA
|
||||
#
|
||||
# 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
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
config HAS_NORDIC_MDK
|
||||
bool
|
Loading…
Add table
Add a link
Reference in a new issue