Skip to content

Creating a Unit in Pepeunit

Where to find it?

Open the Repo you need and find the green-highlighted Create Unit button.

Name of your Unit

Requirements:

  1. Must be unique within the current instance
  2. Length from 4 to 20 characters
  3. Allowed characters: a-z, A-Z, 0-9 and _.-

INFO

Can be changed later

Visibility level

Choose a visibility level.

INFO

Can be changed later

Auto-update block

There are two modes:

  1. Auto-update = True — in this mode the Unit follows the Repo according to the mass update flags.
  2. Auto-update = False — manual update mode for the Unit; requires you to specify a branch and a commit.

Platform selection for Compilable Repos

This option is available only for Units that are created from Compilable Repos. Each item in the selector is a ready-made binary version of the application that corresponds to a target Tag.

Read more about the pre-compilation system.

INFO

These parameters are taken from the assets of Git repository releases. Unit Developers usually store precompiled versions of their applications there: compiled microcontroller firmware, .exe files, .bin files, etc. GitLab and GitHub also include release archives there: zip, tar, and so on.