aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authori509VCB <[email protected]>2025-07-21 20:29:34 -0500
committeri509VCB <[email protected]>2025-07-22 11:25:45 -0500
commit1d46f55bddf402c33143959e1ad26af59bb15855 (patch)
tree2239a545303c4df4cfc1d9ff4aec7069e006babe /.vscode
parent908e016524e1802b736664d84ca2da6ea908444d (diff)
nxp: Add mimxrt1062 support
The examples in this case are designed for the IMXRT1060-EVK. The same chip is used in the Teensy 4.0/1, but that will probably get its own set of examples due to some differences such as the FCB.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 070e8fbd3..6edd9312a 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -37,6 +37,7 @@
37 // "examples/nrf5340/Cargo.toml", 37 // "examples/nrf5340/Cargo.toml",
38 // "examples/nrf-rtos-trace/Cargo.toml", 38 // "examples/nrf-rtos-trace/Cargo.toml",
39 // "examples/mimxrt1011/Cargo.toml", 39 // "examples/mimxrt1011/Cargo.toml",
40 // "examples/mimxrt1062-evk/Cargo.toml",
40 // "examples/rp/Cargo.toml", 41 // "examples/rp/Cargo.toml",
41 // "examples/std/Cargo.toml", 42 // "examples/std/Cargo.toml",
42 // "examples/stm32c0/Cargo.toml", 43 // "examples/stm32c0/Cargo.toml",