ext: hal: atmel: move atmel HAL to external module
Move the HAL to an external repo to be used with west: https://github.com/zephyrproject-rtos/hal_atmel Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f156e95bbd
commit
2d9d898cc6
690 changed files with 3 additions and 312427 deletions
13
modules/Kconfig.atmel
Normal file
13
modules/Kconfig.atmel
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Kconfig - Atmel SDK
|
||||
#
|
||||
# Copyright (c) 2016 Piotr Mienkowski
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
config ASF
|
||||
bool
|
||||
select HAS_CMSIS
|
||||
depends on SOC_FAMILY_SAM || SOC_FAMILY_SAM0
|
||||
|
||||
config ATMEL_WINC1500
|
||||
bool
|
Loading…
Add table
Add a link
Reference in a new issue