File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -110,21 +110,6 @@ $(BUILD)/cyw43_resource.o: lib/cyw43-driver/firmware/$(CYW43_FIRMWARE_BIN)
110
110
--redefine-sym _binary_lib_cyw43_driver_firmware_43439A0_7_95_49_00_combined_end=fw_43439A0_7_95_49_00_end \
111
111
$< $@
112
112
OBJ_CYW43 := $(BUILD ) /cyw43_resource.o
113
- # need to do the equivalent of this in cmake
114
- # ## # cyw43_resource.o contains the WiFi and BT firmware as a binary blob
115
- # ## add_custom_command(
116
- # ## OUTPUT ${CYW43_FIRMWARE_OBJ}
117
- # ## DEPENDS ${PICO_CYW43_DRIVER_PATH}/firmware/${CYW43_FIRMWARE_BIN}
118
- # ## WORKING_DIRECTORY ${PICO_CYW43_DRIVER_PATH}/firmware
119
- # ## COMMAND ${CMAKE_OBJCOPY} -I binary -O elf32-littlearm -B arm
120
- # ## --readonly-text
121
- # ## --rename-section .data=${RESOURCE_SECNAME},${RESOURCE_SECFLAGS}
122
- # ## --redefine-sym _binary_${CYW43_FIRMWARE_BIN_}_start=${CYW43_FIRMWARE_PRETTY}_start
123
- # ## --redefine-sym _binary_${CYW43_FIRMWARE_BIN_}_end=${CYW43_FIRMWARE_PRETTY}_end
124
- # ## --redefine-sym _binary_${CYW43_FIRMWARE_BIN_}_size=${CYW43_FIRMWARE_PRETTY}_size
125
- # ## ${CYW43_FIRMWARE_BIN} ${CYW43_FIRMWARE_OBJ}
126
- # ## )
127
- # ##
128
113
else
129
114
INC_CYW43 :=
130
115
CFLAGS_CYW43 :=
You can’t perform that action at this time.
0 commit comments