Merge tag 'dey-4.0-r2.2'
Digi Embedded Yocto 4.0-r2.2 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
commit
4bb2a81a46
|
|
@ -7,6 +7,7 @@ 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 MP13 DVK**: ADC1_INP14 (MikroBus socket, J31, Pin 1).
|
||||
- **ConnectCore MP15 DVK**: AN0 (GPIO connector, J41, Pin 4).
|
||||
- **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.
|
||||
|
|
|
|||
|
|
@ -14,6 +14,11 @@ the ID and print in the console.
|
|||
|
||||
The CAN interface for this example depends on the running platform:
|
||||
|
||||
- **ConnectCore MP13 DVK**: CAN connector of the board (J33).
|
||||
- 5V: Pin 1
|
||||
- CAN1_H: Pin 2
|
||||
- CAN1_L: Pin 3
|
||||
- GND: Pin 4
|
||||
- **ConnectCore MP15 DVK**: CAN connector of the board (J33).
|
||||
- 5V: Pin 1
|
||||
- CAN1_H: Pin 2
|
||||
|
|
|
|||
|
|
@ -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 MP13 DVK**:
|
||||
- User button: GPIOA,13 (User Button 1 in the board)
|
||||
- User led: GPIOG,0 (ULED in the board)
|
||||
- **ConnectCore MP15 DVK**:
|
||||
- User button: GPIOA,13 (User Button 1 in the board)
|
||||
- User led: GPIOC,3 (ULED in the board)
|
||||
|
|
|
|||
|
|
@ -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 MP15 DVK**: MikroBus connector (J31).
|
||||
- VCC: Pin 7
|
||||
- GND: Pin 8
|
||||
- I2C-2 SDA: Pin 6
|
||||
- I2C-2 SCL: Pin 5
|
||||
- **ConnectCore MP15 DVK**: MikroBus connector (J31).
|
||||
- VCC: Pin 7
|
||||
- GND: Pin 8
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ vice-versa.
|
|||
|
||||
The PWM lines used in this example are mapped as follows in the Digi boards:
|
||||
|
||||
- **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 8M Mini DVK**: MCA PWM0 channel 2 connected to the LED1.
|
||||
- **ConnectCore 8M Nano DVK**: MCA PWM0 channel 2 connected to the LED1.
|
||||
|
|
|
|||
|
|
@ -11,6 +11,13 @@ the page size and the address size in bytes.
|
|||
|
||||
The SPI connections for this example depends on the running platform:
|
||||
|
||||
- **ConnectCore MP13 DVK**: MikroBus connector (J30).
|
||||
- VCC: Pin 7
|
||||
- GND: Pin 8
|
||||
- SPI-0 CLK: 4
|
||||
- SPI-0 MISO: 5
|
||||
- SPI-0 MOSI: 6
|
||||
- SPI-0 SS0: 3
|
||||
- **ConnectCore MP15 DVK**: MikroBus connector (J30).
|
||||
- VCC: Pin 7
|
||||
- GND: Pin 8
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ class CCIMX8MNANO extends ConnectCoreDevice {
|
|||
VIDEO_COMPONENT_AREA_WIDTH_PERCENT = 6;
|
||||
VIDEO_COMPONENT_AREA_HEIGHT_PERCENT = 8;
|
||||
|
||||
AUDIO_COMPONENT_VISIBLE = false;
|
||||
AUDIO_COMPONENT_VISIBLE = true;
|
||||
AUDIO_COMPONENT_HAS_PANEL = true;
|
||||
AUDIO_COMPONENT_HAS_ARROW = true;
|
||||
AUDIO_COMPONENT_PANEL_ALWAYS_VISIBLE = false;
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ class CCIMX8MMINI extends ConnectCoreDevice {
|
|||
VIDEO_COMPONENT_AREA_WIDTH_PERCENT = 6;
|
||||
VIDEO_COMPONENT_AREA_HEIGHT_PERCENT = 8;
|
||||
|
||||
AUDIO_COMPONENT_VISIBLE = false;
|
||||
AUDIO_COMPONENT_VISIBLE = true;
|
||||
AUDIO_COMPONENT_HAS_PANEL = true;
|
||||
AUDIO_COMPONENT_HAS_ARROW = true;
|
||||
AUDIO_COMPONENT_PANEL_ALWAYS_VISIBLE = false;
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ application takes periodic samples and prints the raw value and the value in mv.
|
|||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
<platform>ccmp13-dvk</platform>
|
||||
</platforms>
|
||||
</sample>
|
||||
<sample id="apix-can-samples">
|
||||
|
|
@ -38,6 +39,7 @@ reception using the selected baudrate.
|
|||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
<platform>ccmp13-dvk</platform>
|
||||
</platforms>
|
||||
</sample>
|
||||
<sample id="apix-gpio-sample">
|
||||
|
|
@ -59,6 +61,7 @@ whenever an interrupt is generated in the input GPIO.
|
|||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
<platform>ccmp13-dvk</platform>
|
||||
</platforms>
|
||||
</sample>
|
||||
<sample id="apix-i2c-sample">
|
||||
|
|
@ -79,6 +82,7 @@ Afterward, it reads the data back to validate it (tested with 24FC1026).
|
|||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
<platform>ccmp13-dvk</platform>
|
||||
</platforms>
|
||||
</sample>
|
||||
<sample id="apix-pm-sample">
|
||||
|
|
@ -99,6 +103,7 @@ frequencies, and governors.
|
|||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
<platform>ccmp13-dvk</platform>
|
||||
</platforms>
|
||||
</sample>
|
||||
<sample id="apix-pwm-sample">
|
||||
|
|
@ -120,6 +125,7 @@ vice-versa.
|
|||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
<platform>ccmp13-dvk</platform>
|
||||
</platforms>
|
||||
</sample>
|
||||
<sample id="apix-spi-sample">
|
||||
|
|
@ -140,6 +146,7 @@ the page size and the address size in bytes.
|
|||
<platform>ccimx8x-sbc-express</platform>
|
||||
<platform>ccimx8x-sbc-pro</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
<platform>ccmp13-dvk</platform>
|
||||
</platforms>
|
||||
</sample>
|
||||
<sample id="apix-watchdog-sample">
|
||||
|
|
@ -161,6 +168,7 @@ then the device will reboot automatically after the timeout expires.
|
|||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
<platform>ccmp13-dvk</platform>
|
||||
</platforms>
|
||||
</sample>
|
||||
<sample id="ble-gat-server-example">
|
||||
|
|
@ -181,6 +189,7 @@ GATT services and characteristics.
|
|||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
<platform>ccmp13-dvk</platform>
|
||||
</platforms>
|
||||
</sample>
|
||||
<sample id="caam-blob-example">
|
||||
|
|
|
|||
Loading…
Reference in New Issue