summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2017-03-24simplify CMake by using BspRootDirPathcolibri-imx7-m4-freertos-v8-lpdStefan Agner
Introduce BspRootDirPath to cleanup paths. Also suppress generation of install files since we do cross compilation of firmwares by default. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2017-03-06use OCRAMStefan Agner
But remove EPD OCRAM, since this is not clocked during suspend. Use TCM instead.
2017-03-06do not reconfigure high bus, Linux can figure it out on its own nowStefan Agner
2017-03-03LPM mode workingStefan Agner
2017-03-02initial low power mode implementationStefan Agner
2017-03-02Add idle task, call WFI when idle to save some powerStefan Agner
2017-03-02implementation with uGUIStefan Agner
2017-03-02add FreeRTOSConfig.h, use Task notifiersStefan Agner
2017-03-02use FreeRTOSStefan Agner
2017-03-02initial commit of Low Power DemoStefan Agner
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2017-02-20spi: example: add SPI exampleRaul Munoz
Add interrupt and polling examples based on the stander colibri SPI (ECSPI3). SODIMM_88 - SPI CLK SODIMM_92 - SPI TXD SODIMM_90 - SPI RXD SODIMM_86 - SPI CS To test this example, connect SODIMM_92 to SODIMM_90 in order to create a loop back. Signed-off-by: Raul Munoz <raul.munoz@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2017-02-15add defines for Colibri standard SPIStefan Agner
The Colibri standard SPI is connected to the SoCs ECSPI3 instance. Add defines as BOARD_ECSPI_... Also add board level pinmux and clock readout support. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
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-11-14examples/imx7_colibri_m4: synchronize with SDBStefan Agner
Synchronize examples with latest versions from the imx7d_sdb_m4 board. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-08-09resync with FreeRTOS_iMX7D_1.0.1 GAColibri_iMX7_M4_FreeRTOS_V1.0.1_20160810Stefan Agner
2016-05-09resync with FreeRTOS_BSP_1.0.1_iMX7DStefan Agner
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