Skip to content

Legato AF 19.11.6 Release

Latest
Compare
Choose a tag to compare
@gerrit-swi gerrit-swi released this 31 Dec 01:41
· 630 commits to master since this release

Release Notes

Our Release Notes include the details of the new features included in the 19.11.6 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.11.6 && cd legato-19.11.6 && \
repo init -u https://github.com/legatoproject/manifest -m legato/releases/19.11.6/legato.xml && \
repo sync