Wouter Geraedts
Wouter Geraedts
You can nest two `CriticalSections`, possibly yielding multiple instances of `&mut T` if `borrow_mut` were possible. You can use `Mutex` and get a mutable reference that way if you take...
It has been a while since opening this PR, so please check anything I write here yourself. This pull request only fixes the interrupt related to already opened sockets. WOL...
This is detailed in the README: 1. You need to specify the collectors in your `tweede_golf_prometheus` configuration section. 2. At either [an action](https://github.com/tweedegolf/prometheus-bundle#modifying-incrementingobservingsetting-metrics) or an event listener you need to...
I would love to hear some recommendations or ideas on how to properly deduplicate the code with regards to the existing unstable support for the ESPC3. I am leaving LP...
@AfoHT While the ESP32C3 and ESP32C6 are very similar, they differ in RISCV instruction set with atomics, peripheral layout, and chip ID. Still to give it a go I replicated...
@jessebraham Sure, no problem. I think it would be easier to start a new branch and take what you need from this PR. As mentioned above there are some issues...
I can confirm that it only spits out a 18mm blank piece with: `ptouch-util --log-level debug --device pt-e550w --media tze6mm --no-status-fetch print text "hello"`
I installed the Windows app & driver, installed USBPCAP and pulled a trace if anyone wants to take a crack at debugging: https://drive.google.com/file/d/1uJMUousatCxXAX5_chQgZCzDGKbfKgcy/view?usp=sharing
I have been thinking about the MemoryUnit-situation. We can either: * Abolish the use of the `embedded_storage` traits, and fork them to also take `MemoryUnit` into consideration. * Remove `MemoryUnit`...
This is referred to in https://github.com/jhbruhn/moonboot/blob/efadc79b9edaeec0366ae6ab2276290bc09a46cd/TODO.md?plain=1#L2