-
Notifications
You must be signed in to change notification settings - Fork 206
fix(esp_hosted_ng): Fix build for kernel 6.17 #686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
giuliobenetti
wants to merge
111
commits into
espressif:master
Choose a base branch
from
Benetti-Engineering:fix/linux-6.17
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix(esp_hosted_ng): Fix build for kernel 6.17 #686
giuliobenetti
wants to merge
111
commits into
espressif:master
from
Benetti-Engineering:fix/linux-6.17
Conversation
This file contains hidden or 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
2. delayed network status notification from slave to host in case of deep sleep
- Refactor LWIP port macros - Add UDP port configuration - Fix host power save handling - Improve SPI buffer management with DMA alignment checks - Update packet filtering during host sleep mode
- Implement optional workqueue for SPI handling - Replace semaphore-based approach - Optimize transaction queuing timing - Fix checksum calculation - Improve network queue management
- Add transaction timing measurements - Optimize SPI handler with CS deassertion semaphore - Implement better error handling in SPI write/read paths - Configure high-priority workqueue for improved
Fix the memory leak in async path
Fix the unwanted repeatative logs in hosted shell
Fix: Simplify connect_ap handling (removed event group)
…acked' structures in between host and slave 2. Fixed double free for RPC request memory 3. Host SPI: Add Flexibility at host to use Workqueue instead of semaphore solution 4. Slave SPI: Extra Debug logs for SPI 5. Added back esp_reset from host to slave
1. Fix SPI throughput issue when MCU is set in UDP 2. C5 5G header change 3. Clean up of code
- added `print_capabilities()` function to spi - added extra check for BT over UART in `process_capabilities()`
- changed BT SOC checks to include C5
- Simplified CLI Kconfig options - Prevent auto-connect with SSID in flash when a new SSID is requested
- Reuse feature_enable_disable sync call to get network split availabilty as response - User-facing debugs updated depending upon network split
- modified logic used to connect to AP when device is not yet provisioned - modified printout to indicate that we connected with static IP
1. Auto Network Setup - Auto configure network on host bootup 2. Network Split - Allow ESP ans host to run network, with same IP Also updated main README to let user know scenarios and how to choose NG/ FG/ MCU solutions
1. Auto Network Setup - Auto configure network on host bootup 2. Network Split - Allow ESP ans host to run network, with same IP Also updated main README to let user know scenarios and how to choose NG/ FG/ MCU solutions
feat(auto_ip_restore): 1. redefine hosted task priorities See merge request app-frameworks/esp_hosted!571
- on ESP-IDF v5.5 and above, use `uhci_ll_rx_set_eof_mode()` instead of `uhci_ll_set_eof_mode()`.
bugfix(c3_s3_uart_hci) Fix build error due to change in fn name See merge request app-frameworks/esp_hosted!574
Feat/c5 support idf v5.5 See merge request app-frameworks/esp_hosted!603
fix(esp_hosted_ng): Fix compile errors for ng See merge request app-frameworks/esp_hosted!606
docs(esp_hosted_ng): Update setup docs for esp_hosted ng See merge request app-frameworks/esp_hosted!609
fix(docs): Update sdio support for c5 See merge request app-frameworks/esp_hosted!610
fix(esp_hosted_ng): Fix De-assert HS signal on CS See merge request app-frameworks/esp_hosted!611
Docs/deassert cs spi See merge request app-frameworks/esp_hosted!612
With commit b544b01 something has been left behind: * Documentation of ESP_SLAVE_CHIPSET * ESP_SLAVE variable both don't exist anymore. So drop comments and script usage Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
fix(esp_hosted_ng): Remove specific compilation SDIO left-overs See merge request app-frameworks/esp_hosted!617
With commit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b74947b4f6ff7c122a1bb6eb38bb7ecfbb1d3820 set_wiphy_params() and set/get_tx_power() gain argument radio_idx to get radio index. So let's add that argument according to Linux version >= 6.17. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Collaborator
|
Thank you @giuliobenetti . We will add this to master asap. @Shreyas0-7 PTAL.. |
Collaborator
|
related #550. Please check the commits mentioned in #550 as well @Shreyas0-7 |
|
looks good to me, thanks @giuliobenetti. i had the same changes locally. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
With commit:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b74947b4f6ff7c122a1bb6eb38bb7ecfbb1d3820 set_wiphy_params() and set/get_tx_power() gain argument radio_idx to get radio index. So let's add that argument according to Linux version >= 6.17.
Description
Related
Testing
Checklist
Before submitting a Pull Request, please ensure the following: