Branch: refs/heads/main Home: https://github.com/OpenAMP/libmetal Commit: d3a27c1454085c498226fe70db4c598485c758ad https://github.com/OpenAMP/libmetal/commit/d3a27c1454085c498226fe70db4c59848... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths: M lib/alloc.h M lib/assert.h M lib/atomic.h M lib/cache.h M lib/compiler.h M lib/compiler/gcc/atomic.h M lib/compiler/gcc/compiler.h M lib/compiler/iar/compiler.h M lib/condition.h M lib/config.h M lib/cpu.h M lib/device.h M lib/dma.h M lib/errno.h M lib/io.h M lib/irq.h M lib/irq_controller.h M lib/list.h M lib/log.h M lib/mutex.h M lib/processor/aarch64/cpu.h M lib/processor/ceva/cpu.h M lib/processor/generic/atomic.h M lib/processor/generic/cpu.h M lib/processor/hosted/cpu.c M lib/processor/hosted/cpu.h M lib/processor/x86/cpu.h M lib/processor/x86_64/cpu.h M lib/processor/xtensa/cpu.h M lib/shmem.c M lib/shmem.h M lib/sleep.h M lib/softirq.h M lib/spinlock.h M lib/sys.h M lib/system/freertos/alloc.h M lib/system/freertos/assert.h M lib/system/freertos/cache.h M lib/system/freertos/condition.c M lib/system/freertos/condition.h M lib/system/freertos/device.c M lib/system/freertos/init.c M lib/system/freertos/io.c M lib/system/freertos/io.h M lib/system/freertos/irq.c M lib/system/freertos/mutex.h M lib/system/freertos/shmem.c M lib/system/freertos/sleep.h M lib/system/freertos/sys.h M lib/system/freertos/template/sys.c M lib/system/freertos/template/sys.h M lib/system/freertos/time.c M lib/system/generic/alloc.h M lib/system/generic/assert.h M lib/system/generic/cache.h M lib/system/generic/condition.c M lib/system/generic/condition.h M lib/system/generic/device.c M lib/system/generic/init.c M lib/system/generic/io.c M lib/system/generic/io.h M lib/system/generic/irq.c M lib/system/generic/mutex.h M lib/system/generic/shmem.c M lib/system/generic/sleep.h M lib/system/generic/sys.h M lib/system/generic/template/sys.c M lib/system/generic/template/sys.h M lib/system/generic/time.c M lib/system/linux/alloc.h M lib/system/linux/assert.h M lib/system/linux/cache.h M lib/system/linux/condition.c M lib/system/linux/condition.h M lib/system/linux/device.c M lib/system/linux/init.c M lib/system/linux/io.h M lib/system/linux/irq.h M lib/system/linux/mutex.h M lib/system/linux/shmem.c M lib/system/linux/sleep.h M lib/system/linux/sys.h M lib/system/linux/time.c M lib/system/linux/utilities.c M lib/system/nuttx/alloc.h M lib/system/nuttx/assert.h M lib/system/nuttx/cache.h M lib/system/nuttx/condition.c M lib/system/nuttx/condition.h M lib/system/nuttx/device.c M lib/system/nuttx/init.c M lib/system/nuttx/io.h M lib/system/nuttx/irq.c M lib/system/nuttx/irq.h M lib/system/nuttx/mutex.h M lib/system/nuttx/shmem.c M lib/system/nuttx/sleep.h M lib/system/nuttx/sys.h M lib/system/nuttx/time.c M lib/system/zephyr/alloc.c M lib/system/zephyr/alloc.h M lib/system/zephyr/assert.h M lib/system/zephyr/cache.h M lib/system/zephyr/condition.c M lib/system/zephyr/condition.h M lib/system/zephyr/device.c M lib/system/zephyr/init.c M lib/system/zephyr/io.h M lib/system/zephyr/irq.c M lib/system/zephyr/log.c M lib/system/zephyr/log.h M lib/system/zephyr/mutex.h M lib/system/zephyr/shmem.c M lib/system/zephyr/sleep.h M lib/system/zephyr/sys.c M lib/system/zephyr/sys.h M lib/system/zephyr/time.c M lib/time.h M lib/utilities.h M lib/version.h M test/metal-test.h M test/system/zephyr/metal-test-internal.h
Log Message: ----------- lib: fix file headers for doxygen generation
- start by "/**", - fix file relative path, - fix typos,
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Commit: 03f8145fb2cd496a0e1bcdea9ba0e51f51259128 https://github.com/OpenAMP/libmetal/commit/03f8145fb2cd496a0e1bcdea9ba0e51f5... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths: M lib/compiler/armcc/errno.h M lib/compiler/iar/errno.h M lib/device.c M lib/dma.c M lib/init.c M lib/io.c M lib/irq.c M lib/log.c M lib/softirq.c M lib/system/nuttx/io.c M lib/version.c
Log Message: ----------- lib: Add missing file headers for doxygen generation
Add file header on missing .c and *h files to display brief in documentation.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Compare: https://github.com/OpenAMP/libmetal/compare/f01d1bed0383...03f8145fb2cd
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/libmetal/settings/notifications