diff --git a/apix-adc-example/README.md b/apix-adc-example/README.md
index 2b66924..5160fd2 100644
--- a/apix-adc-example/README.md
+++ b/apix-adc-example/README.md
@@ -7,6 +7,8 @@ This application enables one ADC channel on the board. After that, the
application takes periodic samples and prints the raw value and the value in mv.
The ADC lines used in this example are mapped as follows in the Digi boards:
+ - **ConnectCore 8M Mini DVK**: MCA_IO1 (channel 1) at XBEE1_UART_TX. By default
+ this ADC channel is not enabled, you need to modify the device tree.
- **ConnectCore 8M Nano DVK**: MCA_IO1 (channel 1) at XBEE1_UART_TX. By default
this ADC channel is not enabled, you need to modify the device tree.
- **ConnectCore 8X SBC Pro**: ADC_IN0 (Expansion connector, J27, Pin D13).
diff --git a/apix-can-examples/README.md b/apix-can-examples/README.md
index 0d39d67..e75230c 100644
--- a/apix-can-examples/README.md
+++ b/apix-can-examples/README.md
@@ -14,6 +14,11 @@ the ID and print in the console.
The CAN interface for this example depends on the running platform:
+ - **ConnectCore 8M Mini DVK**: CAN connector of the board (J24).
+ - 5V: Pin 1
+ - CAN1_H: Pin 2
+ - CAN1_L: Pin 3
+ - GND: Pin 4
- **ConnectCore 8M Nano DVK**: CAN connector of the board (J24).
- 5V: Pin 1
- CAN1_H: Pin 2
diff --git a/apix-gpio-example/README.md b/apix-gpio-example/README.md
index 1a37692..5a1db89 100644
--- a/apix-gpio-example/README.md
+++ b/apix-gpio-example/README.md
@@ -9,6 +9,9 @@ whenever an interrupt is generated in the input GPIO.
The GPIOs lines used in this example are mapped as follows in the Digi boards:
+ - **ConnectCore 8M Mini DVK**:
+ - User button: MCA_IO10 (User Button 1 in the board)
+ - User led: USER_LED1 (User Led 1 in the board)
- **ConnectCore 8M Nano DVK**:
- User button: MCA_IO10 (User Button 1 in the board)
- User led: USER_LED1 (User Led 1 in the board)
diff --git a/apix-i2c-example/README.md b/apix-i2c-example/README.md
index b326e28..3170536 100644
--- a/apix-i2c-example/README.md
+++ b/apix-i2c-example/README.md
@@ -8,6 +8,11 @@ Afterward, it reads the data back to validate it (tested with 24FC1026).
The I2C connections for this example depend on the running platform:
+ - **ConnectCore 8M Mini DVK**: Expansion connector of the board (J48).
+ - VCC: Connector J52 Pin 7
+ - GND: Pin 9
+ - I2C-4 SDA: Pin 3
+ - I2C-4 SCL: Pin 1
- **ConnectCore 8M Nano DVK**: Expansion connector of the board (J48).
- VCC: Connector J52 Pin 7
- GND: Pin 9
diff --git a/apix-pwm-example/README.md b/apix-pwm-example/README.md
index 8827a49..d788a9b 100644
--- a/apix-pwm-example/README.md
+++ b/apix-pwm-example/README.md
@@ -9,6 +9,7 @@ vice-versa.
The PWM lines used in this example are mapped as follows in the Digi boards:
+ - **ConnectCore 8M Mini DVK**: MCA PWM0 channel 2 connected to the LED1.
- **ConnectCore 8M Nano DVK**: MCA PWM0 channel 2 connected to the LED1.
- **ConnectCore 8X SBC Pro**: MCA PWM2 channel 0 - Pin **A3** of the Expansion connector (J20).
- **ConnectCore 8X SBC Express**: MCA PWM1 channel 0 - Pin **33** of the Raspberry Pi Expansion connector (J11).
diff --git a/samples-manifest.xml b/samples-manifest.xml
index 9d0a78a..ae7d5c9 100644
--- a/samples-manifest.xml
+++ b/samples-manifest.xml
@@ -16,6 +16,7 @@ application takes periodic samples and prints the raw value and the value in mv.
ccimx8x-sbc-express
ccimx8x-sbc-pro
ccimx8mn-dvk
+ ccimx8mm-dvk
@@ -34,6 +35,7 @@ reception using the selected baudrate.
ccimx8x-sbc-express
ccimx8x-sbc-pro
ccimx8mn-dvk
+ ccimx8mm-dvk
@@ -53,6 +55,7 @@ whenever an interrupt is generated in the input GPIO.
ccimx8x-sbc-express
ccimx8x-sbc-pro
ccimx8mn-dvk
+ ccimx8mm-dvk
@@ -71,6 +74,7 @@ Afterward, it reads the data back to validate it (tested with 24FC1026).
ccimx8x-sbc-express
ccimx8x-sbc-pro
ccimx8mn-dvk
+ ccimx8mm-dvk
@@ -89,6 +93,7 @@ frequencies, and governors.
ccimx8x-sbc-express
ccimx8x-sbc-pro
ccimx8mn-dvk
+ ccimx8mm-dvk
@@ -108,6 +113,7 @@ vice-versa.
ccimx8x-sbc-express
ccimx8x-sbc-pro
ccimx8mn-dvk
+ ccimx8mm-dvk
@@ -146,6 +152,7 @@ then the device will reboot automatically after the timeout expires.
ccimx8x-sbc-express
ccimx8x-sbc-pro
ccimx8mn-dvk
+ ccimx8mm-dvk
@@ -164,6 +171,7 @@ GATT services and characteristics.
ccimx8x-sbc-express
ccimx8x-sbc-pro
ccimx8mn-dvk
+ ccimx8mm-dvk
@@ -187,6 +195,7 @@ A key modifier may be used to further differentiate the key used in a particular
ccimx8x-sbc-express
ccimx8x-sbc-pro
ccimx8mn-dvk
+ ccimx8mm-dvk