Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Custom board - /usr/make/sh command not found

Hello kevin,

Thanks for your quick answer and your help.

Here is the console output:

10:10:53 **** Build of configuration Debug for project test ****
make all
Building file: ../startup/startup_stm32.s
Invoking: MCU GCC Assembler
D:R
/usr/make/sh: DSENSELORA: command not found
make: *** startup/startup_stm32.o Error 127

10:10:55 Build Finished (took 1s.523ms)


I haven’t chanegd any settings and I confirm that they are correct according to yours.
The project is just created, and I have tried to build immedialty. I haven’t modified the code, just trying to build the generated main.c provided by the environement.

  1. include “stm32l0xx.h”


int main(void)
{

for(;;);
}


I’m using the last version of System Workbench for STM32 (V2.1).

Thanks,
Joel