Releases: legatoproject/legato-af
Legato AF 18.09.2 Release
Release Notes
Our Release Notes include the details of the new features included in the 18.09.2 Legato Application Framework Release.
Downloads
You have the option of downloading our tarball directly (not on GitHub), or syncing with our GitHub repo:
mkdir legato-18.09.2 && cd legato-18.09.2 && \
repo init -u https://github.com/legatoproject/manifest -m legato/releases/18.09.2/legato.xml && \
repo sync
Legato AF 19.02.0 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:
- Leaf:
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
Legato AF 18.10.3 Release
Release Notes
Our Release Notes include the details of the new features included in the 18.10.3 Legato Application Framework Release.
Downloads
You have the option of downloading our tarball directly (not on GitHub), or syncing with our GitHub repo:
mkdir legato-18.10.3 && cd legato-18.10.3 && \
repo init -u https://github.com/legatoproject/manifest -m legato/releases/18.10.3/legato.xml && \
repo sync
Legato AF 19.01.0 Release
Release Notes
Our Release Notes include the details of the new features included in the 19.01.0 Legato Application Framework Release.
Downloads
You have the option of downloading our tarball directly (not on GitHub), or syncing with our GitHub repo:
mkdir legato-19.01.0 && cd legato-19.01.0 && \
repo init -u https://github.com/legatoproject/manifest -m legato/releases/19.01.0/legato.xml && \
repo sync
Legato AF 18.10.2 Release
Release Notes
Our Release Notes include the details of the new features included in the 18.10.0 Legato Application Framework Release.
Downloads
You have the option of downloading our tarball directly (not on GitHub), or syncing with our GitHub repo:
mkdir legato-18.10.2 && cd legato-18.10.2 && \
repo init -u https://github.com/legatoproject/manifest -m legato/releases/18.10.2/legato.xml && \
repo sync
Legato AF 18.10.0 Release
Release Notes
Our Release Notes include the details of the new features included in the 18.10.0 Legato Application Framework Release.
Downloads
You have the option of downloading our tarball directly (not on GitHub), or syncing with our GitHub repo:
mkdir legato-18.10.0 && cd legato-18.10.0 && \
repo init -u https://github.com/legatoproject/manifest -m legato/releases/18.10.0/legato.xml && \
repo sync
Legato AF 18.09.1 Release
Release Notes
Our Release Notes include the details of the new features included in the 18.09.1 Legato Application Framework Release.
Downloads
You have the option of downloading our tarball directly (not on GitHub), or syncing with our GitHub repo:
mkdir legato-18.09.1 && cd legato-18.09.1 && \
repo init -u https://github.com/legatoproject/manifest -m legato/releases/18.09.1/legato.xml && \
repo sync
Legato AF 18.09.0 Release
Release Notes
Our Release Notes include the details of the new features included in the 18.09.0 Legato Application Framework Release.
Downloads
You have the option of downloading our tarball directly (not on GitHub), or syncing with our GitHub repo:
mkdir legato-18.09.0 && cd legato-18.09.0 && \
repo init -u https://github.com/legatoproject/manifest -m legato/releases/18.09.0/legato.xml && \
repo sync
Legato AF 18.07.1 Release
The following issues have been patched in 18.07.1:
-
A bug has been fixed that prevented the SPI service from working on wp85 targets. The fix changes
the SPI driver to load on demand. The SPI driver is now loaded when the SPI service app starts and
not at Legato start. -
Repo:
mkdir legato-18.07.1 && cd legato-18.07.1 && \
repo init -u https://github.com/legatoproject/manifest -m legato/releases/18.07.1/legato.xml && \
repo sync
Legato AF 18.08.0 Release
Release Notes
Our Release Notes include the details of the new features included in the 18.08.0 Legato Application Framework Release.
Downloads
You have the option of downloading our tarball directly (not on GitHub), or syncing with our GitHub repo:
mkdir legato-18.08.0 && cd legato-18.08.0 && \
repo init -u https://github.com/legatoproject/manifest -m legato/releases/18.08.0/legato.xml && \
repo sync