Skip to content
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

Main work #161

Merged
merged 223 commits into from
Oct 9, 2023
Merged

Main work #161

merged 223 commits into from
Oct 9, 2023

Conversation

Jason2866
Copy link
Collaborator

No description provided.

NicBallinger and others added 30 commits September 4, 2023 15:40
1: add sdp_bqb_disable_flag to avoid running sdpu_build_n_send_error.
2: add sdp_bqb_inact_timeout_flag to set the SDP inactivity timeout to 90 seconds.
3: add l2cap_bqb_bad_cmd_len_rej_flag to reject the C-Frame with invalid PDU length
4: add l2cap_bqb_ertm_mode_included_flag to set L2CAP_FCR_ERTM_MODE for most L2CAP cases
igrr and others added 26 commits October 4, 2023 17:46
- sort includes
- fix relative includes
- replace TEMPORARY_DISABLED_FOR_TARGETS with just IDF_TARGET_ESP32,
  to avoid having to change this file when bringing up new chips
- astyle formatting
- set leak threshold in test cases
- use the new 'wifi_two_dut' environment marker instead of UT_T2_1
- fix relative includes
- remove ESP32-H2-related TODO — an ifdef is not needed now since the
  whole app is built only for SOC_WIFI_SUPPORTED=y
- set leak threshold in test case
ci: different test case name with different params

See merge request espressif/esp-idf!26023
fix(startup): flip the security configuration check order

See merge request espressif/esp-idf!26280
feat(tools): Add shellcheck for shell scripts to .pre-commit

Closes IDF-1822

See merge request espressif/esp-idf!25772
feat(tools): keep export.sh compatible with BourneShell

Closes IDFGH-11073

See merge request espressif/esp-idf!26303
fix(esp_system): Fixes mixing logs when two cores use esp_rom_printf

Closes IDF-7891

See merge request espressif/esp-idf!25996
doc: added cache msync doc

Closes IDF-8294

See merge request espressif/esp-idf!26239
fix(tools): adjusted esptool @flash_args command print to prevent issues

Closes ESPTOOL-750

See merge request espressif/esp-idf!26327
fix(ble_mesh): avoid executing bt_mesh_host_init() more than once when using nimble

Closes BLERP-104

See merge request espressif/esp-idf!26236
docs: update cn trans for tips and quirks

Closes DOC-6358

See merge request espressif/esp-idf!26021
fix(ledc): fix ledc driver 100% duty cycle configuration

Closes IDFGH-10881 and IDFGH-10254

See merge request espressif/esp-idf!26067
docs: Provide Chinese translation for api-reference/system/wdts.rst

Closes DOC-6133

See merge request espressif/esp-idf!25690
ADC: Fixed wrong ADC reading issue caused by ADC and WiFi power conflict on ESP32C6

Closes IDF-8118

See merge request espressif/esp-idf!25927
docs: Provide Chinese translation for system/intr_alloc.rst

Closes DOC-6136

See merge request espressif/esp-idf!25637
feat(wpa_supplicant): migrate the tests from unit-test-app

Closes IDF-6781 and IDF-5608

See merge request espressif/esp-idf!26274
…master'

feat: add config to disable ble hci uart flow control

Closes CBLE50Y23-50

See merge request espressif/esp-idf!26155
refactor: reformat esp mm psram adc

See merge request espressif/esp-idf!26284
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

Warnings
⚠️ The PR description looks very brief, please check if more details can be added.
⚠️

Some issues found for the commit messages in this MR:

  • the commit message Update bt lib for ESP32-C3 and ESP32-S3(c8aa206) appears to be a temporary or automatically generated message
  • the commit message change(wpa_supplicant): clean up test_dpp, set leak threshold appears to be a temporary or automatically generated message
  • the commit message change(wpa_supplicant): clean up test_eloop, set leak threshold appears to be a temporary or automatically generated message
  • the commit message change(wpa_supplicant): clean up test_sae, set leak thresholds appears to be a temporary or automatically generated message
  • the commit message change(wpa_supplicant): test_offchannel: cleanups and leak thresholds appears to be a temporary or automatically generated message
  • the commit message ci(system): re-enable build test app for C2 and C6, clean up configs appears to be a temporary or automatically generated message

Please consider updating these commit messages.

Messages
📖 You might consider squashing your 223 commits (simplifying branch history).

👋 Welcome Jason2866, thank you for your first contribution to espressif/esp-idf project!

📘 Please check Contributions Guide for the contribution checklist, information regarding code and documentation style, testing and other topics.

🖊️ Please also make sure you have read and signed the Contributor License Agreement for espressif/esp-idf project.

Pull request review and merge process you can expect

Espressif develops the ESP-IDF project in an internal repository (Gitlab). We do welcome contributions in the form of bug reports, feature requests and pull requests via this public GitHub repository.

  1. An internal issue has been created for the PR, we assign it to the relevant engineer
  2. They review the PR and either approve it or ask you for changes or clarifications
  3. Once the Github PR is approved, we synchronize it into our internal git repository
  4. In the internal git repository we do the final review, collect approvals from core owners and make sure all the automated tests are passing
    • At this point we may do some adjustments to the proposed change, or extend it by adding tests or documentation.
  5. If the change is approved and passes the tests it is merged into the master branch
  6. On next sync from the internal git repository merged change will appear in this public Github repository

🔁 You can re-run automatic PR checks by retrying the DangerJS action

Generated by 🚫 dangerJS against 6cbc323

@Jason2866 Jason2866 merged commit a9ec851 into master Oct 9, 2023
1 check passed
@Jason2866 Jason2866 deleted the main_work branch October 9, 2023 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.