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
/
supervisor
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-12-08
Add `board_deinit` for use with sleep
Scott Shawcroft
2020-11-28
Add movable allocation system.
Christian Walther
2020-10-07
Unify iMX flash config and add Metro M7 1011
Scott Shawcroft
2020-08-18
Split pulseio.PWMOut into pwmio
Scott Shawcroft
2020-07-15
supervisor: factor out, Handle USB via background callback
Jeff Epler
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-06-22
_pew: move to common-hal
Jeff Epler
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-04
Add temporary fix warning
Lucian Copeland
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-05-29
Fix SWO/Analog overlap, style changes
Lucian Copeland
2020-05-28
Fix pin reset flash conflict error
Lucian Copeland
2020-05-15
Add port_fixed_stack for more builds
Scott Shawcroft
2020-05-06
Merge pull request #2841 from hierophect/mimxrt-spi-oneway
Scott Shawcroft
2020-05-01
Add-unidirectional-SPI
Lucian Copeland
2020-04-27
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-20
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-17
Update TinyUSB and add interrupt hooks.
Scott Shawcroft
2020-04-07
Enable SNVS interrupt
Scott Shawcroft
2020-04-07
Fix autoreload and ticks on IMX RT
Scott Shawcroft
2020-04-07
Fix alarm so that it is correctly set.
Scott Shawcroft
2020-04-02
Implement F7 Nucleo
Lucian Copeland
2020-03-24
Get basic sleep going on the iMX RT 1011
Scott Shawcroft
2020-03-23
Switch iMX RT to RTC. Untested.
Scott Shawcroft
2020-02-18
Addition of support for imxt1010, 1050 and 1060 families
Dave Marples
2020-02-18
Addition of RS485 support
Dave Marples
2020-01-29
Merge branch 'master' into stm32-meowbit
hierophect
2020-01-29
Move board_init to main.c
Lucian Copeland
2020-01-21
Disable the DCache when USB is initialized. There are still issues enabling it.
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