forked from espressif/arduino-esp32
Set ESP-IDF to 3.2 (#2662)
* Set IDF to v3.2 * Remove BLE submodule * Add BLE lib source * Update Camera example to support OV3660
This commit is contained in:
4
tools/sdk/ld/wifi_iram.ld
Normal file
4
tools/sdk/ld/wifi_iram.ld
Normal file
@ -0,0 +1,4 @@
|
||||
/* Link WiFi library .wifi0iram sections to IRAM
|
||||
if this snippet is included */
|
||||
*libnet80211.a:( .wifi0iram .wifi0iram.*)
|
||||
*libpp.a:( .wifi0iram .wifi0iram.*)
|
Reference in New Issue
Block a user