Pete Moore

Results 89 comments of Pete Moore

``` 0:004> x *! start end module name 00000000`00300000 00000000`01146000 generic_worker T (no symbols) 00007ffa`526d0000 00007ffa`526ef000 mpr (pdb symbols) C:\ProgramData\Dbg\sym\mpr.pdb\C80F3D548D8379C6DB01390E43CA75331\mpr.pdb 00007ffa`576e0000 00007ffa`57707000 winmm (pdb symbols) C:\ProgramData\Dbg\sym\winmm.pdb\31ADB453FFAFAE0333718E86E81811CF1\winmm.pdb 00007ffa`58870000 00007ffa`5888a000 netapi32 (pdb...

I think the stack frames that are most interesting, will be the 0x30 (48) byte stack frame used by generic-worker's function win32.DeleteProfile (000000da\`3a5ff580,000000da\`3a5ff5b0] and the win32 DeleteProfileW 0x3c0 (960) byte...

Public IPs should only be needed by docker-worker (for integration with https://github.com/taskcluster/stateless-dns-server) and I don't _think_ we deploy docker-worker in azure, so I think public IPs aren't needed at all...

I'm very sorry @abdelquodr I don't think taskcluster is participating in Outreachy for this round.

@Klamath233 were you able to get the sound demos working in the end on rpi 3b? I have them working but with white noise at the end of the loop....

> Another question, when you set the clock source, you say `CLK_SRC_OSCILLATOR + CLK_SRC_PLLCPER`. I think you mean `CLK_SRC_PLLDPER`, right? They are equal in value: 1 + 5 = 6....

I have no explanation, but the original version of Sound/PWM/12Bit/44100Hz/Stereo/DMA and Sound/PWM/12Bit/44100Hz/Stereo/CPU are both working for me now on my rpi3b, despite there being no changes to the source since...

I've created PR #21 for fixing the GPIO 45 -> GPIO 41 on rpi3.

> Raspberry raw sound pwn dma, Explained https://github.com/ivancerra/RBRawSound > > Thanks peter! This looks great @ivancerra, many thanks!

Hi Peter, indeed if you do have an example 3B bootloader solution that works over uart, it would be a great addition. This repo is fantastic and has been a...