Skip to content

Commit

Permalink
Update manifest_all.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent fab84cd commit a168938
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions manifest_all_v1.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,30 +464,18 @@
],
"description": "NuttX is a highly configurable RTOS that implements many POSIX standard interfaces for a familliar development experience and well defined boundaries between components. This option creates a NuttX project based on the NuttX LVGL defconfig for the simulator and a basic directory structure for your custom LVGL app. This project runs locally and opens an X11 window to display your LVGL app.",
"shortDescription": "NuttX RTOS simulator project for X11 on Linux",
"urlToClone": "https://github.com/liamHowatt/lv_nuttx.git",
"urlToClone": "https://github.com/lvgl/lv_nuttx.git",
"logos": [
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/nuttx/logo.svg"
],
"branches": [
"release/v9.1"
"release/v9.2"
],
"getStartedInstructions": "1. Install the NuttX prerequisites and KConfig frontend: `https://nuttx.apache.org/docs/latest/quickstart/install.html`.\n2. Aditionally, install `unzip`.\n3. Run `./setup.sh`.\n4. Run `cd nuttx/`.\n5. Run `make nuttx`.\n6. Run `./nuttx`.\n",
"settings": [
{
"type": "always",
"label": "set the entrypoint app",
"actions": [
{
"toReplace": "yes '' \\| make oldconfig",
"newContent": "kconfig-tweak --set-str CONFIG_INIT_ENTRYPOINT my_lvgl_app_main\nyes '' | make oldconfig",
"filePath": "setup.sh"
}
]
}
]
"getStartedInstructions": "1. Install the NuttX prerequisites and KConfig frontend: `https://nuttx.apache.org/docs/latest/quickstart/install.html`.\n2. Aditionally, install `unzip`.\n3. Run `./setup.sh`.\n4. Run `cd nuttx/`.\n5. Run `make -j$(nproc)`.\n6. Run `./nuttx`.",
"settings": []
},
{
"name": "NuttX esp32s3-lcd-ev",
"name": "NuttX ESP32-S3-LCD-EV-Board",
"maintainer": "NuttX",
"hostOperatingsystem": [
"Linux"
Expand All @@ -513,16 +501,16 @@
"Touch Pad": "Capacitive (GT1151/FT5x06)"
}
},
"description": "NuttX is a highly configurable RTOS that implements many POSIX standard interfaces for a familliar development experience and well defined boundaries between components. Espressif esp32s3-lcd-ev is a devboard with a touchscreen based on the esp32s3. This option creates a NuttX project for the Espressif esp32s3-lcd-ev based on the NuttX LVGL defconfig for esp32se-lcd-ev and a basic directory structure for your custom LVGL app.",
"shortDescription": "NuttX RTOS project for esp32s3-lcd-ev board with LVGL",
"urlToClone": "https://github.com/liamHowatt/lv_nuttx.git",
"description": "NuttX is a highly configurable RTOS that implements many POSIX standard interfaces for a familliar development experience and well defined boundaries between components. The Espressif ESP32-S3-LCD-EV-Board is a devboard with a touchscreen based on the ESP32-S3. This option creates a NuttX project for the Espressif ESP32-S3-LCD-EV-Board based on the NuttX LVGL defconfig for esp32s3-lcd-ev and a basic directory structure for your custom LVGL app.",
"shortDescription": "NuttX RTOS project for ESP32-S3-LCD-EV-Board with LVGL",
"urlToClone": "https://github.com/lvgl/lv_nuttx.git",
"logos": [
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/nuttx/logo.svg"
],
"branches": [
"release/v9.1"
"release/v9.2"
],
"getStartedInstructions": "1. Install the NuttX prerequisites and KConfig frontend: `https://nuttx.apache.org/docs/latest/quickstart/install.html`.\n2. Aditionally, install `unzip`.\n3. Run `./setup.sh`.\n4. Run `cd nuttx/`.\n5. Run `make nuttx`.\n6. Run `make flash ESPTOOL_PORT=/dev/ttyACM0 ESPTOOL_BINDIR=./`\n",
"getStartedInstructions": "1. Install the NuttX prerequisites and KConfig frontend: `https://nuttx.apache.org/docs/latest/quickstart/install.html`.\n2. Aditionally, install `unzip`.\n3. Install the ESP32-S3 Toolchain: `https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32s3/index.html#esp32-s3-toolchain`.\n4. Run `./setup.sh`.\n5. Run `cd nuttx/`.\n6. Run `make -j$(nproc)`.\n7. Run `make -j$(nproc) flash ESPTOOL_PORT=<port> ESPTOOL_BINDIR=./`",
"settings": [
{
"type": "always",
Expand Down

0 comments on commit a168938

Please sign in to comment.