| 
									
										
										
										
											2019-06-17 11:50:37 +08:00
										 |  |  | idf_build_get_property(idf_target IDF_TARGET)
 | 
					
						
							| 
									
										
										
										
											2019-03-22 14:21:15 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-08-08 13:44:24 +10:00
										 |  |  | if(CONFIG_ESP32_NO_BLOBS OR CONFIG_ESP32S2_NO_BLOBS)
 | 
					
						
							| 
									
										
										
										
											2019-06-04 17:02:01 +10:00
										 |  |  |     set(link_binary_libs 0)
 | 
					
						
							| 
									
										
										
										
											2019-08-08 13:44:24 +10:00
										 |  |  |     set(ldfragments)
 | 
					
						
							|  |  |  | else()
 | 
					
						
							|  |  |  |     set(link_binary_libs 1)
 | 
					
						
							| 
									
										
										
										
											2019-04-28 15:38:23 +08:00
										 |  |  |     set(ldfragments "linker.lf")
 | 
					
						
							| 
									
										
										
										
											2019-06-04 17:02:01 +10:00
										 |  |  | endif()
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-11-21 13:44:00 +11:00
										 |  |  | if(IDF_TARGET_ESP32)
 | 
					
						
							|  |  |  |     # dport workaround headers are in esp32 component
 | 
					
						
							|  |  |  |     set(extra_priv_requires esp32)
 | 
					
						
							|  |  |  | else()
 | 
					
						
							|  |  |  |     set(extra_priv_requires)
 | 
					
						
							|  |  |  | endif()
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-21 14:29:32 +08:00
										 |  |  | idf_component_register(SRCS "src/coexist.c" | 
					
						
							|  |  |  |                             "src/lib_printf.c"
 | 
					
						
							|  |  |  |                             "src/mesh_event.c"
 | 
					
						
							|  |  |  |                             "src/phy_init.c"
 | 
					
						
							| 
									
										
										
										
											2019-04-17 11:44:51 +08:00
										 |  |  |                             "src/smartconfig.c"
 | 
					
						
							| 
									
										
										
										
											2019-08-23 12:51:05 +08:00
										 |  |  |                             "src/smartconfig_ack.c"
 | 
					
						
							| 
									
										
										
										
											2019-06-21 14:29:32 +08:00
										 |  |  |                             "src/wifi_init.c"
 | 
					
						
							| 
									
										
										
										
											2019-06-28 16:47:34 +02:00
										 |  |  |                             "src/wifi_default.c"
 | 
					
						
							| 
									
										
										
										
											2019-09-15 19:49:45 +02:00
										 |  |  |                             "src/wifi_netif.c"
 | 
					
						
							| 
									
										
										
										
											2019-10-30 16:13:33 +11:00
										 |  |  |                             "${idf_target}/esp_adapter.c"
 | 
					
						
							| 
									
										
										
										
											2019-04-28 15:38:23 +08:00
										 |  |  |                     INCLUDE_DIRS "include" "${idf_target}/include"
 | 
					
						
							| 
									
										
										
										
											2019-10-31 13:39:17 +11:00
										 |  |  |                     REQUIRES esp_event
 | 
					
						
							| 
									
										
										
										
											2019-11-21 13:44:00 +11:00
										 |  |  |                     PRIV_REQUIRES wpa_supplicant nvs_flash esp_netif ${extra_priv_requires}
 | 
					
						
							| 
									
										
										
										
											2019-04-28 15:38:23 +08:00
										 |  |  |                     LDFRAGMENTS "${ldfragments}")
 | 
					
						
							| 
									
										
										
										
											2019-03-22 14:21:15 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-21 14:29:32 +08:00
										 |  |  | idf_build_get_property(build_dir BUILD_DIR)
 | 
					
						
							| 
									
										
										
										
											2020-01-17 11:47:08 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | # ToDo: Rename esp32s2beta to esp32s2 next time update wifi lib
 | 
					
						
							|  |  |  | set(target_name "${idf_target}")
 | 
					
						
							|  |  |  | target_link_libraries(${COMPONENT_LIB} PUBLIC "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib/${target_name}")
 | 
					
						
							| 
									
										
										
										
											2019-03-22 14:21:15 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-06-04 17:02:01 +10:00
										 |  |  | if(link_binary_libs)
 | 
					
						
							| 
									
										
										
										
											2020-02-05 18:34:05 +05:30
										 |  |  |     set(phy phy)
 | 
					
						
							| 
									
										
										
										
											2019-10-24 17:01:10 +08:00
										 |  |  |     set(blobs coexist core espnow mesh net80211 pp rtc smartconfig ${phy})
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-04-28 11:27:30 +08:00
										 |  |  |     foreach(blob ${blobs})
 | 
					
						
							|  |  |  |         add_library(${blob} STATIC IMPORTED)
 | 
					
						
							| 
									
										
										
										
											2020-01-17 11:47:08 +08:00
										 |  |  |         set_property(TARGET ${blob} PROPERTY IMPORTED_LOCATION ${CMAKE_CURRENT_SOURCE_DIR}/lib/${target_name}/lib${blob}.a)
 | 
					
						
							| 
									
										
										
										
											2019-06-17 11:50:37 +08:00
										 |  |  |         target_link_libraries(${COMPONENT_LIB} PUBLIC ${blob})
 | 
					
						
							| 
									
										
										
										
											2019-04-28 11:27:30 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |         foreach(_blob ${blobs})
 | 
					
						
							|  |  |  |             if(NOT _blob STREQUAL ${blob})
 | 
					
						
							|  |  |  |                 set_property(TARGET ${blob} APPEND PROPERTY INTERFACE_LINK_LIBRARIES ${_blob})
 | 
					
						
							|  |  |  |             endif()
 | 
					
						
							|  |  |  |         endforeach()
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         set_property(TARGET ${blob} APPEND PROPERTY INTERFACE_LINK_LIBRARIES ${COMPONENT_LIB})
 | 
					
						
							|  |  |  |     endforeach()
 | 
					
						
							| 
									
										
										
										
											2019-03-22 14:21:15 +08:00
										 |  |  | endif()
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-10 10:53:08 +08:00
										 |  |  | if(CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION)
 | 
					
						
							| 
									
										
										
										
											2019-06-17 11:50:37 +08:00
										 |  |  |     idf_component_get_property(esp_common_dir esp_common COMPONENT_DIR)
 | 
					
						
							| 
									
										
										
										
											2019-03-22 14:21:15 +08:00
										 |  |  |     partition_table_get_partition_info(phy_partition_offset "--partition-type data --partition-subtype phy" "offset")
 | 
					
						
							| 
									
										
										
										
											2019-10-16 11:22:50 +08:00
										 |  |  |     
 | 
					
						
							|  |  |  |     if(CONFIG_ESP32_SUPPORT_MULTIPLE_PHY_INIT_DATA_BIN)
 | 
					
						
							|  |  |  |         set(phy_init_data_bin "${CMAKE_CURRENT_SOURCE_DIR}/phy_multiple_init_data.bin")
 | 
					
						
							|  |  |  |     else()
 | 
					
						
							|  |  |  |         set(phy_init_data_bin "${build_dir}/phy_init_data.bin")
 | 
					
						
							| 
									
										
										
										
											2019-05-10 10:53:08 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-10-16 11:22:50 +08:00
										 |  |  |         # To get the phy_init_data.bin file, compile phy_init_data.h as a C file and then objcopy
 | 
					
						
							|  |  |  |         # the object file to a raw binary
 | 
					
						
							|  |  |  |         idf_build_get_property(config_dir CONFIG_DIR)
 | 
					
						
							|  |  |  |         add_custom_command( | 
					
						
							|  |  |  |             OUTPUT ${phy_init_data_bin}
 | 
					
						
							|  |  |  |             DEPENDS ${CMAKE_CURRENT_LIST_DIR}/${idf_target}/include/phy_init_data.h
 | 
					
						
							|  |  |  |             COMMAND ${CMAKE_C_COMPILER} -x c -c
 | 
					
						
							|  |  |  |             -I ${esp_common_dir}/include -I ${CMAKE_CURRENT_LIST_DIR}/include -I ${config_dir}
 | 
					
						
							|  |  |  |             -o phy_init_data.obj
 | 
					
						
							|  |  |  |             ${CMAKE_CURRENT_LIST_DIR}/${idf_target}/include/phy_init_data.h
 | 
					
						
							|  |  |  |             COMMAND ${CMAKE_OBJCOPY} -O binary phy_init_data.obj ${phy_init_data_bin}
 | 
					
						
							|  |  |  |             )
 | 
					
						
							|  |  |  |         add_custom_target(phy_init_data ALL DEPENDS ${phy_init_data_bin})
 | 
					
						
							|  |  |  |         add_dependencies(flash phy_init_data)
 | 
					
						
							| 
									
										
										
										
											2019-03-22 14:21:15 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-10-16 11:22:50 +08:00
										 |  |  |         idf_component_get_property(main_args esptool_py FLASH_ARGS)
 | 
					
						
							|  |  |  |         idf_component_get_property(sub_args esptool_py FLASH_SUB_ARGS)
 | 
					
						
							|  |  |  |     endif()
 | 
					
						
							| 
									
										
										
										
											2019-12-20 09:55:02 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-11 11:13:01 +08:00
										 |  |  |     set(phy_name "phy")
 | 
					
						
							| 
									
										
										
										
											2019-12-20 09:55:02 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |     esptool_py_flash_target(${phy_name}-flash "${main_args}" "${sub_args}")
 | 
					
						
							|  |  |  |     esptool_py_flash_target_image(${phy_name}-flash ${phy_name} "${phy_partition_offset}" "${phy_init_data_bin}")
 | 
					
						
							|  |  |  |     esptool_py_flash_target_image(flash ${phy_name} "${phy_partition_offset}" "${phy_init_data_bin}")
 | 
					
						
							| 
									
										
										
										
											2019-04-30 12:51:55 +02:00
										 |  |  | endif()
 |