diff --git a/libdigiapix-examples.mk b/libdigiapix-examples.mk index 67aa9bf..ca0ab79 100644 --- a/libdigiapix-examples.mk +++ b/libdigiapix-examples.mk @@ -14,7 +14,14 @@ # 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) diff --git a/samples-manifest.xml b/samples-manifest.xml index 0dabb48..ac9806a 100644 --- a/samples-manifest.xml +++ b/samples-manifest.xml @@ -17,6 +17,23 @@ application takes periodic samples and prints the raw value and the value in mv. ccimx8x-sbc-pro + + Digi APIX CAN Examples + +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. + + apix-can-examples + + ccimx6sbc + ccimx6qpsbc + ccimx6ulstarter + ccimx6ulsbc + ccimx8x-sbc-express + ccimx8x-sbc-pro + + Digi APIX GPIO Example