Robert Hammelrath
Robert Hammelrath
It used to be 10 bit times, which is too short. The break state must be longer than a regular character time, at least 13 bit times. May be longer....
This PR uses lib/wiznet5k instead of drivers/wiznet5k, like the rp2040 port already does. The change was initiated by @omogenot, and I picked up the baton for test, bug fixing and...
These are the first two commits restarting PR #8533. The commits are: - Remove partially functioning support for REPL duplicated at the UART port. UART support will be added later...
Using the good implementation by @iabdalkader for RP2 and some of @alphafred's work for the bootloader. This is a build option. The PR consists of two major parts: - Adding...
This PR adds Quadrature Encoder and Pulse Counter classes based on the Encoder hardware of the mimxrt MCUs. The base methods are as simple as possible, with options to make...
- Add the timeout and timeout_char keyword options. - Make uart.read() non-blocking. - Add uart.any(). - Add ioctl MP_STREAM_POLL handling. - Change uart.write() into non-busy waiting. uart.write() still waits until...
Matching PR #8704. It consists of the basic introduction, a quickref document and a pinout document, showing, which MCU device is accessible at which board pin. I hope the work...
This reset happens e.g. when the scl line of I2C is held low and a I2C action is initiated. The constant will not prevent that, but at least the number...
- Set the output speed of RMII_TXD0 and RMII_TXD1 to medium. That matches better the frequency of the signals that may occur at these pins. For configurations with a high...
As a side effect, the peripheral clock will be set to 48Mhz and both UART and I2C baud rates will not be affected any more by CPU speed changes using...