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
/
common-hal
/
busio
Age
Commit message (
Expand
)
Author
2021-03-31
mimxrt10xx: Fix bogus assertion.
Jeff Epler
2021-03-30
mimxrt1011: UART: Add additional error checking
Jeff Epler
2021-03-26
Parenthesize double-division for clarity
Jeff Epler
2021-03-26
mimxrt10xx: Use the proper "betweenTransferDelay" (et al) values
Jeff Epler
2021-03-26
mimxrt10xx: Factor out "transfer_common"
Jeff Epler
2021-03-26
mimxrt10xx: busio: cap SPI baudrate at 30MHz per datasheet
Jeff Epler
2021-03-24
mimxrt: SPI: Set the TCR value returned by MasterBaudSetRate
Jeff Epler
2021-03-15
run code formatting script
microDev
2021-02-25
implement suggested changes
microDev
2021-02-07
adds: maximum retries on SPI busy
Philip Jander
2021-02-07
chore: whitespace fixed
Philip Jander
2021-02-07
adds: idle loop to wait for SPI not busy (mimxrt10xx)
Philip Jander
2021-02-03
Initial commit. Edited error messages in .c files
BiffoBear
2020-12-28
update common_hal_reset_pin()
microDev
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-06-24
Compiles!
Scott Shawcroft
2020-06-24
Add UART support
Scott Shawcroft
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-05-27
Merge branch 'mimxrt-uart-oneway' into mimxrt-busio-cleanup
Lucian Copeland
2020-05-27
translations
Lucian Copeland
2020-05-27
Change exception text and type
Lucian Copeland
2020-05-27
Add pin resetting across boards, fix array size detection issue
Lucian Copeland
2020-05-26
mimxrt10xx: Change exception type to match other ports
arturo182
2020-05-22
Minor style changes and translations
Lucian Copeland
2020-05-20
Add UART one-way instance search, fix bugs in stm32 implementation
Lucian Copeland
2020-05-18
Merge pull request #2837 from k0d/serial-debug
Scott Shawcroft
2020-05-19
Enable showing the console on a debug uart
Mark Olsson
2020-05-18
mimxrt1010: Increase max SPI speed
arturo182
2020-05-06
Merge pull request #2841 from hierophect/mimxrt-spi-oneway
Scott Shawcroft
2020-05-05
text fixes, postpone warning disable
Lucian Copeland
2020-05-01
Add-unidirectional-SPI
Lucian Copeland
2020-04-21
ringbuf tested
Dan Halbert
2020-04-21
further ringbuf cleanup
Dan Halbert
2020-04-06
mimxrt1011: Only re-init SPI when it's actually needed
arturo182
2020-03-26
mimxrt10xx: Return proper UART read length when everything was read
arturo182
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2020-02-27
Fix I2C clock divider
Dave Marples
2020-02-26
Fix SPI clock speed on mimxrt10xx family & mimxrt1020 pinmux fixup
Dave Marples
2020-02-19
Edits as a result of review
Dave Marples
2020-02-18
Addition of RS485 support
Dave Marples
2020-02-18
Addition of RTS/CTS/RS485 UART functionality
Dave Marples
2020-01-10
add flag to i.mx port
Dan Halbert
2020-01-06
Add initial MIMXRT10XX port
arturo182