sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Embedded firmware development, simulation and verification SDK

Results 4 sdk issues
Sort by recently updated
recently updated
newest added

Tried to repeat steps from `README.rst` and after launching Docker container and pasted `workspace demo` I got an error: ``` west build -b custom_board -d build-apps/custom_board/shell/apps.shell.release/ -s apps/shell SDK /build/platform/sdk...

I have updated the SDK to support basic rust build without std library but haven't updated the Docker image yet with rust toolchain for building samples containing rust code so...

Docs must build without warnings. Run: `(mkdir build-doc; cd build-doc; cmake ../doc; make)` Then, either add patches to fix any warnings that come up or fix conf.py files so that...

Current SDK ci comes with many nice integrity patterns that verify integrity (for example that tests exist for each source file etc) of this SDK repository. However, these checks are...