circuitpython/ports/mimxrt10xx/supervisor
Jeff Epler a580f0f1c4 _pew: move to common-hal
I noticed that this code was referring to samd-specific functionality,
and isn't enabled except in one samd board (pewpew10).  Move it.

There is incomplte support for _pew in mimxrt10xx which then caused build
errors; adding a #if guard to check for _pew being enabled fixes it.
The _pew module is not likely to be important on mimxrt but I'll leave the
choice to remove it to someone else.
2020-06-22 10:45:27 -05:00
..
cpu.S Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
flexspi_nor_flash_ops.c Addition of support for imxt1010, 1050 and 1060 families 2020-02-18 23:16:40 +00:00
internal_flash.c Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
internal_flash.h Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
internal_flash_root_pointers.h Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
port.c _pew: move to common-hal 2020-06-22 10:45:27 -05:00
serial.c Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
usb.c Update TinyUSB and add interrupt hooks. 2020-04-17 14:16:49 -07:00