Skip to content

Commit

Permalink
Merge pull request #272 from fschwa/master
Browse files Browse the repository at this point in the history
add missing supported board
  • Loading branch information
Hish15 authored Sep 29, 2021
2 parents c0fc232 + f79b606 commit 2dc0456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/freertos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR TRUE)
# stm32_print_devices_by_family(FAMILY H7)
# stm32_print_devices_by_family(FAMILY F4)

set(SUPPORTED_BOARDS F407VG H743ZI)
set(SUPPORTED_BOARDS F407VG H743ZI L552ZE)
option(FREERTOS_F407VG_EXAMPLE "Compile FreeRTOS example for the F407VG board" OFF)
option(FREERTOS_H743ZI_EXAMPLE "Compile FreeRTOS example for the H743ZI board" OFF)
option(FREERTOS_L552ZE_EXAMPLE "Compile FreeRTOS example for the L552ZE board" OFF)
Expand Down Expand Up @@ -217,4 +217,4 @@ if(FREERTOS_L552ZE_EXAMPLE)
stm32_print_size_of_target(${TARGET_NAME})
stm32_generate_binary_file(${TARGET_NAME})
stm32_generate_hex_file(${TARGET_NAME})
endif()
endif()

0 comments on commit 2dc0456

Please sign in to comment.