Support for building and running external apps (#112)
This commit is contained in:
committed by
GitHub
parent
42e843b463
commit
415442e410
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "AppManifest.h"
|
||||
|
||||
#ifdef ESP_PLATFORM
|
||||
|
||||
namespace tt::app {
|
||||
|
||||
bool startElfApp(const char* filePath);
|
||||
|
||||
void setElfAppManifest(const AppManifest& manifest);
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif // ESP_PLATFORM
|
||||
Reference in New Issue
Block a user