license: Replace Apache boilerplate with SPDX tag

Apply JIRA: ZEP-1457 to STM32F3X family porting patchset.

Change-Id: I352267a47847143e557a4016de12bb9a14a20067
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Erwan Gouriou 2017-01-19 16:38:51 +01:00 committed by Kumar Gala
commit 8890b73b6e
34 changed files with 35 additions and 375 deletions

View file

@ -2,17 +2,7 @@
# #
# Copyright (c) 2016 RnDity Sp. z o.o. # Copyright (c) 2016 RnDity Sp. z o.o.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # SPDX-License-Identifier: Apache-2.0
# 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.
# #
if SOC_SERIES_STM32F3X if SOC_SERIES_STM32F3X

View file

@ -2,17 +2,7 @@
# #
# Copyright (c) 2016 RnDity Sp. z o.o. # Copyright (c) 2016 RnDity Sp. z o.o.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # SPDX-License-Identifier: Apache-2.0
# 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.
# #
if SOC_STM32F303XC if SOC_STM32F303XC

View file

@ -2,17 +2,7 @@
# #
# Copyright (c) 2016 RnDity Sp. z o.o. # Copyright (c) 2016 RnDity Sp. z o.o.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # SPDX-License-Identifier: Apache-2.0
# 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.
# #
if SOC_STM32F334X8 if SOC_STM32F334X8

View file

@ -2,17 +2,7 @@
# #
# Copyright (c) 2016 RnDity Sp. z o.o. # Copyright (c) 2016 RnDity Sp. z o.o.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # SPDX-License-Identifier: Apache-2.0
# 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.
# #
if SOC_STM32F373XC if SOC_STM32F373XC

View file

@ -2,17 +2,7 @@
# #
# Copyright (c) 2016 RnDity Sp. z o.o. # Copyright (c) 2016 RnDity Sp. z o.o.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # SPDX-License-Identifier: Apache-2.0
# 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 SOC_SERIES_STM32F3X config SOC_SERIES_STM32F3X

View file

@ -2,17 +2,7 @@
# #
# Copyright (c) 2016 RnDity Sp. z o.o. # Copyright (c) 2016 RnDity Sp. z o.o.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # SPDX-License-Identifier: Apache-2.0
# 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.
# #
choice choice

View file

@ -2,20 +2,10 @@
# #
# Copyright (c) 2016 RnDity Sp. z o.o. # Copyright (c) 2016 RnDity Sp. z o.o.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # SPDX-License-Identifier: Apache-2.0
# 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.
# #
obj-y += soc.o obj-y += soc.o
obj-$(CONFIG_PINMUX) += soc_config.o obj-$(CONFIG_PINMUX) += soc_config.o
obj-$(CONFIG_GPIO) += soc_gpio.o obj-$(CONFIG_GPIO) += soc_gpio.o

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#ifndef _STM32F3X_FLASH_REGISTERS_H_ #ifndef _STM32F3X_FLASH_REGISTERS_H_

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#ifndef _STM32F3X_GPIO_REGISTERS_H_ #ifndef _STM32F3X_GPIO_REGISTERS_H_

View file

@ -3,17 +3,7 @@
/* /*
* Copyright (c) 2014-2016 Wind River Systems, Inc. * Copyright (c) 2014-2016 Wind River Systems, Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#include <arch/arm/cortex_m/scripts/linker.ld> #include <arch/arm/cortex_m/scripts/linker.ld>

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#ifndef _STM32F3X_CLOCK_H_ #ifndef _STM32F3X_CLOCK_H_

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
/** /**

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
/** /**

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#include "soc.h" #include "soc.h"

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
/** /**

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
/** /**

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#ifndef _STM32F3X_SOC_REGISTERS_H_ #ifndef _STM32F3X_SOC_REGISTERS_H_

View file

@ -2,17 +2,7 @@
# #
# Copyright (c) 2016 RnDity Sp. z o.o. # Copyright (c) 2016 RnDity Sp. z o.o.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # SPDX-License-Identifier: Apache-2.0
# 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 BOARD_NUCLEO_F334R8 config BOARD_NUCLEO_F334R8

View file

@ -2,17 +2,7 @@
# #
# Copyright (c) 2016 RnDity Sp. z o.o. # Copyright (c) 2016 RnDity Sp. z o.o.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # SPDX-License-Identifier: Apache-2.0
# 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.
# #
if BOARD_NUCLEO_F334R8 if BOARD_NUCLEO_F334R8

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#ifndef __INC_BOARD_H #ifndef __INC_BOARD_H

View file

@ -2,17 +2,7 @@
# #
# Copyright (c) 2016 Open-RnD Sp. z o.o. # Copyright (c) 2016 Open-RnD Sp. z o.o.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # SPDX-License-Identifier: Apache-2.0
# 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 BOARD_STM32373C_EVAL config BOARD_STM32373C_EVAL

View file

@ -2,17 +2,7 @@
# #
# Copyright (c) 2016 Open-RnD Sp. z o.o. # Copyright (c) 2016 Open-RnD Sp. z o.o.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # SPDX-License-Identifier: Apache-2.0
# 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.
# #
if BOARD_STM32373C_EVAL if BOARD_STM32373C_EVAL

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#ifndef __INC_BOARD_H #ifndef __INC_BOARD_H

View file

@ -2,17 +2,7 @@
# #
# Copyright (c) 2016 RnDity Sp. z o.o. # Copyright (c) 2016 RnDity Sp. z o.o.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # SPDX-License-Identifier: Apache-2.0
# 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.
# #
if SOC_SERIES_STM32F3X if SOC_SERIES_STM32F3X

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
/** /**

View file

@ -2,17 +2,7 @@
# #
# Copyright (c) 2016 RnDity Sp. z o.o. # Copyright (c) 2016 RnDity Sp. z o.o.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # SPDX-License-Identifier: Apache-2.0
# 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.
# #
if FLASH && SOC_SERIES_STM32F3X if FLASH && SOC_SERIES_STM32F3X

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#include "flash_stm32f3x.h" #include "flash_stm32f3x.h"

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#ifndef DRIVERS_FLASH_FLASH_STM32_H_ #ifndef DRIVERS_FLASH_FLASH_STM32_H_

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#include "flash_stm32f3x.h" #include "flash_stm32f3x.h"

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2017 RnDity Sp. z o.o. * Copyright (c) 2017 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#include <kernel.h> #include <kernel.h>

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2017 RnDity Sp. z o.o. * Copyright (c) 2017 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#include <nanokernel.h> #include <nanokernel.h>

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2017 RnDity Sp. z o.o. * Copyright (c) 2017 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#include <nanokernel.h> #include <nanokernel.h>

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2017 RnDity Sp. z o.o. * Copyright (c) 2017 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#ifndef _STM32F3_PINMUX_H_ #ifndef _STM32F3_PINMUX_H_

View file

@ -1,17 +1,7 @@
/* /*
* Copyright (c) 2016 RnDity Sp. z o.o. * Copyright (c) 2016 RnDity Sp. z o.o.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * SPDX-License-Identifier: Apache-2.0
* 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.
*/ */
#ifndef _STM32F3_CLOCK_CONTROL_H_ #ifndef _STM32F3_CLOCK_CONTROL_H_
#define _STM32F3_CLOCK_CONTROL_H_ #define _STM32F3_CLOCK_CONTROL_H_