summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-06Fix UART examples for Colibri iMX7colibri-imx7-m4-freertos-v8Andy Kiser
2018-08-30use -Og for debuggingStefan Agner
2018-08-30store .data section directly in RAM areaStefan Agner
2018-05-29fix FlexCAN1 pinmuxingStefan Agner
2018-05-23switch to FlexCAN instance 1Stefan Agner
2018-05-15examples: fix missing gpio_ctrl.h errorsStefan Agner
2017-05-29examples: gpio_freertos: example with gpio, FreeRTOS and rpmsgRaul Munoz
2017-05-29examples: gpio_bank2_imx: gpio example using just GPIO2Raul Munoz
2017-05-29examples: webinar: Config files to be used in the webinarRaul Munoz
2017-05-22fix strict alias warningStefan Agner
2017-05-22hello_world_ddr: add RDC memory mappingStefan Agner
2017-05-22MCIMX7D_M4_ddr: add symbols for memory areaStefan Agner
2017-05-22rdc: add macros for memory alignmentStefan Agner
2017-05-22examples: str_echo_freertos: update CMake structureRaul Munoz
2017-05-22examples: rpmsg_str_echo_bm: update CMake structureRaul Munoz
2017-05-22examples: hello_world_ddr: update CMake structureRaul Munoz
2017-05-22examples: hello_world_ocram: update CMake structureRaul Munoz
2017-05-22examples: rand_wfi: update CMake structureRaul Munoz
2017-05-22examples: sema4_demo: update CMake structureRaul Munoz
2017-05-22examples: wdog_imx: update CMake structureRaul Munoz
2017-05-22examples: adc_imx7d: update CMake structureRaul Munoz
2017-05-22examples: gpt: update CMake structureRaul Munoz
2017-05-22examples: uart_polling: update CMake structureRaul Munoz
2017-05-22examples: uart_interrupt: update CMake structureRaul Munoz
2017-05-22examples: i2c_polling_sensor_imx7d: update CMake structureRaul Munoz
2017-05-22examples: i2c_interrupt_sensor_imx7d: update CMake structureRaul Munoz
2017-05-22examples: flexcan_network: update CMake structureRaul Munoz
2017-05-22examples: flexcan_loopback: update CMake structureRaul Munoz
2017-05-22examples: ecspi_polling_master: update CMake structureRaul Munoz
2017-05-22examples: ecspi_interrupt_master: update CMake structureRaul Munoz
2017-05-22examples: pingpong_bm: update CMake structureRaul Munoz
2017-05-22examples: pingpong_freertos: update CMake structureRaul Munoz
2017-05-19examples: gpio_imx: update CMake structureRaul Munoz
2017-05-19examples: blinking_imx_demo: update CMake structureRaul Munoz
2017-05-19examples: add eclipse generatorRaul Munoz
2017-05-16force program header alignment to be smaller than 32kbytesStefan Agner
2017-05-16restore stackpointer in vector tableStefan Agner
2017-05-16use OCRAM_S for interrupt vectors by defaultStefan Agner
2017-05-12improve CMakeLists.txtStefan Agner
2017-05-12unify linker scriptsStefan Agner
2017-05-12examples: convert CMake structure to allow multiple buildsStefan Agner
2017-05-08fix warning of unused variableStefan Agner
2017-05-03startup: initialize stack pointer in startup codeStefan Agner
2017-05-01remove SABRE specific standby pin muxStefan Agner
2017-04-07virtio: Redefine vring_avail_eventColibri-iMX7-M4_FreeRTOS_1.2-20170407Stefan Agner
2017-03-24simplify CMake makefileStefan Agner
2017-03-24simplify CMake by using BspRootDirPathStefan Agner
2017-03-24avoid using deprecated CMake featuresStefan Agner
2017-02-20update to FreeRTOS V8.2.3Stefan Agner
2017-02-20spi: example: add SPI exampleRaul Munoz