From f46782dde9ee8927a315224917c189b994b28cf3 Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Mon, 20 Jan 2020 22:25:51 +1100 Subject: mimxrt: Add new, minimal port to NXP i.MX RT series CPUs. This is an extremely minimal port to the NXP i.MX RT, in the style of the SAMD port It's largely based on the TinyUSB mimxrt implementation, using the NXP SDK. It currently supports the Teensy 4.0 board with a REPL over the USB-VCP interface. This commit also adds the NXP SDK submodule (also from TinyUSB) to lib/nxp_driver. Note: if you already have the tinyusb submodule initialized recursively you will need to run the following as the tinyusb sub-submodules have been rearranged (upstream): git submodule deinit lib/tinyusb rm -rf .git/modules/lib/tinyusb git submodule update --init lib/tinyusb --- lib/nxp_driver | 1 + 1 file changed, 1 insertion(+) create mode 160000 lib/nxp_driver (limited to 'lib') diff --git a/lib/nxp_driver b/lib/nxp_driver new file mode 160000 index 000000000..b618cb1d5 --- /dev/null +++ b/lib/nxp_driver @@ -0,0 +1 @@ +Subproject commit b618cb1d521cc9e133bdcd0fca154dee2d925dfe -- cgit v1.2.3