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
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
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
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