-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
[linenoise] fix backspace operation in dumb mode (IDFGH-12475) #13487
Conversation
…o 'release/v5.1' feat(pm/deepsleep): support pd hp aon domain in deepsleep (backport v5.1) See merge request espressif/esp-idf!26078
fix(esp_coex): Fix esp32 ble scan not restart when wifi start stop (Backport v5.1) See merge request espressif/esp-idf!26000
Change(bt/bluedroid): Limit sniff request when pending mode change event[backport 5.1] See merge request espressif/esp-idf!26053
fix(esp_wifi): Some Wi-Fi bug fixes See merge request espressif/esp-idf!26084
…e/v5.1' feat(doc): update wifi sections for H2 (Backport V5.1) See merge request espressif/esp-idf!26099
…t.rst (Backport v5.1)
…als/adc_oneshot.rst_backport_v5.1' into 'release/v5.1' docs: provide CN translation for api-reference/peripherals/adc_oneshot.rst (Backport v5.1) See merge request espressif/esp-idf!26105
….rst (Backport v5.1)
…als_sdspi_host.rst_backport_v5.1' into 'release/v5.1' docs: provide CN translation for api-reference/peripherals/sdspi_host.rst (Backport v5.1) See merge request espressif/esp-idf!26106
…hd.rst (Backport v5.1)
…als/spi_slave_hd.rst_backport_v5.1' into 'release/v5.1' docs: provide CN translation for api-reference/peripherals/spi_slave_hd.rst (Backport v5.1) See merge request espressif/esp-idf!26107
…st (Backport v5.1)
…als/clk_trees.rst_backport_v5.1' into 'release/v5.1' docs: provide CN translation for api-reference/peripherals/clk_tree.rst (Backport v5.1) See merge request espressif/esp-idf!26108
test(etm): refactor systimer etm test case (v5.1) See merge request espressif/esp-idf!26093
This fix ensures that https://nvd.nist.gov/vuln/detail/CVE-2020-27209 is not reported by the ESP-IDF SBOM tool. Please note that, this CVE was anyways not applicable for ESP32 platform, as the bootloader (user of micro-ecc library) do not perform signing on the device, its only verification that happens in secure-boot-v1 case.
1: add param check for HCI_Recevie_Synchronization_Train. 2: add param check for HCI_Set_Connectionless_Peripheral_Broadcast. 3: fix slave cannot take a secure authentication.
…elease/v5.1' docs(dac): added the explanation to Vref (v5.1) See merge request espressif/esp-idf!26143
… status statistics
…e data randomly, Closes espressif#12119, Closes espressif#11344, Closes espressif#9318 Closes espressif#11192
fix(wpa_supplicant): Correct iv lenght passed in mbedtls_cipher_set_iv() (v5.1) See merge request espressif/esp-idf!26846
WiFI: Fix key install issue in PTK renew (v5.1) See merge request espressif/esp-idf!26851
…v5.1' fix(coex): fix esp32c6 wrong reg offset(backport v5.1) See merge request espressif/esp-idf!26764
…o 'release/v5.1' fix(ble): fixed ble disconnection issue under temperature change See merge request espressif/esp-idf!26828
update c6 and h2 lib to 77d09ce0
…/v5.1' bugfix(esp_hw_support): allow reject for lightsleep (backport v5.1) See merge request espressif/esp-idf!26971
fix(hal): Fix incorrect behavior of hal_memcpy (v5.1) See merge request espressif/esp-idf!26910
ble: update c6 h2 lib to 5bd7cb83, c2 lib to 1d31e175 See merge request espressif/esp-idf!26711
michaelpontillas seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
👋 Hello michaelpontillas, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Thanks for the fix @michaelpontillas! Looks like you made a PR of a branch derived from release/v5.1 into the (If not, we can do the rebase for you, just let us know.) |
Hi Ivan,
Thanks for pointing that out. I submitted another pull request.
- Michael
…On Fri, Mar 29, 2024 at 12:13 AM Ivan Grokhotkov ***@***.***> wrote:
Thanks for the fix @michaelpontillas <https://github.com/michaelpontillas>!
Looks like you made a PR of a branch derived from release/v5.1 into the
master branch. Would you be able to rebase the commit with your fix to
master, and make a PR from there? Otherwise there are lots of unrelated
commits here.
—
Reply to this email directly, view it on GitHub
<#13487 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AY4SR2PMEU6IQYUKM7HM76DY2QCONAVCNFSM6AAAAABFMCK7ROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRVGE2TMMRTGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Submitted new pull request after rebase to master. |
Backspace erases the prompt when dumb mode is enabled.