(2) Could you explain what you mean by “build the code without any board dependencies in West”? The module (if you’re using the module) can build for any board; see the Hello World sample. If you’re trying to use a custom board, you need
definitions for the board + an overlay to make Zephyr aware of sensors you’re using.
Sincerely,
Lauren Murphy
From: users@... <users@...>
On Behalf Of Bharath V Sent: Wednesday, May 4, 2022 4:37 AM To: users@... Subject: [Zephyr-users] Implementation of Zephyr on custom board
Dear Team
I am currently working on implementing Zephyr RTOS with Tensorflow lite on a custom board (RISC-V based). I am facing the few issues such as
(i) Unable to avoid the use of standard C++ libraries.
(ii) Can we build the code without any board dependencies in west.