-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'chip/esp32c5_mp_support_wifi' into 'master'
esp32c5 mp support wifi Closes IDF-9139 and IDF-10529 See merge request espressif/esp-idf!31901
- Loading branch information
Showing
59 changed files
with
552 additions
and
194 deletions.
There are no files selected for viewing
Submodule lib
updated
8 files
+ − | esp32/libcoexist.a | |
+ − | esp32c2/libcoexist.a | |
+ − | esp32c3/libcoexist.a | |
+ − | esp32c5/libcoexist.a | |
+ − | esp32c6/libcoexist.a | |
+ − | esp32h2/libcoexist.a | |
+ − | esp32s2/libcoexist.a | |
+ − | esp32s3/libcoexist.a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -430,6 +430,7 @@ typedef struct { | |
int mubar; | ||
int bfrp; | ||
int nfrp; | ||
int bar; | ||
} esp_test_rx_ctrl_t; | ||
|
||
typedef enum { | ||
|
Oops, something went wrong.