rzsa commented on PR #17015:
URL: https://github.com/apache/nuttx/pull/17015#issuecomment-3316135962

   I have updated the pull request.
   I divided the commits into separate different subjects (arch, board, docs)  
so that each individual commit would not break the build. 
   
   The commit that adds LTDC support to the CMake build has been moved to a 
separate PR https://github.com/apache/nuttx/pull/17032
   
   Build testing for the commit `arch/arm/stm32h7: add support for STM32H750xx 
chips` was performed for the configuration stm32h750b-dk:lvgl
   
   Make build:
   
   ```
   ❯ ./tools/configure.sh -E -l stm32h750b-dk:lvgl
   make -s -j$(nproc)  
   
   Create version.h
   LN: platform/board to /home/user/nuttxspace/apps/platform/dummy
   Register: tc
   Register: lvgldemo
   Register: dd
   Register: nsh
   Register: sh
   Register: fb
   CC:  
/home/user/nuttxspace/apps/graphics/lvgl/lvgl/demos/benchmark/assets/lv_font_benchmark_montserrat_12_compr_az.cCC:
  
/home/user/nuttxspace/apps/graphics/lvgl/lvgl/demos/benchmark/assets/lv_font_benchmark_montserrat_16_compr_az.cCC:
  
/home/user/nuttxspace/apps/graphics/lvgl/lvgl/demos/benchmark/assets/lv_font_benchmark_montserrat_28_compr_az.cCC:
  
/home/user/nuttxspace/apps/graphics/lvgl/lvgl/demos/multilang/assets/emojis/img_emoji_earth_globe_europe_africaCPP:
  
/home/user/nuttxspace/nuttx/boards/arm/stm32h7/stm32h750b-dk/scripts/flash.ld-> 
/home/user/nuttxLD: nuttx
   Memory region         Used Size  Region Size  %age Used
               itcm:           0 B        64 KB      0.00%
              flash:      468292 B         2 MB     22.33%
              dtcm1:           0 B        64 KB      0.00%
              dtcm2:           0 B        64 KB      0.00%
               sram:       13632 B       512 KB      2.60%
              sram1:           0 B       128 KB      0.00%
              sram2:           0 B       128 KB      0.00%
              sram3:           0 B        32 KB      0.00%
              sram4:           0 B        64 KB      0.00%
              bbram:           0 B         4 KB      0.00%
              sdram:           0 B         8 MB      0.00%
   CP: nuttx.hex
   CP: nuttx.bin
   ```
   
   CMake build:
   
   ```
   ❯ cmake -B ../build -DBOARD_CONFIG=stm32h750b-dk:lvgl -GNinja
   ❯ cmake --build ../build
   
   [1813/1816] Linking CXX executable nuttx
   Memory region         Used Size  Region Size  %age Used
               itcm:           0 B        64 KB      0.00%
              flash:      465752 B         2 MB     22.21%
              dtcm1:           0 B        64 KB      0.00%
              dtcm2:           0 B        64 KB      0.00%
               sram:       13632 B       512 KB      2.60%
              sram1:           0 B       128 KB      0.00%
              sram2:           0 B       128 KB      0.00%
              sram3:           0 B        32 KB      0.00%
              sram4:           0 B        64 KB      0.00%
              bbram:           0 B         4 KB      0.00%
              sdram:           0 B         8 MB      0.00%
   [1816/1816] Generating System.map
   ```
   
   I repeated the tests (nsh, st7735, sdcard, usbnsh) from the PR description.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to