-
Notifications
You must be signed in to change notification settings - Fork 645
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
Bump tj-actions/changed-files from 35 to 41 in /.github/workflows #1431
Bump tj-actions/changed-files from 35 to 41 in /.github/workflows #1431
Conversation
…icker Use DIV_ROUND_UP macro in HAL ticker. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 5daa864) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 96ebab1)
…d TX and RX bugfix Changes: -- Disregards target event after segmenting the first TX SDU and instead decide event based on the next payload and feasibility to fragment for that event (time-offset > 0) -- Corrected error SDU release logic when an error occurs while expecting the start of a new SDU, to avoid releasing an SDU which could be received in the next payload or event -- Included additional debug logging Signed-off-by: Nirosharn Amarasinghe <[email protected]> (cherry picked from commit e318a30) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 40fdecb)
…nness Changes: -- Corrected reading and writing time offset in framed segment header to account for endianness -- Corrected bit positioning of time offset bit field in the segment header structure definition -- Fixed upstream Zephyr BSIM test build failure due to debug logging 39-bit variable Signed-off-by: Nirosharn Amarasinghe <[email protected]> (cherry picked from commit 31df0ef) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit e0122d7)
… of TX time stamps Intent is to pass Ellisys ISOAL quality tests for framed TX scenarios where the TX SDU includes a time stamp that is not based on the controller's clock. Changes: -- Include controller's reception time as a separate field in the TX SDU information -- Include decision on whether SDU time stamp is valid and based on the controller's clock -- Arbitrate and select / compute time stamp for the SDU Signed-off-by: Nirosharn Amarasinghe <[email protected]> (cherry picked from commit d414cab) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 9c58cfc)
…rror In case of unframed iso rx, length field cannot be trusted in case of PDU error. Signed-off-by: Erik Brockhoff <[email protected]> (cherry picked from commit 365a56c) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit aff4981)
…gging Included kconfigs to set the ISO-AL logging level and control debug logging verbosity. Signed-off-by: Nirosharn Amarasinghe <[email protected]> (cherry picked from commit b964362) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 5951daa)
…e started Fix ticker implementation to prefer to keep ticker node started in case of race condition to start and stop. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit f4e05e3) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 31efdfb)
…quested flag Fix the order of setting the flag that indicates that preempt timeout has been successfully requested versus the request is waiting to be scheduled. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 4cefcb6) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 4393623)
…valid status Fix HCI LE Set Extended Advertising Parameter Command invalid status reason. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 879c611) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit ae5d8e2)
… for skipped events" These change are reverted as part of fixing regression failure in LL/DDI/SCN/BV-21-C and LL/DDI/SCN/BV-25-C. This reverts commit 0d54ca8. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 9178130) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 69d2075)
…pare pipeline Use the state/role context parameter in prepare pipeline to identify the preempt timeout that was setup. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit dacadf2) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 3494cea)
…eck short prepare Use ticker_ticks_diff_get consistently when calculating difference between ticker ticks when determining short prepare requests. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 67a2fc4) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 0d3ec77)
…server Fix ticks_slot_window use in Observer, do not use for unreserved continuous scanning, and do not use when scanning on both 1M and Coded PHY simultaneously. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 377e2a1) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 13b4224)
…ueued in pipeline Fix short prepare handling when more than one event is enqueued in the pipeline and the short prepare is placed at the end of the prepare pipeline. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 7f388bb) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit f200aa6)
…ion code Refactor/rename prepare dequeue iteration code and reuse it. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit c1042df) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 0a00dd7)
…on Extended Scan Reduce number of successive calls to ticker_job() by disabling mayflies in the ULL_HIGH priority, enqueue ticker_yield_abs() and ticker_start() before re-enabling so that single ticker_job() handles both yield and start. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 02b1c76) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 1902bae)
…for Coded PHY Revert EVENT_OVERHEAD_START_US value for Coded PHY support, needed to pass LL/DDI/SCN/BV-21-C and LL/DDI/SCN/BV-25-C. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit d8f0006) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 8418b57)
…reated() Minor rename to ull_adv_sync_iso_created(). Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 5b4eb9b) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 65ab80d)
…verheads Calculate Broadcast ISO event overheads due to extended and periodic advertising events. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 87138e7) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit cbc4b5e)
…reempt PTO & CTRL Maximize BIG event length to extend upto ISO interval, and allow PTO and Control subevents to be pre-emptible. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 0f2980d) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 10adc66)
…oadcast ISO Use maximum event time length when scheduling Broadcast ISO events. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 3fba1a1) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 71e9b9f)
…ablished Event Fix PHY_C_TO_P and PHY_P_TO_C value in HCI LE CIS Established Event. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit e4cc583) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 834626a)
…IS active set Fix assertion due to late Peripheral CIS active flag being initialized. CIS active flag shall be initialized when it is acquired. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit cb28104) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 796be5a)
Fix missing host feature reset on HCI reset command. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 94bd483) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit b0a6f69)
Switch use of kconfig: * SOC_SERIES_NRF53X -> SOC_COPATIBLE_NRF53X * SOC_NRF5340_CPUNET -> SOC_COMPATIBLE_NRF5340_CPUNET to also select those options/code when building for the nrf53 simulated targets. Also switch three kconfig range dependencies from SOC_SERIES_NRF52X to SOC_COPATIBLE_NRF52X (IRQ priority related) for consistency. These sound not really have an impact. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit bab4ed1) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 1690874)
To avoid a build error when coded phy is not enabled for a nrf53: These three functions are only used for coded phy, and depend on macros which are only defined if coded phy is enabled. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit f155780) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 5c5a344)
Rename the bsim header in preparation for having more simulated targets. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit bae0dac) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 6dfef35)
…er id regression Fix regression in sw switch single timer id use for nRF53x series SoC. Regression introduced in commit cfcbe5d ("Bluetooth: Controller: Remove redudant header file includes"). Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 8c9ac50) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 0aa27c0)
…tion The following changes have been done: 1. HAL_SW_SWITCH_GROUP_TASK_DISABLE_PPI_REGISTER_TASK(index) = HAL_SW_SWITCH_GROUP_TASK_DISABLE_PPI_TASK(channel) has been convered into HAL_SW_SWITCH_GROUP_TASK_DISABLE_PPI_REGISTER_TASK(index, channel) 2. HAL_SW_SWITCH_GROUP_TASK_ENABLE_PPI_REGISTER_TASK(index) = HAL_SW_SWITCH_GROUP_TASK_ENABLE_PPI_TASK Which was only used in one place, has been replaced with the equivalent HAL call 3. HAL_SW_SWITCH_GROUP_TASK_ENABLE_PPI_REGISTER_TASK(index) = 0 was replaced with the HAL subscribe clear function nrf_dppi_subscribe_clear(NRF_DPPIC, HAL_SW_DPPI_TASK_EN_FROM_IDX(SW_SWITCH_TIMER_TASK_GROUP(index))); 4. NRF_DPPIC->SUBSCRIBE_CHG[group].EN/DIS = 0; have been replaced with the equivalent HAL clear call 5. NRF_DPPIC->TASKS_CHG[group].DIS = 1; have been replaced with the equivalent hal task_trigger() call 6. Manually setting the CHG registers, has been replaced with a clear + add (because the hal does not have a set function yet) So, NRF_DPPIC->CHG[group] = value has been replaced with nrf_dppi_group_clear(NRF_DPPIC, group); nrf_dppi_channels_include_in_group(NRF_DPPIC, value, group); (A set function has been requested from the HAL team) Note: There is other direct registes writes to the dppi subscribe and CHG registers in the coded phy parts which have not been changed yet. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit c5191ba) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 8c16b53)
… cleanup Remove a few macros which are not used anywhere in the tree. For the sake of simplifying the header and easing its understanding. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit 07bb88d) Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> (cherry picked from commit 32d3dcd)
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
none Note: This comment is automatically posted and updated by the Contribs GitHub Action. |
Bumps tj-actions/changed-files from 35 to 41.
Release notes
Sourced from tj-actions/changed-files's releases.
... (truncated)
Changelog
Sourced from tj-actions/changed-files's changelog.
... (truncated)
Commits
716b1e1
fix: update characters escaped by safe output (#1815)7aaf10d
chore(deps): update dependency eslint-plugin-prettier to v5.1.2cc08e17
Upgraded to v41 (#1811)6e79d6e
Update README.mdd13ac19
Update README.mdbb89f97
Update README.md1864078
Updated README.md (#1810)f495a03
chore(deps): lock file maintenance47371c5
Update README.md (#1808)4f573fe
Revert "chore(deps): update actions/download-artifact action to v4" (#1806)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.