Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 894 Bytes

File metadata and controls

28 lines (19 loc) · 894 Bytes

Nucleo-144 documentation

Introduction

The LaTeX report here presents the instruction and documentation for making the setup and using the Nitrogem8M board.

Build instructions

On a moderately recent Ubuntu-base distribution, the following packages seemed to be required to build the report:

sudo apt-get install texlive-base texlive-latex-recommended texlive-lang-japanese 

Then, the actual build can be made with a simple:

pdflatex instructions.tex

No fancy Lua or theming at the moment !

Automatic build with CI/CD pipeline

If you don’t want to build the report yourself, a CI pipeline is used to make it on GitLab.

You can check the steps in the .gitlab-ci.yml file. This build uses a base Ubuntu image and basically takes the same steps as presented above for a local build.

A pdf artifact can be downloaded.