Skip to content

Releases: legatoproject/legato-af

Legato AF 18.09.2 Release

07 May 21:01
Compare
Choose a tag to compare

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

26 Mar 17:02
Compare
Choose a tag to compare

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

Legato AF 18.10.3 Release

21 Feb 23:53
Compare
Choose a tag to compare

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

08 Feb 17:39
Compare
Choose a tag to compare

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

11 Jan 00:18
Compare
Choose a tag to compare

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

21 Nov 00:37
Compare
Choose a tag to compare

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

18 Apr 20:17
Compare
Choose a tag to compare

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

22 Oct 22:47
Compare
Choose a tag to compare

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

17 Sep 20:51
Compare
Choose a tag to compare

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

12 Sep 19:12
Compare
Choose a tag to compare

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