summaryrefslogtreecommitdiff
path: root/examples/vf6xx_colibri_m4/demo_apps
AgeCommit message (Collapse)Author
2017-02-17vf6xx: gpio_vf6xx: correct the GPIO toggle controlBhuvanchandra DV
Drop unnecessary parameter gpio_pin_action_t and use the port toggle register to toggle the pin. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-10-03examples: vf6xx_colibri_m4: Configure UART2 pinsBhuvanchandra DV
Add IOMUX configuration for UART2 pins Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-21examples: rpmsg_str_echo: Fix print message bugSanchayan Maity
The demo example advertised itself as pingpong demo on boot which is incorrect. Fix this. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-08examples: use correct types in format stringsColibri_VF61_M4_FreeRTOS_V1.0.0_20160908Stefan Agner
Use correct types in format strings to avoid warnings. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-08examples: add forward declerationStefan Agner
Add forward declartion for platform interrupt definitions to avoid warnings. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-08-24examples: rpmsg_str_echo: Fix minor print message bugSanchayan Maity
Vybrid has A5 core and not A7. Fix this in the print message. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-08-02examples: vf6xx_colibri_m4: rpmsg: Add pingpong and string echo rpmsg examplesSanchayan Maity
Add pingpong and string echo rpmsg examples for Vybrid. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-07-22examples: vf6xx_colibri_m4: Add UART and GPIO example codeBhuvanchandra DV
Add hello_world and gpio example code. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>