Skip to content

Commit

Permalink
manifest: added manifest file
Browse files Browse the repository at this point in the history
to make this port discoverable by the prohect creator.

Signed-off-by: Felipe Neves <[email protected]>
  • Loading branch information
uLipe committed Jan 30, 2025
1 parent 0862191 commit 4849a78
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions manifests/ats3089p-evb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"name": "LV Port ATS3089P-EVB",
"maintainer": "LVGL",
"hostOperatingsystem": [
"Windows",
"Linux",
],
"environment": [
"make",
"cmake",
"Linux"
],
"hardware": {
"chipVendor": "Actions Technology",
"manufacturer": "Actions Technology",
"specs": {
"MCU": "ATS3089P",
"RAM": "1.1 MB SRAM",
"Flash": "8 MB",
"GPU": "VGLite",
"Resolution": "466x466",
"Display Size": "4.3\u201d",
"Interface": "MIPI DSI",
"Color Depth": "24-bit",
"Technology": "LCD",
"DPI": "128 px/inch",
"Touch Pad": "Capacitive"
}
},
"description": "The Actions Technology ATS3089P-EVB is a smartwatch focused development board with round display plus touch, here is a basic directory structure for your custom LVGL app on top of Actions SDK based on Zephyr RTOS.",
"shortDescription": "Actions Technology ATS3089P-EVB project with LVGL support",
"urlToClone": "https://github.com/lvgl/lv_port_actions_technology",
"logos": [
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/zephyr/logo.svg"
],
"branches": [
"release/v9.2"
],
"settings": [
{
"type": "dropdown",
"label": "Show performance monitor",
"options": [
{
"name": "Yes",
"value": "1",
"default": "true"
},
{
"name": "No",
"value": "0"
}
]
}
]
}

0 comments on commit 4849a78

Please sign in to comment.