643cbc3806
- Added POSIX desktop support for SDK builds, application packaging, and integration testing. - Added POSIX filesystem partitions and improved application path handling. - Added simulator support for loading and running applications dynamically. - Improved simulator task stack handling and display startup reliability. - Improved simulator display scaling, resizing, high-DPI support, and pointer accuracy. - Fixed LVGL timers and input polling on POSIX. (fixes simulator with Linux on some Intel graphics platforms) - Standardized data paths across platforms. - Logging now works via separate task: this allows apps to write to log without it affecting their stdout (for apps that output text as relevant date for other apps, like the File Selection app) - Fixes for app stdio
8 lines
183 B
Properties
8 lines
183 B
Properties
manifest.version=0.2
|
|
target.sdk=0.0.0
|
|
target.platforms=esp32,esp32s3,esp32c6,esp32p4,posix-x86_64
|
|
app.id=tactility.sdktest
|
|
app.version.name=0.1.0
|
|
app.version.code=1
|
|
app.name=SDK Test
|