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 |
Ville Skyttä
|
ca16c38210
|
various: Spelling fixes
|
2017-05-29 11:36:05 +03:00 |
Paul Sokolovsky
|
8212773adb
|
tests: Use read() instead of readall().
|
2016-11-14 00:27:35 +03:00 |
danicampora
|
075ca64521
|
cc3200: Fix UART tests after correcting uart.read() behaviour.
|
2015-10-21 15:30:57 +02:00 |
Daniel Campora
|
c92e6a45eb
|
cc3200: Rename pyb module to machine.
|
2015-09-27 16:50:27 +02:00 |
Daniel Campora
|
ef369249cb
|
cc3200: Implement support for os.dupterm().
|
2015-09-27 11:27:24 +02:00 |
Daniel Campora
|
dffa9f6da6
|
cc3200: New SD and RTC API plus os and time modules' extensions.
|
2015-09-21 22:30:32 +02:00 |
Daniel Campora
|
8332044f75
|
cc3200: Add UART.ODD and UART.EVEN to select parity.
|
2015-09-16 10:10:26 +02:00 |
Daniel Campora
|
e77abc261b
|
cc3200: Default peripheral ID support on I2C.
|
2015-09-16 10:10:19 +02:00 |
Daniel Campora
|
7d6b6f6681
|
cc3200: Make UART choose default id when not given.
|
2015-09-16 10:10:13 +02:00 |
Daniel Campora
|
d265df589e
|
tests/wipy: Disable the REPL on UART before running the UART test.
|
2015-09-10 08:00:53 +02:00 |
Daniel Campora
|
4cc0cd6cab
|
tests/wipy: Additional tests for when the UART is un-initialized.
|
2015-09-10 08:00:35 +02:00 |
Daniel Campora
|
4d7fa05b43
|
cc3200: Improve Pin and UART implementation.
Deassign pins af before assigning. Make uart.any() return the
correct value everytime, this requires interrupts to be always
enabled.
|
2015-09-10 08:00:12 +02:00 |
Daniel Campora
|
f8b98d8329
|
tests/wipy: Improve UART tests with no pin assignment case.
|
2015-09-10 07:59:59 +02:00 |
Daniel Campora
|
f91f212d9f
|
cc3200: New UART API plus related test.
|
2015-09-10 07:59:47 +02:00 |