summaryrefslogtreecommitdiff
path: root/ports/mimxrt10xx/Makefile
AgeCommit message (Expand)Author
2021-03-18mimxrt: Quiet some warnings down in the sdkJeff Epler
2020-12-15-ftree-vrp better diagnostics on -Os builds; -fno-inline-functions for -O2; f...Dan Halbert
2020-10-15cxd56 needed more precise include for __packed; needed SRC_C += on some portsDan Halbert
2020-10-07Unify iMX flash config and add Metro M7 1011Scott Shawcroft
2020-07-29update CDC/MIDI bufsize to at least 512 for highspeed porthathach
2020-07-23Changes to optimization optionroot
2020-07-22Changes to add compiler optimization optionroot
2020-07-21Add option for higher optimization levelsroot
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-05-28A number of small ESP32S2 fixes:Scott Shawcroft
2020-05-19Implement core requested changesLucian Copeland
2020-05-15Implement pin claiming, pin reset, and pin protectionsLucian Copeland
2020-05-06Merge pull request #2841 from hierophect/mimxrt-spi-onewayScott Shawcroft
2020-05-05text fixes, postpone warning disableLucian Copeland
2020-05-01Add-unidirectional-SPILucian Copeland
2020-03-24Get basic sleep going on the iMX RT 1011Scott Shawcroft
2020-02-12Update main .bin output file to be bootable artefactDave Marples
2020-02-11Add directly loadable binary targetDave Marples
2020-01-18Fix start on power up by providing Reset_Handler ourselves.Scott Shawcroft
2020-01-17Refine iMX RT memory layout and add three boardsScott Shawcroft
2020-01-06Add initial MIMXRT10XX portarturo182