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

update submodules #1085

Merged
merged 1 commit into from
May 24, 2024
Merged

update submodules #1085

merged 1 commit into from
May 24, 2024

Conversation

ziemleszcz
Copy link
Contributor

@ziemleszcz ziemleszcz commented May 24, 2024

  • phoenix-rtos-devices e94a7ab...6f96b6f (14):

    imxrt-flash: RX/TX FIFO optimization
    imxrt-flash: non-XIP flash ops don't block XIP threads
    imxrt-flash: introduce common flexspi poll function
    imxrt-flash: fix reading data from AHB
    imxrt-flash: remove unused code
    imxrt-flash: support for calulating CRC32 of selected region
    imxrt-flash: split devctl input & output to union
    stm32l4-multi: handle dma TC and HT in single callback
    stm32l4-multi: disable RXNE interrupt when using DMA
    stm32l4-multi/libuart: disable DMA channel when reconfiguring UART
    stm32l4-multi/libuart: refactor
    stm32l4-multi/libuart: fix initialization order
    imxrt-flash: support for second flash memory
    imxrt-flash: device filename fix

  • plo 2e24763...f5c0137 (1):

    imxrt-flash: support for second flash memory & bug fixes

JIRA: NIL-570

Description

Motivation and Context

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (refactoring, style fixes, git/CI config, submodule management, no code logic changes)

How Has This Been Tested?

  • Already covered by automatic testing.
  • New test added: (add PR link here).
  • Tested by hand on: (list targets here).

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing linter checks and tests passed.
  • My changes generate no new compilation warnings for any of the targets.

Special treatment

  • This PR needs additional PRs to work (list the PRs, preferably in merge-order).
  • I will merge this PR by myself when appropriate.

@ziemleszcz ziemleszcz self-assigned this May 24, 2024
* phoenix-rtos-devices e94a7ab...6f96b6f (14):
  > imxrt-flash: RX/TX FIFO optimization
  > imxrt-flash: non-XIP flash ops don't block XIP threads
  > imxrt-flash: introduce common flexspi poll function
  > imxrt-flash: fix reading data from AHB
  > imxrt-flash: remove unused code
  > imxrt-flash: support for calulating CRC32 of selected region
  > imxrt-flash: split devctl input & output to union
  > stm32l4-multi: handle dma TC and HT in single callback
  > stm32l4-multi: disable RXNE interrupt when using DMA
  > stm32l4-multi/libuart: disable DMA channel when reconfiguring UART
  > stm32l4-multi/libuart: refactor
  > stm32l4-multi/libuart: fix initialization order
  > imxrt-flash: support for second flash memory
  > imxrt-flash: device filename fix

* phoenix-rtos-kernel 5570581...828df3f (6):
  > kernel/vm: Remove unreachable code
  > kernel/vm: Remove dead code
  > kernel/vm: Make _page_initSizes and _page_map static
  > kernel/vm: MISRA
  > armv7m/imxrt117x: Add GPR0-GPR25 back
  > proc_fork: copy parent context to child's kstack

* plo 2e24763...f5c0137 (1):
  > imxrt-flash: support for second flash memory & bug fixes

JIRA: NIL-570
Copy link

Unit Test Results

7 460 tests  ±0   6 745 ✅ ±0   38m 57s ⏱️ - 1m 7s
  420 suites ±0     715 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit dcf2ef0. ± Comparison against base commit 3145971.

@ziemleszcz ziemleszcz marked this pull request as ready for review May 24, 2024 14:27
@ziemleszcz ziemleszcz requested a review from a team May 24, 2024 14:28
@ziemleszcz ziemleszcz merged commit 0a9dfbc into master May 24, 2024
30 checks passed
@ziemleszcz ziemleszcz deleted the ziemleszcz/NIL-570 branch May 24, 2024 14:35
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.

None yet

2 participants