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:
Anas Nashif 2019-08-19 05:59:50 -07:00
commit 2d9d898cc6
690 changed files with 3 additions and 312427 deletions

13
modules/Kconfig.atmel Normal file
View 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