Merge tag 'dey-3.0-r4.1'

Digi Embedded Yocto 3.0-r4.1

Signed-off-by: Francisco Gil Martinez <francisco.gilmartinez@digi.com>
This commit is contained in:
Francisco Gil Martinez 2021-05-04 13:15:31 +02:00
commit 8d41c0b7ee
6 changed files with 25 additions and 0 deletions

View File

@ -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).

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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).

View File

@ -16,6 +16,7 @@ application takes periodic samples and prints the raw value and the value in mv.
<platform>ccimx8x-sbc-express</platform>
<platform>ccimx8x-sbc-pro</platform>
<platform>ccimx8mn-dvk</platform>
<platform>ccimx8mm-dvk</platform>
</platforms>
</sample>
<sample id="apix-can-samples">
@ -34,6 +35,7 @@ reception using the selected baudrate.
<platform>ccimx8x-sbc-express</platform>
<platform>ccimx8x-sbc-pro</platform>
<platform>ccimx8mn-dvk</platform>
<platform>ccimx8mm-dvk</platform>
</platforms>
</sample>
<sample id="apix-gpio-sample">
@ -53,6 +55,7 @@ whenever an interrupt is generated in the input GPIO.
<platform>ccimx8x-sbc-express</platform>
<platform>ccimx8x-sbc-pro</platform>
<platform>ccimx8mn-dvk</platform>
<platform>ccimx8mm-dvk</platform>
</platforms>
</sample>
<sample id="apix-i2c-sample">
@ -71,6 +74,7 @@ Afterward, it reads the data back to validate it (tested with 24FC1026).
<platform>ccimx8x-sbc-express</platform>
<platform>ccimx8x-sbc-pro</platform>
<platform>ccimx8mn-dvk</platform>
<platform>ccimx8mm-dvk</platform>
</platforms>
</sample>
<sample id="apix-pm-sample">
@ -89,6 +93,7 @@ frequencies, and governors.
<platform>ccimx8x-sbc-express</platform>
<platform>ccimx8x-sbc-pro</platform>
<platform>ccimx8mn-dvk</platform>
<platform>ccimx8mm-dvk</platform>
</platforms>
</sample>
<sample id="apix-pwm-sample">
@ -108,6 +113,7 @@ vice-versa.
<platform>ccimx8x-sbc-express</platform>
<platform>ccimx8x-sbc-pro</platform>
<platform>ccimx8mn-dvk</platform>
<platform>ccimx8mm-dvk</platform>
</platforms>
</sample>
<sample id="apix-spi-sample">
@ -146,6 +152,7 @@ then the device will reboot automatically after the timeout expires.
<platform>ccimx8x-sbc-express</platform>
<platform>ccimx8x-sbc-pro</platform>
<platform>ccimx8mn-dvk</platform>
<platform>ccimx8mm-dvk</platform>
</platforms>
</sample>
<sample id="ble-gat-server-example">
@ -164,6 +171,7 @@ GATT services and characteristics.
<platform>ccimx8x-sbc-express</platform>
<platform>ccimx8x-sbc-pro</platform>
<platform>ccimx8mn-dvk</platform>
<platform>ccimx8mm-dvk</platform>
</platforms>
</sample>
<sample id="caam-blob-example">
@ -187,6 +195,7 @@ A key modifier may be used to further differentiate the key used in a particular
<platform>ccimx8x-sbc-express</platform>
<platform>ccimx8x-sbc-pro</platform>
<platform>ccimx8mn-dvk</platform>
<platform>ccimx8mm-dvk</platform>
</platforms>
</sample>
</samples>