Lines Matching refs:west
149 To build applications using the default RISC-V toolchain from Zephyr SDK, just run the west build c…
155 west build -b tlsr9518adk80d samples/hello_world
168 west build -b tlsr9518adk80d samples/hello_world
197 It is also possible to use the west flash command, but additional steps are required to set it up:
215 - Now you should be able to run the west flash command with the toolchain path specified (TELINK_TO…
219 west flash --telink-tools-path=$TELINK_TOOLCHAIN_PATH
221 - You can also run the west flash command without toolchain path specification if add SPI_burn and …
231 This port supports UART debug and OpenOCD+GDB. The ``west debug`` command also supported. You may r…
236 west debug
242 west debug --gdb-port=<port_number> --gdb-ex=<additional_ex_arguments>
248 west debug --gdb-port=1111 --gdb-ex="-ex monitor reset halt -ex b main -ex continue"