Skip to content

Commit 528350d

Browse files
committed
Work CI-CD
- Fix ability to build targets that use littlefs in a linux environment. ***NO_CI***
1 parent 8e8dde5 commit 528350d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/devcontainer-smoketest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
{ target: SL_STK3701A, build-type: Debug, container: All},
1818
{ target: ST_STM32F769I_DISCOVERY, build-type: Debug, container: ChibiOS },
1919
{ target: ST_STM32F769I_DISCOVERY, build-type: Debug, container: All },
20+
{ target: ORGPAL_PALTHREE, build-type: Debug, container: ChibiOS },
2021
{ target: M5Core2, build-type: Debug, container: ESP32 },
2122
{ target: ESP_WROVER_KIT, build-type: Debug, container: ESP32 },
2223
{ target: ESP32_S2_USB, build-type: Debug, container: ESP32 },

CMake/binutils.ChibiOS.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ macro(nf_add_platform_packages)
8484
# littlefs
8585
if(NF_FEATURE_USE_LITTLEFS_OPTION)
8686
find_package(STM32F7_CubePackage REQUIRED QUIET)
87-
find_package(littlefs REQUIRED QUIET)
87+
find_package(LITTLEFS REQUIRED QUIET)
8888
endif()
8989

9090
if(STM32_CUBE_PACKAGE_REQUIRED)

0 commit comments

Comments
 (0)