The recommended way is to use west to initialize this repository directly and
all its dependencies:
$ west init -m https://github.com/uLipe/zipm
$ west updateAlternatively you can add a local copy of this module by adding the following sections
to zephyr/west.yml:
- In the
manifest/remotessection add:
remotes:
- name: uLipe
url-base: https://github.com/uLipe
- In the
manifest/projectssection add:
- name: zipm remote: uLipe path: modules/lib/zipm revision: main
3. Save the file, and run west update from the project root to retrieve the
latest version of the library from Github, or whatever revision was
Please refer the samples folder inside of this module to see some basic use
cases of ZIPM.
Please refer the folder doc to get more from the design of
the ZIPM.
If you have some questions, wants to contribute please contact me at: [email protected]