fixup elf2uf2 to allow blocked_ram (flash) binaries (#294)

This commit is contained in:
Graham Sanderson
2021-04-01 15:03:04 -05:00
committed by GitHub
parent 859d1d27b8
commit 260128a725
2 changed files with 17 additions and 7 deletions

View File

@ -14,12 +14,19 @@ pico_add_subdirectory(pico_stdlib)
pico_add_doxygen(${CMAKE_CURRENT_LIST_DIR})
macro(pico_set_float_implementation TARGET IMPL)
# ignore
endmacro()
macro(pico_set_double_implementation TARGET IMPL)
# ignore
endmacro()
macro(pico_set_binary_type TARGET IMPL)
# ignore
endmacro()
macro(pico_set_boot_stage2 TARGET IMPL)
# ignore
endmacro()
set(PICO_HOST_DIR "${CMAKE_CURRENT_LIST_DIR}" CACHE INTERNAL "")