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


file includes

Hello,

Since I am new to Eclipse and Ac6, I have a simple (stupid) question:

I know if I ‘import’ a .c file, it will get compiled and linked in. But, suppose I do NOT
want it linked separately, I just want to include it ‘in-line’. How is that done?
Where should it be put in the file structure?

I changed one of my normal included files, to make it compile separately with
extern and such, and it did. Then the linker told me my reference to TFTinit();
in main.c could not be found, even though the c file with that function had been
imported and compiled, and main.c had the function as an extern...

TIA

Glenb