Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 14f3f8405bf29fd28e5a73c1b8ca065ffa269cc8
https://github.com/OpenAMP/open-amp/commit/14f3f8405bf29fd28e5a73c1b8ca065f…
Author: Sergei Korneichuk <sergei.korneichuk(a)amd.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M cmake/options.cmake
M lib/version.c
Log Message:
-----------
version: use generated version_def.h
Using command line to define the OPENAMP_VERSION string macro breaks
Cygwin build on some releases of Microsoft Windows and CMake. Remove all
OPENAMP_VERSION macros from cmake compiler flags and use the ones from
the generated version_def.h file.
Signed-off-by: Sergei Korneichuk <sergei.korneichuk(a)amd.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: 7106b6765401f9ec1f2edbc134ae752d2cc9bc39
https://github.com/OpenAMP/open-amp/commit/7106b6765401f9ec1f2edbc134ae752d…
Author: Dwaipayan Ray <dwaipayanray1(a)gmail.com>
Date: 2023-04-20 (Thu, 20 Apr 2023)
Changed paths:
M scripts/checkpatch.pl
Log Message:
-----------
checkpatch: fix TYPO_SPELLING check for words with apostrophe
checkpatch reports a false TYPO_SPELLING warning for some words containing
an apostrophe when run with --codespell option.
A false positive is "doesn't". Occurrence of the word causes checkpatch
to emit the following warning:
"WARNING: 'doesn'' may be misspelled - perhaps 'doesn't'?"
Modify the regex pattern to be more in line with the codespell default
word matching regex. This fixes the word capture and avoids the false
warning.
In addition, highlight the misspelled word location by adding a caret
below the word.
Signed-off-by: Dwaipayan Ray <dwaipayanray1(a)gmail.com>
Suggested-by: Joe Perches <joe(a)perches.com>
Reported-by: Peilin Ye <yepeilin.cs(a)gmail.com>
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: 05bcc7dd74ab4800be8a12c8dfcad4f407bf30ac
https://github.com/OpenAMP/libmetal/commit/05bcc7dd74ab4800be8a12c8dfcad4f4…
Author: Dwaipayan Ray <dwaipayanray1(a)gmail.com>
Date: 2023-04-20 (Thu, 20 Apr 2023)
Changed paths:
M scripts/checkpatch.pl
Log Message:
-----------
checkpatch: fix TYPO_SPELLING check for words with apostrophe
checkpatch reports a false TYPO_SPELLING warning for some words containing
an apostrophe when run with --codespell option.
A false positive is "doesn't". Occurrence of the word causes checkpatch
to emit the following warning:
"WARNING: 'doesn'' may be misspelled - perhaps 'doesn't'?"
Modify the regex pattern to be more in line with the codespell default
word matching regex. This fixes the word capture and avoids the false
warning.
In addition, highlight the misspelled word location by adding a caret
below the word.
Signed-off-by: Dwaipayan Ray <dwaipayanray1(a)gmail.com>
Suggested-by: Joe Perches <joe(a)perches.com>
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: a136ce83b316adca299e6880687071ea2f56571b
https://github.com/OpenAMP/libmetal/commit/a136ce83b316adca299e6880687071ea…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2023-04-20 (Thu, 20 Apr 2023)
Changed paths:
M lib/system/freertos/mutex.h
Log Message:
-----------
lib: system: freertos: remove deprecated METAL_MUTEX_INIT
The METAL_MUTEX_INIT macro has been deprecated in release 2021.04.0
Remove it after it has been in a deprecated state for 2 years.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>