-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
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
… is greater than 40
…t_spp_acceptor example
- 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
👋 Welcome Jason2866, thank you for your first contribution to 📘 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 expectEspressif 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.
🔁 You can re-run automatic PR checks by retrying the DangerJS action |
No description provided.