Skip to content

Legato AF 19.02.0 Release

Compare
Choose a tag to compare
@jb68 jb68 released this 26 Mar 17:02
· 1017 commits to master since this release

Release Notes

Our Release Notes include the details of the new features included in the 19.02.0 Legato Application Framework Release.

Downloads

You have the option of using Leaf to download, install and configure a SDK for your specific target or you can download our tarball directly (not on GitHub), or sync with our GitHub repo:

To set up a new profile with the latest version:
leaf search -t <target> -t latest
leaf setup -p <sdk> <ProfileName>

To update an existing profile to the latest version:
leaf update
mkdir legato-19.02.0 && cd legato-19.02.0 && \
repo init -u https://github.com/legatoproject/manifest -m legato/releases/19.02.0/legato.xml && \
repo sync