1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpus: mv vendor headers to include/vendor/.

This commit is contained in:
Hauke Petersen 2017-03-06 16:28:11 +01:00
parent fa59955eff
commit 37d4f44379
588 changed files with 95 additions and 96 deletions

View File

@ -21,7 +21,6 @@
*
* @note $Id: board_init.c 1071 2013-09-19 16:50:56 kasmi $
*/
#include "lpc23xx.h"
#include "cpu.h"
#define CL_CPU_DIV 4

View File

@ -23,7 +23,7 @@
*
******************************************************************************/
#include "LPC17xx.h"
#include "vendor/LPC17xx.h"
/*--------------------- Clock Configuration ----------------------------------
*

View File

@ -24,7 +24,6 @@
#include <string.h>
#include "board.h"
#include "msba2_common.h"
#include "lpc23xx.h"
#include "cpu.h"
#define CL_CPU_DIV 4

View File

@ -24,7 +24,7 @@
* @note $Id$
*/
#include "lpc23xx.h"
#include "cpu.h"
#include "board.h"
#ifdef __cplusplus

View File

@ -23,7 +23,7 @@
*
******************************************************************************/
#include "LPC17xx.h"
#include "vendor/LPC17xx.h"
/*--------------------- Clock Configuration ----------------------------------
*

View File

@ -1,4 +1,5 @@
# include module specific includes
export INCLUDES += -I$(RIOTCPU)/cortexm_common/include
INCLUDES += -I$(RIOTCPU)/cortexm_common/include
INCLUDES += -I$(RIOTCPU)/cortexm_common/include/vendor
USEMODULE += cortexm_common_periph

View File

@ -24,7 +24,7 @@
#include "cpu_conf_common.h"
#if (CPU_MODEL == ezr32wg330f256r60)
#include "ezr32wg330f256r60.h"
#include "vendor/ezr32wg330f256r60.h"
#else
#error "No CPU headers for the defined CPU_MODEL found"
#endif

View File

@ -34,7 +34,7 @@ extern "C"
/* Rev. 2.x silicon */
#define K60_CPU_REV 2
#include "MK60D10.h"
#include "vendor/MK60D10.h"
/** The expected CPUID value, can be used to implement a check that we are
* running on the right hardware */
@ -47,7 +47,7 @@ extern "C"
/* Rev. 1.x silicon */
#define K60_CPU_REV 1
#include "MK60DZ10.h"
#include "vendor/MK60DZ10.h"
/** The expected CPUID value, can be used to implement a check that we are
* running on the right hardware */

View File

@ -27,7 +27,7 @@
#include "cpu_conf_common.h"
#ifdef CPU_MODEL_MK64FN1M0VLL12
#include "MK64F12.h"
#include "vendor/MK64F12.h"
#else
#error "undefined CPU_MODEL"
#endif

View File

@ -28,11 +28,11 @@
#include "cpu_conf_common.h"
#ifdef CPU_MODEL_KW21D256
#include "MKW22D5.h"
#include "vendor/MKW22D5.h"
#elif CPU_MODEL_KW21D512
#include "MKW22D5.h"
#include "vendor/MKW22D5.h"
#elif CPU_MODEL_KW22D512
#include "MKW22D5.h"
#include "vendor/MKW22D5.h"
#else
#error "undefined CPU_MODEL"
#endif

View File

@ -48,7 +48,7 @@ extern "C" {
#include "periph/uart.h"
#ifdef CPU_MODEL_LM4F120H5QR
#include "lm4f120h5qr.h"
#include "vendor/lm4f120h5qr.h"
#endif
/**

View File

@ -23,7 +23,7 @@
#include "cpu_conf_common.h"
#include "LPC11Uxx.h"
#include "vendor/LPC11Uxx.h"
#ifdef __cplusplus
extern "C" {

View File

@ -23,7 +23,7 @@
#include "cpu_conf_common.h"
#include "LPC17xx.h"
#include "vendor/LPC17xx.h"
#ifdef __cplusplus
extern "C" {

View File

@ -11,7 +11,7 @@
#ifndef LPC2387_H
#define LPC2387_H
#include "lpc23xx.h"
#include "vendor/lpc23xx.h"
#include "arm7_common.h"
#include "bitarithm.h"

View File

@ -13,7 +13,7 @@
/---------------------------------------------------------------------------*/
#include <string.h>
#include "lpc23xx.h"
#include "cpu.h"
#include "VIC.h"
#include "xtimer.h"
#include "diskio.h"

View File

@ -24,7 +24,7 @@
#include <string.h>
#include <stdio.h>
#include "lpc23xx.h"
#include "cpu.h"
#include "VIC.h"
#include "periph/uart.h"

View File

@ -20,8 +20,8 @@
#define CPU_CONF_H
#include "cpu_conf_common.h"
#include "nrf51.h"
#include "nrf51_bitfields.h"
#include "vendor/nrf51.h"
#include "vendor/nrf51_bitfields.h"
#ifdef __cplusplus
extern "C" {

View File

@ -21,8 +21,8 @@
#define CPU_CONF_H
#include "cpu_conf_common.h"
#include "nrf52.h"
#include "nrf52_bitfields.h"
#include "vendor/nrf52.h"
#include "vendor/nrf52_bitfields.h"
#ifdef __cplusplus
extern "C" {

View File

@ -27,97 +27,97 @@ extern "C" {
#endif
#if defined(CPU_MODEL_SAML21E18A)
#include "cmsis/saml21/include/saml21e18a.h"
#include "vendor/saml21/include/saml21e18a.h"
#elif defined(CPU_MODEL_SAML21G18A)
#include "cmsis/saml21/include/saml21g18a.h"
#include "vendor/saml21/include/saml21g18a.h"
#elif defined(CPU_MODEL_SAML21J18A)
#include "cmsis/saml21/include/saml21j18a.h"
#include "vendor/saml21/include/saml21j18a.h"
#elif defined(CPU_MODEL_SAML21E15B)
#include "cmsis/saml21/include_b/saml21e15b.h"
#include "vendor/saml21/include_b/saml21e15b.h"
#elif defined(CPU_MODEL_SAML21E16B)
#include "cmsis/saml21/include_b/saml21e16b.h"
#include "vendor/saml21/include_b/saml21e16b.h"
#elif defined(CPU_MODEL_SAML21E17B)
#include "cmsis/saml21/include_b/saml21e17b.h"
#include "vendor/saml21/include_b/saml21e17b.h"
#elif defined(CPU_MODEL_SAML21E18B)
#include "cmsis/saml21/include_b/saml21e18b.h"
#include "vendor/saml21/include_b/saml21e18b.h"
#elif defined(CPU_MODEL_SAML21G16B)
#include "cmsis/saml21/include_b/saml21g16b.h"
#include "vendor/saml21/include_b/saml21g16b.h"
#elif defined(CPU_MODEL_SAML21G17B)
#include "cmsis/saml21/include_b/saml21g17b.h"
#include "vendor/saml21/include_b/saml21g17b.h"
#elif defined(CPU_MODEL_SAML21G18B)
#include "cmsis/saml21/include_b/saml21g18b.h"
#include "vendor/saml21/include_b/saml21g18b.h"
#elif defined(CPU_MODEL_SAML21J16B)
#include "cmsis/saml21/include_b/saml21j16b.h"
#include "vendor/saml21/include_b/saml21j16b.h"
#elif defined(CPU_MODEL_SAML21J17B)
#include "cmsis/saml21/include_b/saml21j17b.h"
#include "vendor/saml21/include_b/saml21j17b.h"
#elif defined(CPU_MODEL_SAML21J18B)
#include "cmsis/saml21/include_b/saml21j18b.h"
#include "vendor/saml21/include_b/saml21j18b.h"
#elif defined(CPU_MODEL_SAMR21E16A)
#include "cmsis/samr21/include/samr21e16a.h"
#include "vendor/samr21/include/samr21e16a.h"
#elif defined(CPU_MODEL_SAMR21E17A)
#include "cmsis/samr21/include/samr21e17a.h"
#include "vendor/samr21/include/samr21e17a.h"
#elif defined(CPU_MODEL_SAMR21E18A)
#include "cmsis/samr21/include/samr21e18a.h"
#include "vendor/samr21/include/samr21e18a.h"
#elif defined(CPU_MODEL_SAMR21G16A)
#include "cmsis/samr21/include/samr21g16a.h"
#include "vendor/samr21/include/samr21g16a.h"
#elif defined(CPU_MODEL_SAMR21G17A)
#include "cmsis/samr21/include/samr21g17a.h"
#include "vendor/samr21/include/samr21g17a.h"
#elif defined(CPU_MODEL_SAMR21G18A)
#include "cmsis/samr21/include/samr21g18a.h"
#include "vendor/samr21/include/samr21g18a.h"
#elif defined(CPU_MODEL_SAMD21E15A)
#include "cmsis/samd21/include/samd21e15a.h"
#include "vendor/samd21/include/samd21e15a.h"
#elif defined(CPU_MODEL_SAMD21E16A)
#include "cmsis/samd21/include/samd21e16a.h"
#include "vendor/samd21/include/samd21e16a.h"
#elif defined(CPU_MODEL_SAMD21E17A)
#include "cmsis/samd21/include/samd21e17a.h"
#include "vendor/samd21/include/samd21e17a.h"
#elif defined(CPU_MODEL_SAMD21E18A)
#include "cmsis/samd21/include/samd21e18a.h"
#include "vendor/samd21/include/samd21e18a.h"
#elif defined(CPU_MODEL_SAMD21G15A)
#include "cmsis/samd21/include/samd21g15a.h"
#include "vendor/samd21/include/samd21g15a.h"
#elif defined(CPU_MODEL_SAMD21G16A)
#include "cmsis/samd21/include/samd21g16a.h"
#include "vendor/samd21/include/samd21g16a.h"
#elif defined(CPU_MODEL_SAMD21G17A)
#include "cmsis/samd21/include/samd21g17a.h"
#include "vendor/samd21/include/samd21g17a.h"
#elif defined(CPU_MODEL_SAMD21G17AU)
#include "cmsis/samd21/include/samd21g17au.h"
#include "vendor/samd21/include/samd21g17au.h"
#elif defined(CPU_MODEL_SAMD21G18A)
#include "cmsis/samd21/include/samd21g18a.h"
#include "vendor/samd21/include/samd21g18a.h"
#elif defined(CPU_MODEL_SAMD21G18AU)
#include "cmsis/samd21/include/samd21g18au.h"
#include "vendor/samd21/include/samd21g18au.h"
#elif defined(CPU_MODEL_SAMD21J15A)
#include "cmsis/samd21/include/samd21j15a.h"
#include "vendor/samd21/include/samd21j15a.h"
#elif defined(CPU_MODEL_SAMD21J16A)
#include "cmsis/samd21/include/samd21j16a.h"
#include "vendor/samd21/include/samd21j16a.h"
#elif defined(CPU_MODEL_SAMD21J17A)
#include "cmsis/samd21/include/samd21j17a.h"
#include "vendor/samd21/include/samd21j17a.h"
#elif defined(CPU_MODEL_SAMD21J18A)
#include "cmsis/samd21/include/samd21j18a.h"
#include "vendor/samd21/include/samd21j18a.h"
#elif defined(CPU_MODEL_SAMD21E15B)
#include "cmsis/samd21/include/samd21e15b.h"
#include "vendor/samd21/include/samd21e15b.h"
#elif defined(CPU_MODEL_SAMD21E15BU)
#include "cmsis/samd21/include/samd21e15bu.h"
#include "vendor/samd21/include/samd21e15bu.h"
#elif defined(CPU_MODEL_SAMD21E15L)
#include "cmsis/samd21/include/samd21e15l.h"
#include "vendor/samd21/include/samd21e15l.h"
#elif defined(CPU_MODEL_SAMD21E16B)
#include "cmsis/samd21/include/samd21e16b.h"
#include "vendor/samd21/include/samd21e16b.h"
#elif defined(CPU_MODEL_SAMD21E16BU)
#include "cmsis/samd21/include/samd21e16bu.h"
#include "vendor/samd21/include/samd21e16bu.h"
#elif defined(CPU_MODEL_SAMD21E16L)
#include "cmsis/samd21/include/samd21e16l.h"
#include "vendor/samd21/include/samd21e16l.h"
#elif defined(CPU_MODEL_SAMD21G15B)
#include "cmsis/samd21/include/samd21g15b.h"
#include "vendor/samd21/include/samd21g15b.h"
#elif defined(CPU_MODEL_SAMD21G15L)
#include "cmsis/samd21/include/samd21g15l.h"
#include "vendor/samd21/include/samd21g15l.h"
#elif defined(CPU_MODEL_SAMD21G16B)
#include "cmsis/samd21/include/samd21g16b.h"
#include "vendor/samd21/include/samd21g16b.h"
#elif defined(CPU_MODEL_SAMD21G16L)
#include "cmsis/samd21/include/samd21g16l.h"
#include "vendor/samd21/include/samd21g16l.h"
#elif defined(CPU_MODEL_SAMD21J15B)
#include "cmsis/samd21/include/samd21j15b.h"
#include "vendor/samd21/include/samd21j15b.h"
#elif defined(CPU_MODEL_SAMD21J16B)
#include "cmsis/samd21/include/samd21j16b.h"
#include "vendor/samd21/include/samd21j16b.h"
#else
#error "Unsupported SAM0 variant."

Some files were not shown because too many files have changed in this diff Show More