Skip to content

Commit

Permalink
add spdx license identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaZera committed Nov 14, 2024
1 parent c5b3148 commit c1abbe4
Show file tree
Hide file tree
Showing 100 changed files with 202 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

# CMakeLists for the module

Expand Down
2 changes: 2 additions & 0 deletions Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0


rsource "drivers/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/Kconfig.board
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

# ARDEP Board configuration

Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

# ARDEP board configuration

Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/Kconfig.uds
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

# enable UDS module per default

Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/Kconfig.usb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

# enable USB per default

Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/Kconfig.usb_dfu
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

# enable USB DFU per default

Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/adc.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

&adc2 {
Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/ardep.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

identifier: ardep
name: Automotive Rapid Development Platform
Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/ardep_defconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

CONFIG_SOC_SERIES_STM32G4X=y
CONFIG_SOC_STM32G474XX=y
Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/arduino_r3_connector.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

/ {
Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/board.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

board_runner_args(jlink "--device=STM32G474VE" "--speed=4000" "--reset-after-load")

Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/can.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/


Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/clock.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/


Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/lin.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

lin_uart: &usart1 {
Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/mcuboot.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

# Enables Bootloader mode from GPIO
CONFIG_BOOT_USB_DFU_GPIO=y
Expand Down
2 changes: 2 additions & 0 deletions boards/arm/ardep/uart.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/


Expand Down
2 changes: 2 additions & 0 deletions drivers/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

add_subdirectory(can)
add_subdirectory(hv_shield)
Expand Down
2 changes: 2 additions & 0 deletions drivers/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

menu "Drivers"
rsource "can/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions drivers/can/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0


if(CONFIG_CAN_TERMINATION_GPIO)
Expand Down
2 changes: 2 additions & 0 deletions drivers/can/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

menu "CAN Drivers"
menuconfig CAN_TERMINATION_GPIO
Expand Down
2 changes: 2 additions & 0 deletions drivers/can/can_termination_gpio.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

#define DT_DRV_COMPAT can_termination_gpio
Expand Down
2 changes: 2 additions & 0 deletions drivers/can/lin2can/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

zephyr_library()
zephyr_library_sources(lin2can.c)
2 changes: 2 additions & 0 deletions drivers/can/lin2can/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

module = LIN2CAN
module-str = LIN2CAN
Expand Down
2 changes: 2 additions & 0 deletions drivers/can/lin2can/lin2can.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

// Note: this is a poc for using zephyr's isotp stack via lin. To use it this
Expand Down
2 changes: 2 additions & 0 deletions drivers/lin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

add_subdirectory_ifdef(CONFIG_ABSTRACT_LIN abstract_lin)
2 changes: 2 additions & 0 deletions drivers/lin/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

if LIN
menu "LIN Drivers"
Expand Down
2 changes: 2 additions & 0 deletions drivers/lin/abstract_lin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

zephyr_library()
zephyr_library_sources(abstract_lin.c)
Expand Down
2 changes: 2 additions & 0 deletions drivers/lin/abstract_lin/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

module = ABSTRACT_LIN
module-str = Abstract LIN
Expand Down
2 changes: 2 additions & 0 deletions drivers/lin/abstract_lin/abstract_lin.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

#define DT_DRV_COMPAT virtual_abstract_lin
Expand Down
2 changes: 2 additions & 0 deletions drivers/lin/abstract_lin/lin_scheduler.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

#include <ardep/drivers/lin_scheduler.h>
Expand Down
2 changes: 2 additions & 0 deletions include/ardep/can_router.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef ARDEP_INCLUDE_CAN_ROUTER_H_
Expand Down
2 changes: 2 additions & 0 deletions include/ardep/drivers/abstract_lin.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef ARDEP_INCLUDE_DRIVERS_ABSTRACT_LIN_H_
Expand Down
2 changes: 2 additions & 0 deletions include/ardep/drivers/lin_scheduler.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef ARDEP_INCLUDE_DRIVERS_ABSTRACT_LIN_SCHEDULER_H_
Expand Down
2 changes: 2 additions & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

add_subdirectory_ifdef(CONFIG_UDS uds)
add_subdirectory_ifdef(CONFIG_CAN_ROUTER can_router)
2 changes: 2 additions & 0 deletions lib/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

menu "ARDEP"
menuconfig UDS
Expand Down
2 changes: 2 additions & 0 deletions lib/can_router/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

zephyr_library()
zephyr_library_sources(can_router.c)
Expand Down
2 changes: 2 additions & 0 deletions lib/can_router/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

module = CAN_ROUTER
module-str = CAN Router
Expand Down
2 changes: 2 additions & 0 deletions lib/can_router/can_router.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

#include <zephyr/drivers/can.h>
Expand Down
2 changes: 2 additions & 0 deletions lib/uds/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

zephyr_library()
zephyr_library_sources(uds.c uds_session.c)
2 changes: 2 additions & 0 deletions lib/uds/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0



Expand Down
2 changes: 2 additions & 0 deletions lib/uds/uds.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

#include <zephyr/canbus/isotp.h>
Expand Down
2 changes: 2 additions & 0 deletions lib/uds/uds.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef UDS_H
Expand Down
2 changes: 2 additions & 0 deletions lib/uds/uds_session.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

#include <zephyr/kernel.h>
Expand Down
2 changes: 2 additions & 0 deletions lib/uds/uds_session.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (C) Frickly Systems GmbH
* Copyright (C) MBition GmbH
*
* SPDX-License-Identifier: Apache-2.0
*/

enum UdsSessionState {
Expand Down
2 changes: 2 additions & 0 deletions samples/adc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) Frickly Systems GmbH
# Copyright (C) MBition GmbH
#
# SPDX-License-Identifier: Apache-2.0

cmake_minimum_required(VERSION 3.20.0)

Expand Down
Loading

0 comments on commit c1abbe4

Please sign in to comment.