-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest_all_v1.1.0.json
956 lines (956 loc) · 41 KB
/
manifest_all_v1.1.0.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
[
{
"name": "ESP32-S3-LCD-EV-Board",
"maintainer": "LVGL",
"hostOperatingsystem": [
"Linux",
"Windows",
"MacOS"
],
"environment": [
"ESP-IDF"
],
"hardware": {
"chipVendor": "Espressif",
"manufacturer": "Espressif",
"specs": {
"MCU": "ESP32-S3",
"RAM": "512 KB internal SRAM, 8/16 MB external PSRAM",
"Flash": "2/4/8/16 MB",
"GPU": "None",
"Resolution": "800x480 / 480x480",
"Display Size": "4.3\u201d / 3.95\u201d",
"Interface": "RGB LCD",
"Color Depth": "24-bit",
"Technology": "IPS",
"DPI": "216 px/inch / 171 px/inch",
"Touch Pad": "Capacitive (GT1151/FT5x06)"
}
},
"description": "ESP32-S3-LCD-EV-Board is a development board for evaluating and verifying ESP32-S3 screen interactive applications. It has the functions of touch screen interaction and voice interaction.",
"shortDescription": "Powerful ESP32-S3 based development board supporting various displays.",
"urlToClone": "https://github.com/lvgl/lv_port_espressif_esp32-s3-lcd-ev-board",
"logos": [
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/espressif/logo.svg"
],
"branches": [
"release/v9.2"
],
"settings": [
{
"type": "dropdown",
"label": "Display",
"options": [
{
"name": "800x480",
"value": "0",
"default": "true"
},
{
"name": "480x480",
"value": "1"
}
],
"actions": [
{
"ifValue": "1",
"toAppend": "CONFIG_BSP_LCD_SUB_BOARD_480_480=y",
"filePath": "sdkconfig.defaults"
}
]
},
{
"type": "dropdown",
"label": "Show performance monitor",
"options": [
{
"name": "Yes",
"value": "1",
"default": "true"
},
{
"name": "No",
"value": "0"
}
],
"actions": [
{
"ifValue": "1",
"toReplace": "CONFIG_LV_USE_PERF_MONITOR=.+",
"newContent": "CONFIG_LV_USE_PERF_MONITOR=y",
"filePath": "sdkconfig.defaults"
},
{
"ifValue": "0",
"toReplace": "CONFIG_LV_USE_PERF_MONITOR=.+",
"newContent": "CONFIG_LV_USE_PERF_MONITOR=n",
"filePath": "sdkconfig.defaults"
}
]
}
]
},
{
"name": "LVGL on Linux",
"maintainer": "LVGL",
"hostOperatingsystem": [
"Linux"
],
"environment": [
"CMake",
"SDL",
"DRM",
"Linux"
],
"description": "Example project to use LVGL on top of Linux graphics stack. Currently supported backends are either legacy framebuffer (fbdev), modern DRM/KMS, or SDL2.",
"shortDescription": "CMake project for Linux devices supporting various display drivers.",
"urlToClone": "https://github.com/lvgl/lv_port_linux",
"logos": [
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/linux/logo.svg"
],
"branches": [
"release/v9.2"
],
"settings": [
{
"type": "dropdown",
"label": "Color Depth",
"options": [
{
"name": "16 (RGB565)",
"value": "16"
},
{
"name": "24 (RGB565)",
"value": "24"
},
{
"name": "32 (RGB565)",
"value": "32"
}
],
"actions": [
{
"toReplace": "#define LV_COLOR_DEPTH \\d+",
"newContent": "#define LV_COLOR_DEPTH {value}",
"filePath": "lv_conf.h"
}
]
},
{
"type": "dropdown",
"label": "Show performance monitor",
"options": [
{
"name": "Yes",
"value": "1",
"default": "true"
},
{
"name": "No",
"value": "0"
}
],
"actions": [
{
"toReplace": "#define LV_USE_PERF_MONITOR .*",
"newContent": "#define LV_USE_PERF_MONITOR {value}",
"filePath": "lv_conf.h"
}
]
},
{
"type": "dropdown",
"label": "Select display driver",
"options": [
{
"name": "Linux frame buffer device",
"value": "0",
"default": "true"
},
{
"name": "DRM",
"value": "1"
},
{
"name": "SDL",
"value": "2"
}
],
"actions": [
{
"ifValue": "0",
"toReplace": "#define LV_USE_LINUX_FBDEV +\\d+",
"newContent": "#define LV_USE_LINUX_FBDEV 1",
"filePath": "lv_conf.h"
},
{
"ifValue": "1",
"toReplace": "#define LV_USE_LINUX_DRM +\\d+",
"newContent": "#define LV_USE_LINUX_DRM 1",
"filePath": "lv_conf.h"
},
{
"ifValue": "2",
"toReplace": "#define LV_USE_SDL +\\d+",
"newContent": "#define LV_USE_SDL 1",
"filePath": "lv_conf.h"
}
]
}
]
},
{
"name": "Eclipse Simulator with SDL",
"maintainer": "LVGL",
"hostOperatingsystem": [
"Linux",
"Windows",
"MacOS"
],
"environment": [
"Eclipse",
"SDL"
],
"description": "LVGL is written mainly for microcontrollers and embedded systems however you can run the library on your PC as well without any embedded hardware. The code written on PC can be simply copied when your are using an embedded system. The PC simulator is cross platform. Windows, Linux and OSX are supported, however on Windows it's easier to get started with a another simulator project. This project uses Eclipse CDT (as an IDE) and SDL =a low level driver library to open a window, and handle mouse, keyboard etc.)",
"shortDescription": "Eclipse-based project to run LVGL on PC.",
"urlToClone": "https://github.com/lvgl/lv_port_pc_eclipse",
"logos": [
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/eclipse/logo.svg"
],
"branches": [
"release/v9.2"
],
"settings": [
{
"type": "dropdown",
"label": "Color Depth",
"options": [
{
"name": "16 (RGB565)",
"value": "16"
},
{
"name": "24 (RGB565)",
"value": "24"
},
{
"name": "32 (RGB565)",
"value": "32"
}
],
"actions": [
{
"toReplace": "#define LV_COLOR_DEPTH \\d+",
"newContent": "#define LV_COLOR_DEPTH {value}",
"filePath": "lv_conf.h"
}
]
},
{
"type": "dropdown",
"label": "Show performance monitor",
"options": [
{
"name": "Yes",
"value": "1"
},
{
"name": "No",
"value": "0",
"default": "true"
}
],
"actions": [
{
"toReplace": " *#define LV_USE_PERF_MONITOR .*",
"newContent": " #define LV_USE_PERF_MONITOR {value}",
"filePath": "lv_conf.h"
}
]
}
]
},
{
"name": "Simulator project for LVGL embedded GUI Library",
"maintainer": "LVGL",
"hostOperatingsystem": [
"Linux",
"Windows",
"MacOS"
],
"environment": [
"VSCode",
"SDL"
],
"description": "LVGL is written mainly for microcontrollers and embedded systems, however you can run the library on your PC as well without any embedded hardware. The code written on PC can be simply copied when you are using an embedded system. The project can use SDL but it can be easily replaced by any other built-in LVGL drivers.",
"shortDescription": "VSCode-based project to run LVGL on PC.",
"urlToClone": "https://github.com/lvgl/lv_port_pc_vscode",
"logos": [
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/vscode/logo.svg"
],
"branches": [
"release/v9.2"
],
"settings": [
{
"type": "dropdown",
"label": "Color Depth",
"options": [
{
"name": "16 (RGB565)",
"value": "16"
},
{
"name": "24 (RGB565)",
"value": "24"
},
{
"name": "32 (RGB565)",
"value": "32"
}
],
"actions": [
{
"toReplace": "#define LV_COLOR_DEPTH \\d+",
"newContent": "#define LV_COLOR_DEPTH {value}",
"filePath": "lv_conf.h"
}
]
},
{
"type": "dropdown",
"label": "Show performance monitor",
"options": [
{
"name": "Yes",
"value": "1",
"default": "true"
},
{
"name": "No",
"value": "0"
}
],
"actions": [
{
"toReplace": "#define LV_USE_PERF_MONITOR .*",
"newContent": "#define LV_USE_PERF_MONITOR {value}",
"filePath": "lv_conf.h"
}
]
}
]
},
{
"name": "Renesas RA8D1-EK",
"maintainer": "LVGL",
"hostOperatingsystem": [
"Linux",
"Windows",
"MacOS"
],
"environment": [
"e2 studio",
"GCC"
],
"hardware": {
"chipVendor": "Renesas",
"manufacturer": "Renesas",
"specs": {
"MCU": "R7FA8D1BHECBD (Cortex-M85, 480MHz)",
"RAM": "1MB internal, 64MB external SDRAM",
"Flash": "2MB internal, 64MB External Octo-SPI Flash",
"GPU": "Dave2D",
"Resolution": "480x854",
"Display Size": "4.5\u201d",
"Interface": "2-lane MIPI",
"Color Depth": "24-bit",
"Technology": "IPS",
"DPI": "217 px/inch",
"Touch Pad": "Capacitive"
}
},
"description": "The EK-RA8D1 evaluation kit enables users to effortlessly evaluate the features of the RA8D1 MCU Group and develop embedded systems applications using Renesas\u2019 Flexible Software Package (FSP) and e2 studio IDE. Utilize rich on-board features along with your choice of popular ecosystem add-ons to bring your big ideas to life. The MCU has a Cortex-M85 core which utilizes the Helium (SIMD) instruction set of Arm. Besides that the chip is equipped with a GPU (called DAVE2D) to off load the MCU.",
"shortDescription": "Cortex-M85 based 480 MHz MCU driving a 480x854 display.",
"urlToClone": "https://github.com/lvgl/lv_port_renesas_ek-ra8d1_gcc",
"logos": [
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/renesas/logo.svg"
],
"branches": [
"release/v9.2"
],
"settings": [
{
"type": "dropdown",
"label": "Rendering mode",
"options": [
{
"name": "Partial",
"help": "Faster rendering but with tearing",
"value": "0"
},
{
"name": "Direct",
"help": "Slower but tearing free",
"value": "1",
"default": "true"
}
],
"actions": [
{
"toReplace": "#define DIRECT_MODE \\d+",
"newContent": "#define DIRECT_MODE {value}",
"filePath": "src/board_init.c"
}
]
},
{
"type": "dropdown",
"label": "Use Dave2D GPU",
"options": [
{
"name": "Yes",
"value": "1"
},
{
"name": "No",
"value": "0",
"default": "true"
}
],
"actions": [
{
"toReplace": "#define LV_USE_DRAW_DAVE2D .*",
"newContent": "#define LV_USE_DRAW_DAVE2D {value}",
"filePath": "src/lv_conf.h"
}
]
},
{
"type": "dropdown",
"label": "Show performance monitor",
"options": [
{
"name": "Yes",
"value": "1",
"default": "true"
},
{
"name": "No",
"value": "0"
}
],
"actions": [
{
"toReplace": "#define LV_USE_PERF_MONITOR .*",
"newContent": "#define LV_USE_PERF_MONITOR {value}",
"filePath": "src/lv_conf.h"
}
]
}
]
},
{
"name": "NuttX Simulator",
"maintainer": "NuttX",
"hostOperatingsystem": [
"Linux"
],
"environment": [
"make",
"X11",
"Linux"
],
"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/lvgl/lv_nuttx.git",
"logos": [
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/nuttx/logo.svg"
],
"branches": [
"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 -j$(nproc)`.\n6. Run `./nuttx`.",
"settings": []
},
{
"name": "NuttX ESP32-S3-LCD-EV-Board",
"maintainer": "NuttX",
"hostOperatingsystem": [
"Linux"
],
"environment": [
"make",
"Linux"
],
"hardware": {
"chipVendor": "Espressif",
"manufacturer": "Espressif",
"specs": {
"MCU": "ESP32-S3",
"RAM": "512 KB internal SRAM, 8/16 MB external PSRAM",
"Flash": "2/4/8/16 MB",
"GPU": "None",
"Resolution": "800x480 / 480x480",
"Display Size": "4.3\u201d / 3.95\u201d",
"Interface": "RGB LCD",
"Color Depth": "24-bit",
"Technology": "IPS",
"DPI": "216 px/inch / 171 px/inch",
"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. 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.2"
],
"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",
"label": "set the defconfig",
"actions": [
{
"toReplace": "\\./tools/configure\\.sh -l sim:lvgl_fb",
"newContent": "./tools/configure.sh -l esp32s3-lcd-ev:lvgl",
"filePath": "setup.sh"
}
]
},
{
"type": "dropdown",
"label": "Model",
"options": [
{
"name": "v1.5, 480x480",
"value": "0",
"default": "true"
}
],
"actions": [
{
"ifValue": "0",
"toReplace": "yes '' \\| make oldconfig",
"newContent": "kconfig-tweak --set-val CONFIG_ESP32S3_I2C0_SCLPIN 48\nkconfig-tweak --set-val CONFIG_ESP32S3_I2C0_SDAPIN 47\nkconfig-tweak --set-val CONFIG_ESP32S3_LCD_DATA6_PIN 8\nkconfig-tweak --set-val CONFIG_ESP32S3_LCD_DATA7_PIN 18\nyes '' | make oldconfig",
"filePath": "setup.sh"
}
]
}
]
},
{
"name": "NuttX ESP32-S3-BOX-3",
"maintainer": "NuttX",
"hostOperatingsystem": [
"Linux"
],
"environment": [
"make",
"Linux"
],
"hardware": {
"chipVendor": "Espressif",
"manufacturer": "Espressif",
"specs": {
"MCU": "ESP32-S3",
"RAM": "512 KB internal SRAM, 16 MB external PSRAM",
"Flash": "16 MB",
"GPU": "None",
"Resolution": "320x240",
"Display Size": "2.4\u201d",
"Interface": "SPI 40 MHz",
"Color Depth": "16-bit",
"Technology": "LCD (ILI9341)",
"DPI": "167 px/inch",
"Touch Pad": "Capacitive (GT911)"
}
},
"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-BOX-3 is an AIoT kit based on the ESP32-S3. This option creates a NuttX project for the Espressif ESP32-S3-BOX-3 based on the NuttX LVGL defconfig for esp32s3-box and a basic directory structure for your custom LVGL app.",
"shortDescription": "NuttX RTOS project for ESP32-S3-BOX-3 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.2"
],
"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",
"label": "set the defconfig, patch files, and set additional configurations",
"actions": [
{
"toReplace": "\\./tools/configure\\.sh -l sim:lvgl_fb",
"newContent": "echo -e '\\nCFLAGS += -DLV_COLOR_16_SWAP' >> ../apps/graphics/lvgl/Makefile\nmkdir -p boards/xtensa/esp32s3/esp32s3-box/src/etc/init.d/\ntouch boards/xtensa/esp32s3/esp32s3-box/src/etc/init.d/rcS\necho -e '\\nmy_lvgl_app &' >> boards/xtensa/esp32s3/esp32s3-box/src/etc/init.d/rc.sysinit\necho -e '\\nRCSRCS = etc/init.d/rc.sysinit etc/init.d/rcS' >> boards/xtensa/esp32s3/esp32s3-box/src/Make.defs\n./tools/configure.sh -l esp32s3-box:lvgl-3\nkconfig-tweak --enable CONFIG_FS_ROMFS\nkconfig-tweak --enable CONFIG_ETC_ROMFS",
"filePath": "setup.sh"
}
]
}
]
},
{
"name": "NuttX ESP-WROVER-KIT",
"maintainer": "NuttX",
"hostOperatingsystem": [
"Linux"
],
"environment": [
"make",
"Linux"
],
"hardware": {
"chipVendor": "Espressif",
"manufacturer": "Espressif",
"specs": {
"MCU": "ESP32",
"RAM": "520 KB internal SRAM, 4 MB external PSRAM",
"Flash": "16 MB",
"GPU": "None",
"Resolution": "320x240",
"Display Size": "3.2\u201d",
"Interface": "SPI",
"Color Depth": "16-bit",
"Technology": "LCD",
"DPI": "125 px/inch",
"Touch Pad": "None"
}
},
"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 ESP-WROVER-KIT is a devboard based on the ESP32. This option creates a NuttX project for the Espressif ESP-WROVER-KIT based on the NuttX LVGL defconfig for esp32-wrover-kit and a basic directory structure for your custom LVGL app.",
"shortDescription": "NuttX RTOS project for ESP-WROVER-KIT 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.2"
],
"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 Toolchain: `https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32/index.html#esp32-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",
"label": "set the defconfig, patch files, and set additional configurations",
"actions": [
{
"toReplace": "\\./tools/configure\\.sh -l sim:lvgl_fb",
"newContent": "./tools/configure.sh -l esp32-wrover-kit:lvgl",
"filePath": "setup.sh"
}
]
}
]
},
{
"name": "NuttX MIMXRT1060-EVK",
"maintainer": "NuttX",
"hostOperatingsystem": [
"Linux"
],
"environment": [
"make",
"Linux"
],
"hardware": {
"chipVendor": "NXP",
"manufacturer": "NXP",
"specs": {
"MCU": "i.MX RT1060",
"RAM": "256 MB SRAM",
"Flash": "512+64 MB",
"GPU": "None",
"Resolution": "480x272",
"Display Size": "4.3\u201d",
"Interface": "RGB parallel",
"Color Depth": "24-bit",
"Technology": "LCD",
"DPI": "128 px/inch",
"Touch Pad": "Capacitive"
}
},
"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 NXP MIMXRT1060-EVK is a devboard with an optional touchscreen. This option creates a NuttX project for the MIMXRT1060-EVK based on the NuttX LVGL defconfig for mimxrt1060-evk and a basic directory structure for your custom LVGL app.",
"shortDescription": "NuttX RTOS project for MIMXRT1060-EVK 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.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 -j$(nproc)`.\n6. Refer to the docs for flashing and debugging info: `https://nuttx.apache.org/docs/latest/platforms/arm/imxrt/boards/imxrt1060-evk/index.html`.",
"settings": [
{
"type": "always",
"label": "set the defconfig",
"actions": [
{
"toReplace": "\\./tools/configure\\.sh -l sim:lvgl_fb",
"newContent": "./tools/configure.sh -l mimxrt1060-evk:lvgl",
"filePath": "setup.sh"
}
]
}
]
},
{
"name": "NuttX MIMXRT1064-EVK",
"maintainer": "NuttX",
"hostOperatingsystem": [
"Linux"
],
"environment": [
"make",
"Linux"
],
"hardware": {
"chipVendor": "NXP",
"manufacturer": "NXP",
"specs": {
"MCU": "i.MX RT1064",
"RAM": "256 MB SRAM",
"Flash": "512+64 MB",
"GPU": "None",
"Resolution": "480x272",
"Display Size": "4.3\u201d",
"Interface": "RGB parallel",
"Color Depth": "24-bit",
"Technology": "LCD",
"DPI": "128 px/inch",
"Touch Pad": "Capacitive"
}
},
"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 NXP MIMXRT1064-EVK is a devboard with an optional touchscreen. This option creates a NuttX project for the MIMXRT1064-EVK based on the NuttX LVGL defconfig for mimxrt1064-evk and a basic directory structure for your custom LVGL app.",
"shortDescription": "NuttX RTOS project for MIMXRT1064-EVK 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.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 -j$(nproc)`.\n6. Refer to the docs for flashing and debugging info: `https://nuttx.apache.org/docs/latest/platforms/arm/imxrt/boards/imxrt1064-evk/index.html`.",
"settings": [
{
"type": "always",
"label": "set the defconfig",
"actions": [
{
"toReplace": "\\./tools/configure\\.sh -l sim:lvgl_fb",
"newContent": "./tools/configure.sh -l mimxrt1064-evk:lvgl",
"filePath": "setup.sh"
}
]
}
]
},
{
"name": "NuttX STM32F429I-DISCO",
"maintainer": "NuttX",
"hostOperatingsystem": [
"Linux"
],
"environment": [
"make",
"Linux"
],
"hardware": {
"chipVendor": "STMicroelectronics",
"manufacturer": "STMicroelectronics",
"specs": {
"MCU": "STM32F429ZI",
"RAM": "256 KB internal SRAM, 8 MB external SDRAM",
"Flash": "2 MB",
"GPU": "Chrom-ART / DMA2D",
"Resolution": "240x320",
"Display Size": "2.4\u201d",
"Interface": "SPI",
"Color Depth": "16-bit",
"Technology": "QVGA TFT LCD",
"DPI": "167 px/inch",
"Touch Pad": "None"
}
},
"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 STM32F429I-DISCO is a devboard with a touchscreen based on the STM32F429ZI MCU. This option creates a NuttX project for the STM32F429I-DISCO based on the NuttX LVGL defconfig for stm32f429i-disco and a basic directory structure for your custom LVGL app.",
"shortDescription": "NuttX RTOS project for STM32F429I-DISCO 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.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 -j$(nproc)`.\n6. Refer to the docs for flashing and debugging info: `https://nuttx.apache.org/docs/latest/platforms/arm/stm32f4/index.html#flashing-and-debugging`.",
"settings": [
{
"type": "always",
"label": "set the defconfig",
"actions": [
{
"toReplace": "\\./tools/configure\\.sh -l sim:lvgl_fb",
"newContent": "./tools/configure.sh -l stm32f429i-disco:lvgl",
"filePath": "setup.sh"
}
]
}
]
},
{
"name": "NuttX STM32F746G-DISCO",
"maintainer": "NuttX",
"hostOperatingsystem": [
"Linux"
],
"environment": [
"make",
"Linux"
],
"hardware": {
"chipVendor": "STMicroelectronics",
"manufacturer": "STMicroelectronics",
"specs": {
"MCU": "STM32F746NG",
"RAM": "340 KB internal SRAM, 8 MB external SDRAM",
"Flash": "1 MB",
"GPU": "Chrom-ART / DMA2D",
"Resolution": "480x272",
"Display Size": "4.3\u201d",
"Interface": "RGB parallel",
"Color Depth": "16-bit",
"Technology": "TFT LCD",
"DPI": "128 px/inch",
"Touch Pad": "Capacitive"
}
},
"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 STM32F746G-DISCO is a devboard with a touchscreen based on the STM32F746NG MCU. This option creates a NuttX project for the STM32F746G-DISCO based on the NuttX LVGL defconfig for stm32f746g-disco and a basic directory structure for your custom LVGL app.",
"shortDescription": "NuttX RTOS project for STM32F746G-DISCO 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.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 -j$(nproc)`.\n6. Refer to the docs for flashing and debugging info: `https://nuttx.apache.org/docs/latest/platforms/arm/stm32f7/index.html#flashing-and-debugging`.",
"settings": [
{
"type": "always",
"label": "set the defconfig",
"actions": [
{
"toReplace": "\\./tools/configure\\.sh -l sim:lvgl_fb",
"newContent": "./tools/configure.sh -l stm32f746g-disco:lvgl",
"filePath": "setup.sh"
}
]
}
]
},
{
"name": "NuttX STM32H745I-DISCO",
"maintainer": "NuttX",
"hostOperatingsystem": [
"Linux"
],
"environment": [
"make",
"Linux"
],
"hardware": {
"chipVendor": "STMicroelectronics",
"manufacturer": "STMicroelectronics",
"specs": {
"MCU": "STM32H745XI",
"RAM": "1 MB internal SRAM, 8 MB external SDRAM",
"Flash": "2 MB",
"GPU": "Chrom-ART / DMA2D",
"Resolution": "480x272",
"Display Size": "4.3\u201d",
"Interface": "RGB parallel",
"Color Depth": "16-bit",
"Technology": "TFT LCD",
"DPI": "128 px/inch",
"Touch Pad": "Capacitive"
}
},
"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 STM32H745I-DISCO is a devboard with a touchscreen based on the STM32H745XI MCU. This option creates a NuttX project for the STM32H745I-DISCO based on the NuttX LVGL defconfig for stm32h745i-disco and a basic directory structure for your custom LVGL app.",
"shortDescription": "NuttX RTOS project for STM32H745I-DISCO 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.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 -j$(nproc)`.\n6. Refer to the docs for flashing and debugging info: `https://nuttx.apache.org/docs/latest/platforms/arm/stm32h7/index.html`.",
"settings": [
{
"type": "always",
"label": "set the defconfig",
"actions": [
{
"toReplace": "\\./tools/configure\\.sh -l sim:lvgl_fb",
"newContent": "./tools/configure.sh -l stm32h745i-disco:lvgl",
"filePath": "setup.sh"
}
]
}
]
},
{
"name": "NuttX Waveshare RP2040-LCD-1.28",
"maintainer": "NuttX",
"hostOperatingsystem": [
"Linux"
],
"environment": [
"make",
"CMake",
"Linux"
],
"hardware": {
"chipVendor": "Raspberry Pi",
"manufacturer": "Waveshare",
"specs": {
"MCU": "RP2040",
"RAM": "264 KB internal SRAM",
"Flash": "2 MB",
"GPU": "None",
"Resolution": "240x240",
"Display Size": "1.28\u201d diameter",
"Interface": "SPI",
"Color Depth": "16-bit",
"Technology": "IPS (GC9A01A)",
"DPI": "188 px/inch",
"Touch Pad": "Capacitive (CST816T)"
}
},
"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 Waveshare RP2040-LCD-1.28 is a round touch display module powered by a Raspberry Pi RP2040 MCU. This option creates a NuttX project for the Waveshare RP2040-LCD-1.28 based on the NuttX LVGL defconfig for waveshare-rp2040-lcd-1.28 and a basic directory structure for your custom LVGL app.",
"shortDescription": "NuttX RTOS project for Waveshare RP2040-LCD-1.28 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.2"
],
"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 Raspberry Pi Pico SDK: `https://nuttx.apache.org/docs/latest/platforms/arm/rp2040/index.html#installation`.\n4. Run `./setup.sh`.\n5. Run `cd nuttx/`.\n6. Run `make -j$(nproc)`.\n7. Copy the UF2 file to the device: `https://nuttx.apache.org/docs/latest/platforms/arm/rp2040/index.html#programming`.",
"settings": [
{
"type": "always",
"label": "set the defconfig",
"actions": [
{
"toReplace": "\\./tools/configure\\.sh -l sim:lvgl_fb",
"newContent": "./tools/configure.sh -l waveshare-rp2040-lcd-1.28:lvgl",
"filePath": "setup.sh"
}
]
}
]
}
]