summaryrefslogtreecommitdiff
path: root/examples/vf6xx_colibri_m4/pin_mux.h
AgeCommit message (Collapse)Author
2017-04-07vf6xx: Avoid multiple symbol defined spurious compile time errorsBhuvanchandra DV
When not using --allow-multiple-definition (-z muldefs) in LD flags build fails with symbol multiply defined error. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-10-05examples: vf6xx_colibri_m4: Add GPIO iomux supportBhuvanchandra DV
Add support to mux GPIO pin during GPIO init. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-10-03examples: vf6xx_colibri_m4: Add missing IOMUX configurationBhuvanchandra DV
Add IOMUX configuration support to the pins used. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>