Merge tag 'dey-2.4-r2.2'

Digi Embedded Yocto 2.4-r2.2
This commit is contained in:
Gabriel Valcazar 2019-01-04 13:44:16 +01:00
commit f1e41d75ca
2 changed files with 25 additions and 1 deletions

View File

@ -14,7 +14,14 @@
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# #
SUBDIRS := apix-gpio-example apix-i2c-example apix-pwm-example apix-spi-example apix-adc-example SUBDIRS := \
apix-adc-example \
apix-can-examples \
apix-gpio-example \
apix-i2c-example \
apix-pwm-example \
apix-spi-example \
apix-watchdog-example
all: $(SUBDIRS) all: $(SUBDIRS)

View File

@ -17,6 +17,23 @@ application takes periodic samples and prints the raw value and the value in mv.
<platform>ccimx8x-sbc-pro</platform> <platform>ccimx8x-sbc-pro</platform>
</platforms> </platforms>
</sample> </sample>
<sample id="apix-can-samples">
<name>Digi APIX CAN Examples</name>
<description>
Example applications to manage CAN interfaces using the Digi APIX library.
These applications enable one CAN interfaces of the board and start a transmission or
reception using the selected baudrate.
</description>
<path>apix-can-examples</path>
<platforms>
<platform>ccimx6sbc</platform>
<platform>ccimx6qpsbc</platform>
<platform>ccimx6ulstarter</platform>
<platform>ccimx6ulsbc</platform>
<platform>ccimx8x-sbc-express</platform>
<platform>ccimx8x-sbc-pro</platform>
</platforms>
</sample>
<sample id="apix-gpio-sample"> <sample id="apix-gpio-sample">
<name>Digi APIX GPIO Example</name> <name>Digi APIX GPIO Example</name>
<description> <description>