Jeff Epler
|
cb29ad0846
|
mimxrt10xx: Fix bogus assertion.
.. as noted by @d-c-d
|
2021-03-31 09:21:08 -05:00 |
Jeff Epler
|
71eee45a37
|
mimxrt1011: UART: Add additional error checking
.. and make the 'invalid pin' messages standard.
Closes #4502
|
2021-03-30 10:17:48 -05:00 |
microDev
|
a52eb88031
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
microDev
|
5d7fdafcde
|
implement suggested changes
- add internal buffering
- rtc initialization fix
|
2021-02-25 00:48:36 +05:30 |
microDev
|
dc332baa87
|
update common_hal_reset_pin()
|
2020-12-28 20:04:00 +05:30 |
Diego Elio Pettenò
|
34b4993d63
|
Add license to some obvious files.
|
2020-07-06 19:16:25 +01:00 |
Scott Shawcroft
|
a26102607e
|
Add UART support
|
2020-06-24 12:47:58 -07:00 |
Diego Elio Pettenò
|
dd5d7c86d2
|
Fix up end of file and trailing whitespace.
This can be enforced by pre-commit, but correct it separately to make it easier to review.
|
2020-06-03 10:56:35 +01:00 |
Lucian Copeland
|
a59798ed49
|
Merge branch 'mimxrt-uart-oneway' into mimxrt-busio-cleanup
|
2020-05-27 12:31:16 -04:00 |
Lucian Copeland
|
1e914ac2b0
|
Change exception text and type
|
2020-05-27 11:48:52 -04:00 |
Lucian Copeland
|
53fb699436
|
Add pin resetting across boards, fix array size detection issue
|
2020-05-27 11:45:15 -04:00 |
Lucian Copeland
|
75b5142954
|
Minor style changes and translations
|
2020-05-22 11:31:52 -04:00 |
Lucian Copeland
|
66c09efae2
|
Add UART one-way instance search, fix bugs in stm32 implementation
|
2020-05-20 12:48:01 -04:00 |
Mark Olsson
|
007c92ee6a
|
Enable showing the console on a debug uart
|
2020-05-19 02:02:52 +02:00 |
Dan Halbert
|
fbc8719fad
|
ringbuf tested
|
2020-04-21 22:40:12 -04:00 |
Dan Halbert
|
38ec3bc574
|
further ringbuf cleanup
|
2020-04-21 17:38:20 -04:00 |
arturo182
|
18c12e7822
|
mimxrt10xx: Return proper UART read length when everything was read
|
2020-03-26 00:15:48 +01:00 |
Dan Halbert
|
b6206406de
|
new pin validation routines; don't use mp_const_none if NULL will do
|
2020-02-28 23:43:04 -05:00 |
Dave Marples
|
24405cabaf
|
Edits as a result of review
|
2020-02-19 00:07:01 +00:00 |
Dave Marples
|
d388899985
|
Addition of RS485 support
|
2020-02-18 23:16:40 +00:00 |
Dave Marples
|
84ad3d8393
|
Addition of RTS/CTS/RS485 UART functionality
|
2020-02-18 23:16:40 +00:00 |
arturo182
|
13e0cba6f1
|
Add initial MIMXRT10XX port
|
2020-01-06 21:08:49 +01:00 |