diff --git a/apix-adc-example/README.md b/apix-adc-example/README.md index 7293fdd..c56d67d 100644 --- a/apix-adc-example/README.md +++ b/apix-adc-example/README.md @@ -50,7 +50,7 @@ sure to source the corresponding toolchain of the platform you are using, for example, for ConnectCore 6UL: ``` -~$ . /environment-setup-cortexa7hf-vfp-neon-dey-linux-gnueabi +~$ . /environment-setup-cortexa7t2hf-neon-dey-linux-gnueabi ~$ make ``` @@ -58,7 +58,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/ License ------- -Copyright 2017-2022, Digi International Inc. +Copyright 2017-2023, Digi International Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/apix-can-examples/README.md b/apix-can-examples/README.md index a654bcc..7d66bdf 100644 --- a/apix-can-examples/README.md +++ b/apix-can-examples/README.md @@ -138,7 +138,7 @@ sure to source the corresponding toolchain of the platform you are using, for example, for ConnectCore 6UL: ``` -~$ . /environment-setup-cortexa7hf-vfp-neon-dey-linux-gnueabi +~$ . /environment-setup-cortexa7t2hf-neon-dey-linux-gnueabi ~$ make ``` @@ -146,7 +146,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/ License ------- -Copyright 2018-2022, Digi International Inc. +Copyright 2018-2023, Digi International Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/apix-gpio-example/README.md b/apix-gpio-example/README.md index d524dc3..1fb8723 100644 --- a/apix-gpio-example/README.md +++ b/apix-gpio-example/README.md @@ -67,14 +67,15 @@ sure to source the corresponding toolchain of the platform you are using, for example, for ConnectCore 6UL: ``` -~$ . /environment-setup-cortexa7hf-neon-dey-linux-gnueabi +~$ . /environment-setup-cortexa7t2hf-neon-dey-linux-gnueabi ~$ make ``` For more information, see the [Digi Embedded Yocto online documentation](https://github.com/digi-embedded/meta-digi). + License ------- -Copyright 2017-2022, Digi International Inc. +Copyright 2017-2023, Digi International Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/apix-i2c-example/README.md b/apix-i2c-example/README.md index 414226c..fc75152 100644 --- a/apix-i2c-example/README.md +++ b/apix-i2c-example/README.md @@ -88,7 +88,7 @@ sure to source the corresponding toolchain of the platform you are using, for example, for ConnectCore 6UL: ``` -~$ . /environment-setup-cortexa7hf-vfp-neon-dey-linux-gnueabi +~$ . /environment-setup-cortexa7t2hf-neon-dey-linux-gnueabi ~$ make ``` @@ -96,7 +96,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/ License ------- -Copyright 2017-2022, Digi International Inc. +Copyright 2017-2023, Digi International Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/apix-pm-examples/README.md b/apix-pm-examples/README.md index 2301a33..2aeca2d 100644 --- a/apix-pm-examples/README.md +++ b/apix-pm-examples/README.md @@ -69,7 +69,7 @@ This demo can be compiled using a Digi Embedded Yocto based toolchain. Make sure to source the corresponding toolchain of the platform you are using, for example, for ConnectCore 6UL: ``` -~$ . /environment-setup-cortexa7hf-vfp-neon-dey-linux-gnueabi +~$ . /environment-setup-cortexa7t2hf-neon-dey-linux-gnueabi ~$ make ``` @@ -77,7 +77,7 @@ For more information, see the [Digi Embedded Yocto](https://github.com/digi-embe License ------- -Copyright 2019, Digi International Inc. +Copyright 2019-2023, Digi International Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/apix-pwm-example/README.md b/apix-pwm-example/README.md index be63cb7..8e98020 100644 --- a/apix-pwm-example/README.md +++ b/apix-pwm-example/README.md @@ -48,7 +48,7 @@ sure to source the corresponding toolchain of the platform you are using, for example, for ConnectCore 6UL: ``` -~$ . /environment-setup-cortexa7hf-vfp-neon-dey-linux-gnueabi +~$ . /environment-setup-cortexa7t2hf-neon-dey-linux-gnueabi ~$ make ``` @@ -56,7 +56,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/ License ------- -Copyright 2017-2022, Digi International Inc. +Copyright 2017-2023, Digi International Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/apix-spi-example/README.md b/apix-spi-example/README.md index c666509..f0129e0 100644 --- a/apix-spi-example/README.md +++ b/apix-spi-example/README.md @@ -104,7 +104,7 @@ sure to source the corresponding toolchain of the platform you are using, for example, for ConnectCore 6UL: ``` -~$ . /environment-setup-cortexa7hf-neon-dey-linux-gnueabi +~$ . /environment-setup-cortexa7t2hf-neon-dey-linux-gnueabi ~$ make ``` @@ -112,7 +112,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/ License ------- -Copyright 2017-2022, Digi International Inc. +Copyright 2017-2023, Digi International Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/apix-watchdog-example/README.md b/apix-watchdog-example/README.md index da021a6..386c7c7 100644 --- a/apix-watchdog-example/README.md +++ b/apix-watchdog-example/README.md @@ -33,7 +33,7 @@ sure to source the corresponding toolchain of the platform you are using, for example, for ConnectCore 6UL: ``` -~$ . /environment-setup-cortexa7hf-vfp-neon-dey-linux-gnueabi +~$ . /environment-setup-cortexa7t2hf-neon-dey-linux-gnueabi ~$ make ``` @@ -41,7 +41,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/ License ------- -Copyright 2018, Digi International Inc. +Copyright 2018-2023, Digi International Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/awsiot-sample/README.md b/awsiot-sample/README.md index a666277..96a97d1 100644 --- a/awsiot-sample/README.md +++ b/awsiot-sample/README.md @@ -89,7 +89,7 @@ sure to source the corresponding toolchain of the platform you are using, for example, for ConnectCore 6UL: ``` -~$ . /environment-setup-cortexa7hf-vfp-neon-dey-linux-gnueabi +~$ . /environment-setup-cortexa7t2hf-neon-dey-linux-gnueabi ~$ make ``` @@ -97,7 +97,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/ License ------- -Copyright 2017, Digi International Inc. +Copyright 2017-2023, Digi International Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/caam-blob-example/README.md b/caam-blob-example/README.md index 67b898d..429e98c 100644 --- a/caam-blob-example/README.md +++ b/caam-blob-example/README.md @@ -57,7 +57,7 @@ sure to source the corresponding toolchain of the platform you are using, for example, for ConnectCore 6UL: ``` -~$ . /environment-setup-cortexa7hf-vfp-neon-dey-linux-gnueabi +~$ . /environment-setup-cortexa7t2hf-neon-dey-linux-gnueabi ~$ make ``` @@ -65,7 +65,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/ License ------- -Copyright 2019-2021, Digi International Inc. +Copyright 2019-2023, Digi International Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/cryptochip-get-random/README.md b/cryptochip-get-random/README.md index 8cd48fe..1872c61 100644 --- a/cryptochip-get-random/README.md +++ b/cryptochip-get-random/README.md @@ -64,7 +64,7 @@ sure to source the corresponding toolchain of the platform you are using, for example, for ConnectCore 6UL: ``` -~$ . /environment-setup-cortexa7hf-vfp-neon-dey-linux-gnueabi +~$ . /environment-setup-cortexa7t2hf-neon-dey-linux-gnueabi ~$ make ``` @@ -72,7 +72,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/ License ------- -Copyright 2017, Digi International Inc. +Copyright 2017-2023, Digi International Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice