diff --git a/apix-adc-example/README.md b/apix-adc-example/README.md
index b331ce4..32cd440 100644
--- a/apix-adc-example/README.md
+++ b/apix-adc-example/README.md
@@ -10,6 +10,7 @@ The ADC lines used in this example are mapped as follows in the Digi boards:
- **ConnectCore MP25 DVK**: ANA0 (GPIO connector, J8, Pin 18).
- **ConnectCore MP13 DVK**: ADC1_INP14 (MikroBus socket, J31, Pin 1).
- **ConnectCore MP15 DVK**: ANA0 (GPIO connector, J41, Pin 4).
+ - **ConnectCore 95 DVK**: ADC IN0 (GPIO connector, J44, Pin 3).
- **ConnectCore 93 DVK**: ADC IN0 (GPIO connector, J48, Pin 1).
- **ConnectCore 91 DVK**: ADC IN0 (GPIO connector, J48, Pin 1).
- **ConnectCore 8M Mini DVK**: MCA_IO1 (channel 1) at XBEE1_UART_TX. By default
@@ -61,7 +62,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/
License
-------
-Copyright 2017-2023, Digi International Inc.
+Copyright 2017-2025, 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 2c2b380..cd6c83c 100644
--- a/apix-can-examples/README.md
+++ b/apix-can-examples/README.md
@@ -29,6 +29,11 @@ The CAN interface for this example depends on the running platform:
- CAN1_H: Pin 2
- CAN1_L: Pin 3
- GND: Pin 4
+ - **ConnectCore 95 DVK**: CAN connector of the board (J11).
+ - 5V: Pin 1
+ - CAN1_H: Pin 2
+ - CAN1_L: Pin 3
+ - GND: Pin 4
- **ConnectCore 93 DVK**: CAN connector of the board (J15).
- 5V: Pin 1
- CAN1_H: Pin 2
@@ -161,7 +166,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/
License
-------
-Copyright 2018-2023, Digi International Inc.
+Copyright 2018-2025, 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 475fedf..99e3551 100644
--- a/apix-gpio-example/README.md
+++ b/apix-gpio-example/README.md
@@ -18,6 +18,9 @@ The GPIOs lines used in this example are mapped as follows in the Digi boards:
- **ConnectCore MP15 DVK**:
- User button: GPIOA,13 (User Button 1 in the board)
- User led: GPIOC,3 (ULED in the board)
+- **ConnectCore 95 DVK**:
+ - User button: GPIOCHIP3,12 (User Button 1 in the board)
+ - User led: GPIOCHIP2,23 (User Led 2 in the board)
- **ConnectCore 93 DVK**:
- User button: GPIOCHIP2,7 (User Button 1 in the board)
- User led: USER_LED1 (User Led 1 in the board)
@@ -84,7 +87,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/
License
-------
-Copyright 2017-2023, Digi International Inc.
+Copyright 2017-2025, 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 7709513..ac8f0a5 100644
--- a/apix-i2c-example/README.md
+++ b/apix-i2c-example/README.md
@@ -33,6 +33,11 @@ The I2C connections for this example depend on the running platform:
- GND: Pin 8
- I2C-3 SDA: Pin 6
- I2C-3 SCL: Pin 5
+ - **ConnectCore 95 DVK**: MikroBus connector (J39).
+ - VCC: Pin 7
+ - GND: Pin 8
+ - I2C-3 SDA: Pin 6
+ - I2C-3 SCL: Pin 5
- **ConnectCore 8M Mini DVK**: Expansion connector of the board (J48).
- VCC: Connector J52 Pin 7
- GND: Pin 9
@@ -111,7 +116,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/
License
-------
-Copyright 2017-2023, Digi International Inc.
+Copyright 2017-2025, 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 77e8e25..bd5c1ee 100644
--- a/apix-pwm-example/README.md
+++ b/apix-pwm-example/README.md
@@ -12,6 +12,7 @@ The PWM lines used in this example are mapped as follows in the Digi boards:
- **ConnectCore MP25 DVK**: MikroBus PWM channel 4 - PIN **1** of the MikroBus connector (J40).
- **ConnectCore MP13 DVK**: MikroBus PWM channel 8 - PIN **1** of the MikroBus connector (J31). Need to add the overlay _ov_board_pwm8_ccmp13-dvk.dtbo
- **ConnectCore MP15 DVK**: MikroBus PWM channel 4 - PIN **1** of the MikroBus connector (J31).
+ - **ConnectCore 95 DVK**: MikroBus PWM channel 3 - PIN **1** of the MikroBus connector (J39).
- **ConnectCore 93 DVK**: PWM0 channel 1 shared with LVDS backlight. Need to disable LVDS and enable the PWM channel in the DTB.
- **ConnectCore 91 DVK**: PWM0 channel 1 shared.
- **ConnectCore 8M Mini DVK**: MCA PWM0 channel 2 connected to the LED1.
@@ -59,7 +60,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/
License
-------
-Copyright 2017-2023, Digi International Inc.
+Copyright 2017-2025, 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 866731c..26b3dca 100644
--- a/apix-spi-example/README.md
+++ b/apix-spi-example/README.md
@@ -46,6 +46,13 @@ The SPI connections for this example depends on the running platform:
- SPI-8 MISO: 5
- SPI-8 MOSI: 6
- SPI-8 SS0: 3
+ - **ConnectCore 95 DVK**: MikroBus connector (J38).
+ - VCC: Pin 7
+ - GND: Pin 8
+ - SPI-8 CLK: 4
+ - SPI-8 MISO: 5
+ - SPI-8 MOSI: 6
+ - SPI-8 SS0: 3
- **ConnectCore 8X SBC Pro**: Expansion connector of the board (J27).
- VCC: Pin D1
- GND: Pin C1
@@ -133,7 +140,7 @@ For more information, see the [Digi Embedded Yocto online documentation](https:/
License
-------
-Copyright 2017-2023, Digi International Inc.
+Copyright 2017-2025, 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/samples-manifest.xml b/samples-manifest.xml
index fa312d3..0bc764b 100644
--- a/samples-manifest.xml
+++ b/samples-manifest.xml
@@ -17,6 +17,7 @@ application takes periodic samples and prints the raw value and the value in mv.
ccimx8x-sbc-pro
ccimx8mn-dvk
ccimx8mm-dvk
+ ccimx95-dvk
ccimx93-dvk
ccimx91-dvk
ccmp15-dvk
@@ -41,6 +42,7 @@ reception using the selected baudrate.
ccimx8x-sbc-pro
ccimx8mn-dvk
ccimx8mm-dvk
+ ccimx95-dvk
ccimx93-dvk
ccimx91-dvk
ccmp15-dvk
@@ -66,6 +68,7 @@ whenever an interrupt is generated in the input GPIO.
ccimx8x-sbc-pro
ccimx8mn-dvk
ccimx8mm-dvk
+ ccimx95-dvk
ccimx93-dvk
ccimx91-dvk
ccmp15-dvk
@@ -90,6 +93,7 @@ Afterward, it reads the data back to validate it (tested with 24FC1026).
ccimx8x-sbc-pro
ccimx8mn-dvk
ccimx8mm-dvk
+ ccimx95-dvk
ccimx93-dvk
ccimx91-dvk
ccmp15-dvk
@@ -114,6 +118,9 @@ frequencies, and governors.
ccimx8x-sbc-pro
ccimx8mn-dvk
ccimx8mm-dvk
+ ccimx95-dvk
+ ccimx93-dvk
+ ccimx91-dvk
ccmp15-dvk
ccmp13-dvk
ccmp25-dvk
@@ -137,6 +144,8 @@ vice-versa.
ccimx8x-sbc-pro
ccimx8mn-dvk
ccimx8mm-dvk
+ ccimx95-dvk
+ ccimx93-dvk
ccimx91-dvk
ccmp15-dvk
ccmp13-dvk
@@ -160,6 +169,7 @@ the page size and the address size in bytes.
ccimx6ulsbc
ccimx8x-sbc-express
ccimx8x-sbc-pro
+ ccimx95-dvk
ccimx93-dvk
ccimx91-dvk
ccmp15-dvk
@@ -185,6 +195,7 @@ then the device will reboot automatically after the timeout expires.
ccimx8x-sbc-pro
ccimx8mn-dvk
ccimx8mm-dvk
+ ccimx95-dvk
ccimx93-dvk
ccimx91-dvk
ccmp15-dvk
@@ -209,7 +220,9 @@ GATT services and characteristics.
ccimx8x-sbc-pro
ccimx8mn-dvk
ccimx8mm-dvk
+ ccimx95-dvk
ccimx93-dvk
+ ccimx91-dvk
ccmp15-dvk
ccmp13-dvk
ccmp25-dvk
@@ -257,6 +270,7 @@ When this request arrives the application sends back the current time.
ccimx8x-sbc-pro
ccimx8mn-dvk
ccimx8mm-dvk
+ ccimx95-dvk
ccimx93-dvk
ccimx91-dvk
ccmp15-dvk
@@ -283,6 +297,7 @@ The uploads takes place every 10 new samples, that is every 50 seconds.
ccimx8x-sbc-pro
ccimx8mn-dvk
ccimx8mm-dvk
+ ccimx95-dvk
ccimx93-dvk
ccimx91-dvk
ccmp15-dvk
@@ -308,6 +323,7 @@ to stream `binary_dp`.
ccimx8x-sbc-pro
ccimx8mn-dvk
ccimx8mm-dvk
+ ccimx95-dvk
ccimx93-dvk
ccimx91-dvk
ccmp15-dvk
@@ -330,6 +346,7 @@ Example application to enable/disable maintenance status.
ccimx8x-sbc-pro
ccimx8mn-dvk
ccimx8mm-dvk
+ ccimx95-dvk
ccimx93-dvk
ccimx91-dvk
ccmp15-dvk