djangoa

Results 17 comments of djangoa

> Can you check that both the new functionality as well as the old one works? For the new one, just let it run (but make sure it does include...

> Can you also check if setting the affinity via PowerShell with `(Get-Process 'notepad').ProcessorAffinity = -9223372036854775808` and/or `(Get-Process 'notepad').ProcessorAffinity = -1` correctly sets the affinity to core 63 in the...

> But at least locally I cannot set up a virtual machine, as any "virtual" core needs at least one physical core to match to (so I can't get more...

> Instead you can manually set the number of cores after line 298, e.g. > > ``` > $numLogicalCores = 64 > $numPhysCores = $numLogicalCores/2 > ``` > > This...

> Ok, that's weird. Can you set that affinity over the command line? `(Get-Process 'notepad').ProcessorAffinity = 864691128455135232` Yes but only if notepad is created on group 0: ``` PS C:\Users\Django\Desktop\Overlocking\CoreCycler-v0.9.4.2>...

In reference to https://github.com/espressif/esp-idf/issues/13312#issuecomment-1980948036, I've managed to create a workaround to this issue using the _actual_suspend_time_ms_ when invoking _esp_wifi_sta_itwt_suspend(int flow_id, int suspend_time_ms);_ to ascertain the remaining sleep time until the...