skoehler

Results 13 issues of skoehler

The documentation of `XUsbPs_ConfigureDevice` mentions a macro called `XUsbPs_DeviceMemRequired()` but it doesn't exist. A macro of the same name is mentioned in the examples as well. So the required size...

Sorting is done using the abbreviated newsgroup name. That leads to very strange sorting. The following is a results of sorting by abbreviated names: gmane.comp.handhelds.android.devel gmane.comp.hardware.avr.gcc gmane.comp.handhelds.android.platform However, sorting by...

feature-request

I'm compiler the following code with `ARM gcc 10.2.1 (none)`. I am using `-O3 -mcpu=cortex-a9`.  ``` int x; int y; void* test() { return &x; } ``` The output is...

Assembly
request