summaryrefslogtreecommitdiff
path: root/ports/mimxrt10xx/supervisor
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-12-08Add `board_deinit` for use with sleepScott Shawcroft
2020-11-28Add movable allocation system.Christian Walther
2020-10-07Unify iMX flash config and add Metro M7 1011Scott Shawcroft
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-07-15supervisor: factor out, Handle USB via background callbackJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-06-22_pew: move to common-halJeff Epler
2020-06-05Fix pin macros typo, add extra flash protectionLucian Copeland
2020-06-05Merge pull request #3001 from hierophect/mimxrt-teensy-bootScott Shawcroft
2020-06-04Add temporary fix warningLucian Copeland
2020-06-03Disable pin resets on the 1060Lucian Copeland
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-05-29Fix SWO/Analog overlap, style changesLucian Copeland
2020-05-28Fix pin reset flash conflict errorLucian Copeland
2020-05-15Add port_fixed_stack for more buildsScott Shawcroft
2020-05-06Merge pull request #2841 from hierophect/mimxrt-spi-onewayScott Shawcroft
2020-05-01Add-unidirectional-SPILucian Copeland
2020-04-27Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-20Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-17Update TinyUSB and add interrupt hooks.Scott Shawcroft
2020-04-07Enable SNVS interruptScott Shawcroft
2020-04-07Fix autoreload and ticks on IMX RTScott Shawcroft
2020-04-07Fix alarm so that it is correctly set.Scott Shawcroft
2020-04-02Implement F7 NucleoLucian Copeland
2020-03-24Get basic sleep going on the iMX RT 1011Scott Shawcroft
2020-03-23Switch iMX RT to RTC. Untested.Scott Shawcroft
2020-02-18Addition of support for imxt1010, 1050 and 1060 familiesDave Marples
2020-02-18Addition of RS485 supportDave Marples
2020-01-29Merge branch 'master' into stm32-meowbithierophect
2020-01-29Move board_init to main.cLucian Copeland
2020-01-21Disable the DCache when USB is initialized. There are still issues enabling it.Scott Shawcroft
2020-01-18Fix start on power up by providing Reset_Handler ourselves.Scott Shawcroft
2020-01-17teensy fixesScott Shawcroft
2020-01-17Refine iMX RT memory layout and add three boardsScott Shawcroft
2020-01-06Add initial MIMXRT10XX portarturo182