Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
33 changes: 0 additions & 33 deletions LICENSE

This file was deleted.

105 changes: 105 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
# Functional Source License, Version 1.1, ALv2 Future License

## Abbreviation

FSL-1.1-ALv2

## Notice

Copyright 2025 Embeint Holdings Pty Ltd

## Terms and Conditions

### Licensor ("We")

The party offering the Software under these Terms and Conditions.

### The Software

The "Software" is each version of the software that we make available under
these Terms and Conditions, as indicated by our inclusion of these Terms and
Conditions with the Software.

### License Grant

Subject to your compliance with this License Grant and the Patents,
Redistribution and Trademark clauses below, we hereby grant you the right to
use, copy, modify, create derivative works, publicly perform, publicly display
and redistribute the Software for any Permitted Purpose identified below.

### Permitted Purpose

A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
means making the Software available to others in a commercial product or
service that:

1. substitutes for the Software;

2. substitutes for any other product or service we offer using the Software
that exists as of the date we make the Software available; or

3. offers the same or substantially similar functionality as the Software.

Permitted Purposes specifically include using the Software:

1. for your internal use and access;

2. for non-commercial education;

3. for non-commercial research; and

4. in connection with professional services that you provide to a licensee
using the Software in accordance with these Terms and Conditions.

### Patents

To the extent your use for a Permitted Purpose would necessarily infringe our
patents, the license grant above includes a license under our patents. If you
make a claim against any party that the Software infringes or contributes to
the infringement of any patent, then your patent license to the Software ends
immediately.

### Redistribution

The Terms and Conditions apply to all copies, modifications and derivatives of
the Software.

If you redistribute any copies, modifications or derivatives of the Software,
you must include a copy of or a link to these Terms and Conditions and not
remove any copyright notices provided in or with the Software.

### Disclaimer

THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.

IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.

### Trademarks

Except for displaying the License Details and identifying us as the origin of
the Software, you have no right under these Terms and Conditions to use our
trademarks, trade names, service marks or product names.

## Grant of Future License

We hereby irrevocably grant you an additional license to use the Software under
the Apache License, Version 2.0 that is effective on the second anniversary of
the date we make the Software available. On or after that date, you may use the
Software under the Apache License, Version 2.0, in which case the following
will apply:

Licensed under the Apache License, Version 2.0 (the "License"); 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.
2 changes: 1 addition & 1 deletion apps/bluetooth/hci_spi/boards/nrf9160dk_nrf52840.overlay
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Embeint Inc
* Copyright (c) 2024 Embeint Holdings Pty Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
4 changes: 2 additions & 2 deletions apps/data_logger/src/main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file
* @copyright 2024 Embeint Inc
* @copyright 2024 Embeint Holdings Pty Ltd
* @author Jordan Yates <[email protected]>
*
* SPDX-License-Identifier: LicenseRef-Embeint
* SPDX-License-Identifier: FSL-1.1-ALv2
*/

#include <zephyr/kernel.h>
Expand Down
4 changes: 2 additions & 2 deletions apps/gateway_lte/src/main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file
* @copyright 2025 Embeint Inc
* @copyright 2025 Embeint Holdings Pty Ltd
* @author Jordan Yates <[email protected]>
*
* SPDX-License-Identifier: LicenseRef-Embeint
* SPDX-License-Identifier: FSL-1.1-ALv2
*/

#include <stdio.h>
Expand Down
4 changes: 2 additions & 2 deletions apps/gateway_usb/src/main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file
* @copyright 2024 Embeint Inc
* @copyright 2024 Embeint Holdings Pty Ltd
* @author Jordan Yates <[email protected]>
*
* SPDX-License-Identifier: LicenseRef-Embeint
* SPDX-License-Identifier: FSL-1.1-ALv2
*/

#include <stdio.h>
Expand Down
4 changes: 2 additions & 2 deletions apps/gateway_wifi/src/main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file
* @copyright 2024 Embeint Inc
* @copyright 2024 Embeint Holdings Pty Ltd
* @author Jordan Yates <[email protected]>
*
* SPDX-License-Identifier: LicenseRef-Embeint
* SPDX-License-Identifier: FSL-1.1-ALv2
*/

#include <stdio.h>
Expand Down
4 changes: 2 additions & 2 deletions apps/lte_tracker/src/main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @file
* @copyright 2024 Embeint Inc
* @copyright 2024 Embeint Holdings Pty Ltd
* @author Jordan Yates <[email protected]>
*
* SPDX-License-Identifier: LicenseRef-Embeint
* SPDX-License-Identifier: FSL-1.1-ALv2
*/

#include <zephyr/kernel.h>
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/auroch/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Auroch board configuration

# Copyright (c) 2025 Embeint Inc
# Copyright (c) 2025 Embeint Holdings Pty Ltd
# SPDX-License-Identifier: Apache-2.0

if BOARD_AUROCH_NRF9151_NS
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/auroch/Kconfig.auroch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Auroch nRF9151 board configuration

# Copyright (c) 2025 Embeint Inc
# Copyright (c) 2025 Embeint Holdings Pty Ltd
# SPDX-License-Identifier: Apache-2.0

config BOARD_AUROCH
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/auroch/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Auroch nRF9151 board configuration

# Copyright (c) 2025 Embeint Inc
# Copyright (c) 2025 Embeint Holdings Pty Ltd
# SPDX-License-Identifier: Apache-2.0

if BOARD_AUROCH_NRF9151 || BOARD_AUROCH_NRF9151_NS
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/auroch/auroch_nrf54l15_cpuapp-pinctrl.dtsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2025 Embeint Inc
* Copyright (c) 2025 Embeint Holdings Pty Ltd
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/auroch/auroch_nrf54l15_cpuapp.dts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2025 Embeint Inc
* Copyright (c) 2025 Embeint Holdings Pty Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 Embeint Inc
# Copyright (c) 2025 Embeint Holdings Pty Ltd
# SPDX-License-Identifier: Apache-2.0

CONFIG_UART_20_INTERRUPT_DRIVEN=n
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/auroch/auroch_nrf54l15_cpuapp_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 Embeint Inc
# Copyright (c) 2025 Embeint Holdings Pty Ltd
# SPDX-License-Identifier: Apache-2.0

# Enable GPIO
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/auroch/auroch_nrf9151.dts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2025 Embeint Inc
* Copyright (c) 2025 Embeint Holdings Pty Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/auroch/auroch_nrf9151_common-pinctrl.dtsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2025 Embeint Inc
* Copyright (c) 2025 Embeint Holdings Pty Ltd
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/auroch/auroch_nrf9151_common.dtsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2025 Embeint Inc
* Copyright (c) 2025 Embeint Holdings Pty Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/auroch/auroch_nrf9151_ns.dts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2025 Embeint Inc
* Copyright (c) 2025 Embeint Holdings Pty Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/auroch/auroch_nrf9151_ns_0_1_0_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2025 Embeint Inc
# Copyright (c) 2025 Embeint Holdings Pty Ltd
# SPDX-License-Identifier: Apache-2.0

CONFIG_UART_0_INTERRUPT_DRIVEN=n
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/tauro/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tauro board configuration

# Copyright (c) 2024 Embeint Inc
# Copyright (c) 2024 Embeint Holdings Pty Ltd
# SPDX-License-Identifier: Apache-2.0

if BOARD_TAURO_NRF52840
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/tauro/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tauro nRF9151 board configuration

# Copyright (c) 2024 Embeint Inc
# Copyright (c) 2024 Embeint Holdings Pty Ltd
# SPDX-License-Identifier: Apache-2.0

if BOARD_TAURO_NRF9151 || BOARD_TAURO_NRF9151_NS
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/tauro/Kconfig.tauro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tauro nRF9151 board configuration

# Copyright (c) 2024 Embeint Inc
# Copyright (c) 2024 Embeint Holdings Pty Ltd
# SPDX-License-Identifier: Apache-2.0

config BOARD_TAURO
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/tauro/tauro_nrf52840-pinctrl.dtsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Embeint Inc
* Copyright (c) 2024 Embeint Holdings Pty Ltd
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/tauro/tauro_nrf52840.dts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Embeint Inc
* Copyright (c) 2024 Embeint Holdings Pty Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/tauro/tauro_nrf9151.dts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Embeint Inc
* Copyright (c) 2024 Embeint Holdings Pty Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/tauro/tauro_nrf9151_common-pinctrl.dtsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Embeint Inc
* Copyright (c) 2024 Embeint Holdings Pty Ltd
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/tauro/tauro_nrf9151_common.dtsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Embeint Inc
* Copyright (c) 2024 Embeint Holdings Pty Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/embeint/tauro/tauro_nrf9151_ns.dts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Embeint Inc
* Copyright (c) 2024 Embeint Holdings Pty Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion boards/nordic/thingy91x/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Thingy:91 X board configuration

# Copyright (c) 2025 Embeint Inc
# Copyright (c) 2025 Embeint Holdings Pty Ltd
# SPDX-License-Identifier: Apache-2.0

if BOARD_THINGY91X_NRF5340_CPUAPP
Expand Down
2 changes: 1 addition & 1 deletion boards/nordic/thingy91x/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Thingy:91 X board configuration

# Copyright (c) 2025 Embeint Inc
# Copyright (c) 2025 Embeint Holdings Pty Ltd
# SPDX-License-Identifier: Apache-2.0

if BOARD_THINGY91X_NRF9151 || BOARD_THINGY91X_NRF9151_NS
Expand Down
2 changes: 1 addition & 1 deletion boards/nordic/thingy91x/Kconfig.thingy91x
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Thingy:91 X board configuration

# Copyright (c) 2025 Embeint Inc
# Copyright (c) 2025 Embeint Holdings Pty Ltd
# SPDX-License-Identifier: Apache-2.0

config BOARD_THINGY91X
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2025 Embeint Inc
* Copyright (c) 2025 Embeint Holdings Pty Ltd
* SPDX-License-Identifier: Apache-2.0
*
* This differs substantially from the NCS view of the nRF5340 pins.
Expand Down
2 changes: 1 addition & 1 deletion boards/nordic/thingy91x/thingy91x_nrf5340_cpuapp.dts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Embeint Inc
* Copyright (c) 2024 Embeint Holdings Pty Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
Loading