ccimx95: add support for the ConnectCore 95 platform
Add missing entries in the readme for ConnectCore 91 and 93. https://onedigi.atlassian.net/browse/DEL-9832 Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
parent
b95b52bdf8
commit
77e9124728
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ application takes periodic samples and prints the raw value and the value in mv.
|
|||
<platform>ccimx8x-sbc-pro</platform>
|
||||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccimx95-dvk</platform>
|
||||
<platform>ccimx93-dvk</platform>
|
||||
<platform>ccimx91-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
|
|
@ -41,6 +42,7 @@ reception using the selected baudrate.
|
|||
<platform>ccimx8x-sbc-pro</platform>
|
||||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccimx95-dvk</platform>
|
||||
<platform>ccimx93-dvk</platform>
|
||||
<platform>ccimx91-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
|
|
@ -66,6 +68,7 @@ whenever an interrupt is generated in the input GPIO.
|
|||
<platform>ccimx8x-sbc-pro</platform>
|
||||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccimx95-dvk</platform>
|
||||
<platform>ccimx93-dvk</platform>
|
||||
<platform>ccimx91-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
|
|
@ -90,6 +93,7 @@ Afterward, it reads the data back to validate it (tested with 24FC1026).
|
|||
<platform>ccimx8x-sbc-pro</platform>
|
||||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccimx95-dvk</platform>
|
||||
<platform>ccimx93-dvk</platform>
|
||||
<platform>ccimx91-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
|
|
@ -114,6 +118,9 @@ frequencies, and governors.
|
|||
<platform>ccimx8x-sbc-pro</platform>
|
||||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccimx95-dvk</platform>
|
||||
<platform>ccimx93-dvk</platform>
|
||||
<platform>ccimx91-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
<platform>ccmp13-dvk</platform>
|
||||
<platform>ccmp25-dvk</platform>
|
||||
|
|
@ -137,6 +144,8 @@ vice-versa.
|
|||
<platform>ccimx8x-sbc-pro</platform>
|
||||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccimx95-dvk</platform>
|
||||
<platform>ccimx93-dvk</platform>
|
||||
<platform>ccimx91-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
<platform>ccmp13-dvk</platform>
|
||||
|
|
@ -160,6 +169,7 @@ the page size and the address size in bytes.
|
|||
<platform>ccimx6ulsbc</platform>
|
||||
<platform>ccimx8x-sbc-express</platform>
|
||||
<platform>ccimx8x-sbc-pro</platform>
|
||||
<platform>ccimx95-dvk</platform>
|
||||
<platform>ccimx93-dvk</platform>
|
||||
<platform>ccimx91-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
|
|
@ -185,6 +195,7 @@ then the device will reboot automatically after the timeout expires.
|
|||
<platform>ccimx8x-sbc-pro</platform>
|
||||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccimx95-dvk</platform>
|
||||
<platform>ccimx93-dvk</platform>
|
||||
<platform>ccimx91-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
|
|
@ -209,7 +220,9 @@ GATT services and characteristics.
|
|||
<platform>ccimx8x-sbc-pro</platform>
|
||||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccimx95-dvk</platform>
|
||||
<platform>ccimx93-dvk</platform>
|
||||
<platform>ccimx91-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
<platform>ccmp13-dvk</platform>
|
||||
<platform>ccmp25-dvk</platform>
|
||||
|
|
@ -257,6 +270,7 @@ When this request arrives the application sends back the current time.
|
|||
<platform>ccimx8x-sbc-pro</platform>
|
||||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccimx95-dvk</platform>
|
||||
<platform>ccimx93-dvk</platform>
|
||||
<platform>ccimx91-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
|
|
@ -283,6 +297,7 @@ The uploads takes place every 10 new samples, that is every 50 seconds.
|
|||
<platform>ccimx8x-sbc-pro</platform>
|
||||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccimx95-dvk</platform>
|
||||
<platform>ccimx93-dvk</platform>
|
||||
<platform>ccimx91-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
|
|
@ -308,6 +323,7 @@ to stream `binary_dp`.
|
|||
<platform>ccimx8x-sbc-pro</platform>
|
||||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccimx95-dvk</platform>
|
||||
<platform>ccimx93-dvk</platform>
|
||||
<platform>ccimx91-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
|
|
@ -330,6 +346,7 @@ Example application to enable/disable maintenance status.
|
|||
<platform>ccimx8x-sbc-pro</platform>
|
||||
<platform>ccimx8mn-dvk</platform>
|
||||
<platform>ccimx8mm-dvk</platform>
|
||||
<platform>ccimx95-dvk</platform>
|
||||
<platform>ccimx93-dvk</platform>
|
||||
<platform>ccimx91-dvk</platform>
|
||||
<platform>ccmp15-dvk</platform>
|
||||
|
|
|
|||
Loading…
Reference in New Issue