index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
mimxrt10xx
/
boards
Age
Commit message (
Expand
)
Author
2021-03-27
Merge pull request #4468 from jepler/metro-m7-dup-pins
Jeff Epler
2021-03-26
Freeze ESP32SPI into mimxrt1011_evk
Jeff Epler
2021-03-23
remove duplicate RX/TX pin lines
Jeff Epler
2021-03-19
Merge pull request #4443 from jepler/evk-pins-dnp
Jeff Epler
2021-03-19
imxrt1010_evk: Delete pins that are not connected
Jeff Epler
2021-03-19
update flash chip comment
Jeff Epler
2021-03-19
another place to fix flash capacity
Jeff Epler
2021-03-18
metro_m7: Update board name, flash chip size
Jeff Epler
2021-03-15
run code formatting script
microDev
2021-03-05
Enable EVE low-level for Teensy 4.0 and 4.1
James Bowman
2020-12-21
Add Adafruit to MICROPY_HW_BOARD_NAME for various boards
Dan Halbert
2020-12-08
Add `board_deinit` for use with sleep
Scott Shawcroft
2020-10-07
Update USB PID
Scott Shawcroft
2020-10-07
Unify iMX flash config and add Metro M7 1011
Scott Shawcroft
2020-06-05
Fix pin macros typo, add extra flash protection
Lucian Copeland
2020-06-05
Merge pull request #3001 from hierophect/mimxrt-teensy-boot
Scott Shawcroft
2020-06-03
Disable pin resets on the 1060
Lucian Copeland
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-06-02
Update teensy 4.0/4.1 pin protections
Lucian Copeland
2020-05-29
Fix SWO/Analog overlap, style changes
Lucian Copeland
2020-05-20
Merge pull request #2898 from hierophect/mimxrt-claiming
Scott Shawcroft
2020-05-19
Implement core requested changes
Lucian Copeland
2020-05-15
Implement pin claiming, pin reset, and pin protections
Lucian Copeland
2020-05-11
Add Teensy 4.1 board definition
Scott Shawcroft
2020-02-29
Freeze adafruit_requests and adafruit_esp32spi into feather_m7_1011
arturo182
2020-02-29
Freeze adafruit_requests and adafruit_esp32spi into feather_mimxrt1011
arturo182
2020-02-19
mimxrt10xx: Add Feather M7 1011 board config
arturo182
2020-02-18
Addition of support for imxt1010, 1050 and 1060 families
Dave Marples
2020-01-21
Use new USB PIDs that aren't used yet.
Scott Shawcroft
2020-01-18
Fix other builds missing new heap bounds functions
Scott Shawcroft
2020-01-18
Fix start on power up by providing Reset_Handler ourselves.
Scott Shawcroft
2020-01-17
teensy fixes
Scott Shawcroft
2020-01-17
Refine iMX RT memory layout and add three boards
Scott Shawcroft
2020-01-06
Add initial MIMXRT10XX port
arturo182