Mobilinkd LLC

Results 16 issues of Mobilinkd LLC

Traceback (most recent call last): File "./dfuse-tool.py", line 147, in flash(args) File "./dfuse-tool.py", line 63, in flash dfu = find_device(args) File "./dfuse-tool.py", line 14, in find_device for _,alt in dfu.alternates():...

Fix call to usb.util.get_string()

The default size of 1024 is fine, but most of my devices support 2048 and can be programmed much faster with a larger transfer size.

Flashing block 6 Traceback (most recent call last): File "./dfuse-tool.py", line 147, in flash(args) File "./dfuse-tool.py", line 103, in flash status = dfu.wait_while_state(dfuse.DfuState.DFU_DOWNLOAD_BUSY) File "/home/rob/dfuse-tool/dfuse/DfuDevice.py", line 84, in wait_while_state status...

I have the following code, which waits on an interrupt: ```python import asyncio async def print_count(): while True: await count.ap_return.wait() a = count.register_map.cntr print(a) count.ap_return.event.clear() if int(a) == 0: return...

I need help with what appears to be a bug somewhere in the Amaranth/Yosys/Apicula ecosystem. It could also be me because this is my very first day playing around with...

improvement
meta:help-wanted
platform:gowin

The `gaussianfilter(N, alpha, Ts, Fs)` function should do something with the `Ts` parameter, but it is ignored. This means that the impulse response cannot be tuned to a specific symbol...

When the TNC is not powered (no battery or USB power) and it is first powered on, the modulator is not properly initialized. The modulator is only properly initialized after...

Add a hardware command to reset all configurable values to their defaults.

enhancement