Coding Spirit

一位程序员,比较帅的那种

This is an example vscode settings to provide supports for zephyr based projects build/debug:

vscode-zepjyr

I’m not planing to discuss details about those json files here since I know you lazy guys just want to know how to use it(Or maybe I’m too lazy to write those details down, who knows).

Read more »

From my point of view it will be better to use config fragments to configure kernel instead of directly modifying .config file, the former way will be much easier to disable changes when you want to roll back.

Read more »

There are some Yocto distributions still using sysvinit as their default init manager. To replace it with systemd, some modifications need to be done in local.conf:

Read more »
0%