Sean Cross

Results 286 comments of Sean Cross

I can only speak on Vs2017 (i.e. version 15), but the values that are necessary are defined in `winsdk.bat` and `vcvars.bat`. `winsdk.bat`: ```batch if EXIST "%WindowsSdkDir%UnionMetadata\%_WinSdkVer_tmp%" ( set "WindowsLibPath=%WindowsSdkDir%UnionMetadata\%_WinSdkVer_tmp%;%WindowsSdkDir%References\%_WinSdkVer_tmp%" )...

Using bus 1.1.3 on a Raspberry Pi, each thread doing a recv() uses 15-35% CPU with the parking time set to 1 uS. If I set it to 1 mS,...

@jonhoo You're right, I set it to 100ms instead of 1ms. With the default 100µs value, a single instance of waiting in BusReader.read() burns 16% according to "top -H". If...

With the default of 100 uS, the output of "top -H" looks like this with three listeners (in a thread called B-Hook): ``` PID USER PR NI VIRT RES SHR...

Hi Felipe, Let me post a copy of the image somewhere. Give me about an hour. While it is possible to get the firmware burning software from Baidu, I recall...

On 30/12/2013 20:36, Felipe Corrêa a Silva Sanches wrote: > I'm interested in developing a MAME/MESS driver for an SD Card so that I'll be able to attach a card...

I have a terrible, awful repo up at https://git.xobs.io/xobs/rust-font-test that you're welcome to steal from. That repository is an experiment in memory usage and rendering. It uses rusttype for rendering....

FYI: I've been porting this to ESP32, and I've moved to using the SPI driver. My implementation is up at https://github.com/xobs/blackmagic-espidf/commit/f386d2587b6da72fac577e27e078b711cd5b741e and currently suffers from a number of problems: 1....

I'm not sure. It *felt* like a pulse synchronizer issue that I was running into on ESP32 where GPIO inputs and outputs weren't synchronized despite the presence of `memw`, wherein...

Also note that this appears to be a longstanding shortcoming in Sphinx: https://github.com/sphinx-doc/sphinx/issues/701