Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: d2555ab2543f06a9e894a20b0f658699d96fe723
https://github.com/OpenAMP/libmetal/commit/d2555ab2543f06a9e894a20b0f658699…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2022-04-11 (Mon, 11 Apr 2022)
Changed paths:
M lib/system/freertos/sleep.h
M lib/system/generic/sleep.h
M lib/system/linux/sleep.h
M lib/system/nuttx/sleep.h
M lib/system/zephyr/sleep.h
Log Message:
-----------
Doc: fix doc generation warnings in system sleep.h files
Fix "unbalanced grouping commands" warnings by cleaning up
the end-of-block occurrences, defined without starting tag.
No need to define an API interface block in these files, the
interface is already described in the main sleep.h file.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Branch: refs/heads/main
Home: https://github.com/OpenAMP/libmetal
Commit: 78acf765c5093baae4494c5bd7c53d83e49b9030
https://github.com/OpenAMP/libmetal/commit/78acf765c5093baae4494c5bd7c53d83…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2022-04-11 (Mon, 11 Apr 2022)
Changed paths:
M .github/workflows/compliance.yml
M scripts/ci/check_compliance.py
Log Message:
-----------
CI: clean-up check on check compliance test
- Rebase check_compliance.py and compliance.yml from zephyr project
- Fix checkpatch subprocess command.
- rebase
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Commit: cf04377c790ca10f47bde0a3196c3fd5c91a2d82
https://github.com/OpenAMP/libmetal/commit/cf04377c790ca10f47bde0a3196c3fd5…
Author: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Date: 2022-04-11 (Mon, 11 Apr 2022)
Changed paths:
M .github/workflows/compliance.yml
M scripts/checkpatch.pl
M scripts/ci/check_compliance.py
Log Message:
-----------
CI: add codespell support to check typos
Enable the use of codespell tool in checkpatch.pl
For this the checkpatch.pl as been partially rebased on the Linux one.
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen(a)foss.st.com>
Compare: https://github.com/OpenAMP/libmetal/compare/695d29ba60a5...cf04377c790c
Branch: refs/heads/main
Home: https://github.com/OpenAMP/open-amp
Commit: eecda52787dfc3fce613a5ca771a2656184f63f0
https://github.com/OpenAMP/open-amp/commit/eecda52787dfc3fce613a5ca771a2656…
Author: Tammy Leino <tammy_leino(a)mentor.com>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M lib/rpmsg/rpmsg.c
Log Message:
-----------
Removed unused code from rpmsg_get_endpoint
Case for src and dest address is unused since the first case matches src only.
Signed-off-by: Tammy Leino <tammy_leino(a)mentor.com>