fix most warnings with rp2040 -wconversion

This commit is contained in:
hathach
2022-06-27 11:50:17 +07:00
parent 0042eccb3b
commit b9dc9dbd78
48 changed files with 140 additions and 53 deletions

View File

@@ -69,6 +69,9 @@ if (EXISTS ${TOP}/lib/lwip/src)
${TOP}/lib/networking/rndis_reports.c
)
# Example common such as compiler warnings
include(${CMAKE_CURRENT_SOURCE_DIR}/../../example.cmake)
# Configure compilation flags and libraries for the example... see the corresponding function
# in hw/bsp/FAMILY/family.cmake for details.
family_configure_device_example(${PROJECT})