Steve Palmer

Results 7 issues of Steve Palmer

Thanks for this code David, I'm still working my way through it, but I noticed that the function `pacer::set_preiod_ns` does not use the `nanoseconds` parameter when setting the `spec` variable....

While running the tests, certain Implementation-defined characteristics of the Forth system may be derived, such as the number of bits in a cell. It would be nice if these derived...

enhancement

The "hardware/uart.h" include file contains the function `uart_get_instance` to map from a `uint` to a `uart_inst_t *`. However, it is not listed on the API [webpage](https://raspberrypi.github.io/pico-sdk-doxygen/group__hardware__uart.html) as part of the...

documentation
hardware_uart

The Home Assistant project uses datapoint in its metoffice integration component. It has been using v0.4.3 of datapoint, which included the issue 19 (https://github.com/EJEP/datapoint-python/issues/19) causing the Forecast.now() method to return...

(Thanks to tftpy.) I'm working on a problem where a tftpy has successfully downloaded a file, but the other end seems to think that the connection is still open. I...

pending

While running (at least parts) of the Test Suite from block storage, @frenchie68 noticed a bug in the test related to the test word `TL7` in the `blocktest.fth` tests. The...

#### Description In my ISR routine I call `bhp_event_isr_cb` to defer the interrupt event handling to a high priority thread, which I understand to be the intent of this feature....