Robert Hammelrath

Results 31 issues of 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....

port-esp32

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...

port-stm32

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...

port-samd

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...

port-mimxrt

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...

port-mimxrt

- 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...

port-samd

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...

port-esp8266

- 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...

port-stm32

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...

port-rp2