Sean Cross

Results 125 issues of Sean Cross

As of a403066de67f12c1e77e20a4b7e32463f65582db, `NativeBinder` appends `_ex` to every function it loads unless it is defined to not have exceptions. Unfortunately, as of 030048594e9e0734ab7d7ecbcd5918a15bb7247f these functions do not exist. This results...

Windows
needs-input

The C# compiler sometimes rejects valid array initialization syntax, particularly when it comes to double arrays. For example: ```cs public class TestClass { public byte[] Read(int count = 1) {...

bug
confirmed
Windows

As far as I can tell, there currently is no way to set up a DHCP server in Renode. Issue https://github.com/renode/renode/issues/148 is outstanding. A simple workaround would be to create...

feature request

Something in the UART monitor appears to really dislike wrapping text. If I make the window wide enough to accommodate long lines, then it doesn't lock up. However, as soon...

bug

Renode Platform files support a directive called `ApplySVD`. This enables using an SVD file to report unhandled accesses in order to give them more context. It would be nice to...

There is a multi-node script (https://github.com/renode/renode/blob/8bf570eb3ea908de0511d9e2b1d825c8e420347c/scripts/multi-node/cc2538/rpl-udp.resc#L12) that uses an undocumented command `emulation`. This command should be documented: ``` (machine-0) help Available commands: Name | Description ================================================================================ alias : sets an...

feature request
documentation

The console scrollbar (usable both in UARTs and the Renode console) has very odd behavior. If you grab the scroll thumb and drag it down, it will scroll past the...

bug

The MouseUp event is lost if the cursor leaves the window with the mouse button still pressed. Steps to reproduce: 1. Select text 2. With the button still held down,...

bug

When creating a socket with something such as `CreateServerSocketTerminal`, the output is buffered. That is, when a client connects, the entire history of the UART (up to the size of...

feature request

I'm trying to connect a `HOLD` GPIO between two peripherals. This simulates a SPI peripheral that has a signal to indicate no more data should be transmitted. In the Master...