manifest: change the order of the examples.
We have reordered the examples to be sorted alphabetically. Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
cfca505e10
commit
1e02f43c81
|
|
@ -1,5 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<samples>
|
||||
<sample id="apix-adc-sample">
|
||||
<name>Digi APIX ADC Sample</name>
|
||||
<description>
|
||||
Sample application to access and manage ADC channels using the Digi APIX library.
|
||||
The 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.
|
||||
</description>
|
||||
<path>apix-adc-example</path>
|
||||
<platforms>
|
||||
<platform>ccimx6sbc</platform>
|
||||
<platform>ccimx6qpsbc</platform>
|
||||
<platform>ccimx6ulstarter</platform>
|
||||
<platform>ccimx6ulsbc</platform>
|
||||
</platforms>
|
||||
</sample>
|
||||
<sample id="apix-gpio-sample">
|
||||
<name>Digi APIX GPIO Sample</name>
|
||||
<description>
|
||||
|
|
@ -64,18 +78,4 @@ the number of address bytes.
|
|||
<platform>ccimx6ulsbc</platform>
|
||||
</platforms>
|
||||
</sample>
|
||||
<sample id="apix-adc-sample">
|
||||
<name>Digi APIX ADC Sample</name>
|
||||
<description>
|
||||
Sample application to access and manage ADC channels using the Digi APIX library.
|
||||
The 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.
|
||||
</description>
|
||||
<path>apix-adc-example</path>
|
||||
<platforms>
|
||||
<platform>ccimx6sbc</platform>
|
||||
<platform>ccimx6qpsbc</platform>
|
||||
<platform>ccimx6ulstarter</platform>
|
||||
<platform>ccimx6ulsbc</platform>
|
||||
</platforms>
|
||||
</sample>
|
||||
</samples>
|
||||
|
|
|
|||
Loading…
Reference in New Issue