Legacy C

This sample app demonstrates the steps to port a legacy C language app to Legato.

The apps/sample/legacy folder contains sample apps that demonstrate:

  • cross-building a legacy C program.
  • bundling a legacy app into a Legato app bundle.
  • using Legato APIs from a legacy C program bundled as a Legato app.
  • receiving callbacks from Legato APIs in a legacy C program.

Go to the sample app code.

See
Port Legacy C App
Definition Files