Searched full:build (Results 1 – 25 of 35) sorted by relevance
12
/lvgl-3.4.0/tests/ |
D | main.py | 53 # TODO: Intermediate files should be in the build folders, not alongside 70 '''Given the build options name, return the build directory name. 77 '''Given the build options name, return the build directory name. 79 Returns absolute path to the build directory.''' 85 '''Build all tests for the specified options name.''' 110 subprocess.check_call(['cmake', '--build', build_dir, 159 There are two types of LVGL tests: "build", and "test". The build-only 161 compiles and links (with various build options). There are also a set of 165 description='Build and/or run LVGL tests.', epilog=epilog) 166 parser.add_argument('--build-options', nargs=1, [all …]
|
D | README.md | 17 2. Build all build-only tests with `./tests/main.py build`. 18 3. Clean prior test build, build all build-only tests, 20 report `./tests/main.py --clean --report build test`.
|
D | CMakeLists.txt | 4 # Tests do not build for ESP-IDF. #
|
/lvgl-3.4.0/env_support/cmsis-pack/ |
D | gen_pack.sh | 34 # Temporary pack build directory 35 PACK_BUILD=build/ 40 # Do not include the build directory if it is local 141 # Copy files into build base directory: $PACK_BUILD 174 echo "build aborted: Schema check of $PACK_VENDOR.$PACK_NAME.pdsc against PACK.xsd failed" 183 echo "build aborted: pack check failed" 216 echo "build aborted: archiving failed" 223 echo "build of pack succeeded"
|
/lvgl-3.4.0/docs/ |
D | build.py | 22 print("Exit build due to previous error") 64 # BUILD PDF 69 cmd("sphinx-build -b latex . out_latex") 73 # Copy the result PDF to the main directory to make it available for the HTML build 76 print("skipping latex build as requested") 78 # BUILD HTML 79 cmd("sphinx-build -b html . ../out_html")
|
D | CHANGELOG.md | 170 - fix(build) fix sdl build with make [`43729d1`](https://github.com/littlevgl/lvgl/commit/43729d150… 267 - ci(cross) install build-essential [`772f219`](https://github.com/littlevgl/lvgl/commit/772f219c0a… 450 - fix(build) remove main component dependency [`2420`](https://github.com/lvgl/lvgl/pull/2420) 531 - fix(test) add #if guard to exclude test related files from the build [`c12a22e`](https://github.c… 532 - fix(test) add #if guard to exclude test related files from the build [`fc364a4`](https://github.c… 544 - fix(build) fix micropython build error [`54338f6`](https://github.com/lvgl/lvgl/commit/54338f6e57… 632 - fix(build) remove main component dependency (#2420) [`f2c2393`](https://github.com/lvgl/lvgl/comm… 734 - docs(rlottie) fix build error [`ce0b564`](https://github.com/lvgl/lvgl/commit/ce0b56458846daa6528… 771 - test(ci) build and run tests in parallel. [`2515`](https://github.com/lvgl/lvgl/pull/2515) 779 - test add build test again, add dropdown test, integrate gcov and gvocr [`e35b1d0`](https://github… [all …]
|
D | conf.py | 4 # LVGL documentation build configuration file, created by
|
/lvgl-3.4.0/.github/workflows/ |
D | build_micropython.yml | 8 build: 9 name: Build ${{ matrix.port }} port 39 - name: Build mpy-cross 47 - name: Build ESP32 port 58 - name: Build STM32 port 61 - name: Build Raspberry Pi PICO port 65 - name: Build Unix port
|
D | ccpp.yml | 10 build: 21 name: Build ${{ matrix.build_option }} 28 run: python tests/main.py --build-option=${{ matrix.build_option }} build 68 id: build 89 apt-get install build-essential ccache python3 libpng-dev ruby-full gcovr cmake -q -y
|
D | compile_docs.yml | 1 name: Build docs 11 build-and-deploy: 14 concurrency: docs-build-and-deploy 57 - name: Build examples (with cache) 59 - name: Build docs 60 run: docs/build.py
|
D | release.yml | 10 build:
|
/lvgl-3.4.0/docs/libs/ |
D | rlottie.md | 12 ## Build Rlottie 13 To build Samsung's Rlottie C++14-compatible compiler and optionally CMake 3.14 or higher is require… 15 To build on desktop you can follow the instructions from Rlottie's [README](https://github.com/Sams… 20 mkdir build 21 cd build 29 On embedded systems you need to take care of integrating Rlottie to the given build system.
|
/lvgl-3.4.0/docs/get-started/ |
D | pc-simulator.md | 56 4. If build essentials are not installed yet: `sudo apt-get install build-essential` 90 - Right-click on the project -> Project properties -> C/C++ Build -> Settings -> Librar… 94 Now you are ready to run LVGL on your PC. Click on the Hammer Icon on the top menu bar to Build the… 96 After a successful build, click on the Play button on the top menu bar to run the project. Now a wi…
|
D | espressif.md | 9 …rmation about ESP-IDF build system can be found [here](https://docs.espressif.com/projects/esp-idf… 48 During next project build, LVGL component will be fetched from the component registry and added to …
|
D | cmake.md | 16 - Compatible build tool e.g. 18 - [Ninja](https://ninja-build.org/) 29 # Build an executable called "MyFirmware" 66 …lvgl.io/master/examples.html) have their own CMake target. If you want to build the examples simpl…
|
D | nuttx.md | 33 … to get things right, where each iteration consists of **`Change code` > `Build` > `Flash` > `Run`… 53 Let's use the [Windows Subsystem for Linux](https://acassis.wordpress.com/2018/01/10/how-to-build-n… 56 $ sudo apt-get install automake bison build-essential flex gcc-arm-none-eabi gperf git libncurses5-…
|
D | micropython.md | 30 …o get things right. With C, each iteration consists of **`Change code` > `Build` > `Flash` > `Run`… 79 Micropython is ported to many platforms. One notable port is "unix", which allows you to build and …
|
D | arduino.md | 60 Due to some the limitations of Arduino's build system you need to copy `lvgl/examples` to `lvgl/src…
|
/lvgl-3.4.0/docs/porting/ |
D | project.md | 22 LVGL also supports `make` and `CMake` build systems out of the box. To add LVGL to your Makefile ba… 57 …try to include `lv_conf.h`. Instead you can pass the config defines using build options. For examp… 59 …ogether with Kconfig, but keep in mind that the value from `lv_conf.h` or build settings (`-D...`)…
|
/lvgl-3.4.0/env_support/cmake/ |
D | micropython.cmake | 4 # With micropython, build lvgl as interface library, link chain is: 13 # /home/test/build/lv_micropython/ports/rp2/build-PICO/lv_mp.c:29316:16: error:
|
/lvgl-3.4.0/src/extra/libs/sjpg/ |
D | tjpgd.c | 222 for (j = i = 0; i < 16; i++) { /* Re-build huffman code word table */ in create_huffman_tbl() 818 if (JD_FORMAT != 2) { /* RGB output (build an RGB MCU from Y/C component) */ in mcu_output() 843 } else { /* Monochrome output (build a grayscale MCU from Y comopnent) */ in mcu_output() 893 /* Build a 1/8 descaled RGB MCU from discrete comopnents */ in mcu_output()
|
/lvgl-3.4.0/ |
D | .gitignore | 22 build/
|
D | library.json | 10 "build": { object
|
/lvgl-3.4.0/docs/overview/ |
D | color.md | 113 …`, `uint16_t` or `uint32_t` depending on the color depth setting. Used to build color arrays from …
|
/lvgl-3.4.0/src/draw/sw/ |
D | lv_draw_sw_img.c | 148 /*Build the image and a mask line-by-line*/ in lv_draw_sw_img_decoded()
|
12