diff --git a/samples-manifest.xml b/samples-manifest.xml new file mode 100644 index 0000000..f468535 --- /dev/null +++ b/samples-manifest.xml @@ -0,0 +1,67 @@ + + + + Digi APIX GPIO Sample + +Sample application to access and manage GPIO lines using the Digi APIX library. +The application uses a gpio as input (e.g. a user button) and another +one as output (e.g. a user led). The application toggles the output GPIO +whenever an interrupt is generated in the input GPIO. + + apix-gpio-example + + ccimx6sbc + ccimx6qpsbc + ccimx6ulstarter + ccimx6ulsbc + + + + Digi APIX I2C Sample + +Sample application to access and manage I2C slaves using the Digi APIX library. +The application writes a page of an external EEPROM memory with random +data and then reads the data back to validate it (tested with 24FC1026). + + apix-i2c-example + + ccimx6sbc + ccimx6qpsbc + ccimx6ulstarter + ccimx6ulsbc + + + + Digi APIX PWM Sample + +Sample application to access and manage PWM lines using the Digi APIX library. +The application enables one PWM line of the board using a frequency of +1000Hz. Then, progressively modifies the duty cycle in a loop from 10% to +90% and vice-versa. + + apix-pwm-example + + ccimx6sbc + ccimx6qpsbc + ccimx6ulstarter + ccimx6ulsbc + + + + Digi APIX SPI Sample + +Sample application to access and manage SPI slaves using the Digi APIX library. +The example application writes a page of an external EEPROM memory with random +data and then reads the data back to validate it. +Most of EEPROM memories are compatible with the sample specifying the page size and +the number of address bytes. + + apix-spi-example + + ccimx6sbc + ccimx6qpsbc + ccimx6ulstarter + ccimx6ulsbc + + +