All,
The meeting time is tied to UK timezone and we are in the strange week.
For the USA and others outside the UK today's meeting is 1 hour later
than normal.
Bill
--
Bill Mills
Principal Technical Consultant, Linaro
+1-240-643-0836
TZ: US Eastern
Work Schedule: Tues/Wed/Thur
Branch: refs/heads/master
Home: https://github.com/OpenAMP/libmetal
Commit: d561222376766f8da2347c633af589350eb2d017
https://github.com/OpenAMP/libmetal/commit/d561222376766f8da2347c633af58935…
Author: Guiding Li <liguiding1(a)xiaomi.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M lib/system/nuttx/io.c
Log Message:
-----------
libmetal: fix the type miss match warning in nuttx porting
warning: makes pointer from integer without a cast
note: expected ‘void *’ but argument is of type ‘long unsigned int’
Signed-off-by: Guiding Li <liguiding1(a)xiaomi.com>
Branch: refs/heads/master
Home: https://github.com/OpenAMP/libmetal
Commit: 000568db41aa181d6d45f629d17e3a565051fd9a
https://github.com/OpenAMP/libmetal/commit/000568db41aa181d6d45f629d17e3a56…
Author: Guiding Li <liguiding1(a)xiaomi.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
A lib/processor/xtensa/CMakeLists.txt
A lib/processor/xtensa/atomic.h
A lib/processor/xtensa/cpu.h
Log Message:
-----------
libmetal: add xtensa support
make openamp can run on xtensa dsp
Signed-off-by: Guiding Li <liguiding1(a)xiaomi.com>