Re: [PATCH] Patch attempt two to avoid nameclash of PAGESIZE define

2021-04-23 Thread Robin Müller
Can you try git apply --reject --whitespace=fix mychanges.patch taken from https://stackoverflow.com/questions/4770177/git-patch-does-not-apply . This worked for me Kind Regards Robin On Fri, 23 Apr 2021 at 12:32, Robin Müller wrote: > Can you try > > git apply --reject --whitespace=fix mycha

Re: [PATCH] Patch attempt two to avoid nameclash of PAGESIZE define

2021-04-23 Thread Sebastian Huber
On 21/04/2021 10:55, Robin Mueller wrote: This commit excludes the PAGESIZE legacy define because there is a nameclash with a define of the same name coming from the RTEMS header limits.h. I am still not able to apply this patch. git am \[PATCH\]\ Patch\ attempt\ two\ to\ avoid\ nameclash\ of

Re: [PATCH] Patch attempt two to avoid nameclash of PAGESIZE define

2021-04-21 Thread Robin Müller
I just resent the patch and I hope this can be applied properly. Like already mentioned, when loading this file in Ubuntu 20.04, something was done to the line endings automatically.. But maybe this is the reason the patch could not be applied before, because I had the same issue of not being able

[PATCH] Patch attempt two to avoid nameclash of PAGESIZE define

2021-04-21 Thread Robin Mueller
This commit excludes the PAGESIZE legacy define because there is a nameclash with a define of the same name coming from the RTEMS header limits.h. --- .../stm32h7/include/Legacy/stm32_hal_legacy.h | 172 +- 1 file changed, 88 insertions(+), 84 deletions(-) diff --git a/bsps/arm/st