summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2017-09-28examples: rpmsg: Update Vybrid rpmsg examplescolibri-vf61-m4-freertos-v8Sanchayan Maity
Update Vybrid rpmsg examples bringing it in sync with FreeRTOS BSP 1.0.1 release for iMX7 from NXP. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
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>
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-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: 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-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>
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: imx7xxx: Update cmake files to add new debug console codeBhuvanchandra DV
Update cmake files of imx7 examples to add the new debug_console code. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@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>
2016-01-18imx7_colibri_m4: remove QSPI exampleStefan Agner
The Colibri iMX7 module does not provide QSPI flash, hence drop the QSPI example.
2016-01-18imx7_colibri_m4: changed pinmux for I2C4, changed board I2C interface to I2C4Mateusz Majchrzycki
Pin assignment for I2C4 changed to redirect the bus to SODIMM pins 194 and 196 (standard Colibri I2C interface)
2016-01-12examples: imx7_colibri_m4: adopted GPIO exampleStefan Agner
Use Colibri EXT_IO0-2 as Key/LED GPIO. Those signals can easily be connected to a real button/LED on the Colibri Evaluation board: EXT_IO0 => X21-LED1 EXT_IO1 => X21-SW6 EXT_IO2 => X21-SW5
2016-01-12examples: imx7_colibri_m4: renamed board nameStefan Agner
2016-01-12examples: imx7_colibri_m4: use DTE mode for debug UART2Stefan Agner
2016-01-12examples: imx7d_sdb_m4/imx7d_val_m4: explicitly request DCE modeStefan Agner
2016-01-12renamed demo_apps and driver_examples project namesStefan Agner
2016-01-12initial commit imx7_colibri_m4 examplesStefan Agner
This adds initial examples for imx7_colibri_m4, currently just a copy of the imx7d_sdb_m4 examples.
2016-01-12initial commit, FreeRTOS_BSP_1.0.0_iMX7DStefan Agner