summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/driver_examples/gpt
AgeCommit message (Collapse)Author
2016-11-14examples/imx7_colibri_m4: select correct clock for GPTAStefan Agner
GPTA is supposed to run directly of the 24MHz OSC. Fix a type which update GPTB's root clock instead of GPTA. Note: GPTB seems to rely on the System PLL PFD0, which seems to be influenced by Linux' SDHC driver. Freezes of both systems have been observed. Disabling the SDHC driver on the Linux side or using the 24MHz clock source for GPTB seem to avoid freezes. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-05-09resync with FreeRTOS_BSP_1.0.1_iMX7DStefan 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.