summaryrefslogtreecommitdiff
path: root/platform
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>
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>
2017-02-14add missing FlexTimer instanceStefan Agner
Add missing FlexTimer2 instance. Without the instance, all interrupt vectors after FlexTimer1 were missaligned. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-12-15platform: drivers: ccm: use regular 32k frequencyStefan Agner
We use a regular 32768Hz oscillator. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-12-15platform: drivers: ccm: rename ccmCoreClock to ccmCoreClkStefan Agner
The core clock is useful in FreeRTOS driver/applications, therefor it is made available in ccm_vf6xx.h. However, the C source file happen to name it ccmCoreClock instead of ccmCoreClk. Rename it to ccmCoreClk so all clock related variables are consistently ending with Clk. 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-03platform: devices: VF6XX: Add missing reserved address loactions for IOMUX ↵Bhuvanchandra DV
registers Add missing reserved addr loacations to avoid getting wrong offset address. Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-07-22platform: drivers: Add Vybrid GPIO supportBhuvanchandra DV
Add Vybrid GPIO driver Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
2016-07-22platform: utilities: debug_console: Add Vybrid debug console supportBhuvanchandra DV
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
2016-07-22platform: utilities: debug_console: split platform independent codeBhuvanchandra DV
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
2016-07-22platform: drivers: Add Vybrid UART supportBhuvanchandra DV
Add Vybrid lpuart driver Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
2016-07-22platform: drivers: Add Vybrid clock contorl module supportBhuvanchandra DV
Add Vybrid CCM driver Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
2016-07-22platform: devices: Add VF6XX supportBhuvanchandra DV
Add support for VF6XX Cortex-M4 Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
2016-02-02Minor fix.HEADColibri_iMX7_M4_FreeRTOS_V1.0.0_20160210masterWojciech Strozynski
2016-02-02Added new linker script - ocramWojciech Strozynski
2016-01-22[#5806] Added CCM gates for PWMsWojciech Strozynski
2016-01-12platform: debug_console_imx: add modem mode supportStefan Agner
Add mode parameter which allows to select DCE/DTE mode of the debug UART.
2016-01-12drivers: uart_imx: fix modem modeStefan Agner
Fix assertion in modem mode to allow using DTE mode.
2016-01-12initial commit, FreeRTOS_BSP_1.0.0_iMX7DStefan Agner