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 #787

Merged
merged 1 commit into from
Jul 24, 2023
Merged

update submodules #787

merged 1 commit into from
Jul 24, 2023

Conversation

adamdebek
Copy link
Contributor

@adamdebek adamdebek commented Jul 24, 2023

  • libphoenix d26c40e...1197d36 (3):

    complex: Implement commonly used complex number functions
    arch/riscv64: fix setjmp/longjmp
    arch/sparcv8leon3: implement cpu reboot

  • phoenix-rtos-build 0a10ac9...77ee698 (1):

    Validate build options.

  • phoenix-rtos-corelibs 501a319...b23deda (1):

    libstorage: Fix ioctl() handling on fs

  • phoenix-rtos-devices 520b994...e3ecb75 (4):

    makes: fix build of CM4 example
    imxrt117x: CM4 MU optimizations
    gr716-flash: add tests
    implement flash driver for sparv8leon3-gr716

  • phoenix-rtos-doc 5d87392...eec6a46 (2):

    add more information about uptime command
    utils: psh: add mem command description

  • phoenix-rtos-filesystems d53f648...1fb5a19 (5):

    dummyfs: add mounting capabilities to dummyfs
    jffs2: fix setting atime, mtime and ctime
    jffs2: fix setting attributes of newly created file
    libjffs2: Fix handling ioctl() on regular file
    _targets/sparcv8leon3: add libmeterfs to makefile

  • phoenix-rtos-kernel fa9d23f...49bb710 (4):

    hal_cpuCreateContext: add thread-local storage handling
    riscv64: assembly code improvements
    posix: Reduce max fd count on all NOMMU targets
    hal/sparcv8leon3: implement cpu reboot

  • phoenix-rtos-tests 6c0ba39...91397a6 (2):

    psh: fix expected regex in size case for test-ls-rootfs
    libc: fix nightly fail on nucleo

  • phoenix-rtos-utils b08b7be...b27790a (1):

    cm4-tool: rx thread optimization

  • plo 1d88209...a707c0b (1):

    hal/sparcv8leon3: implement cpu reboot

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)

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.

* libphoenix d26c40e...1197d36 (3):
  > complex: Implement commonly used complex number functions
  > arch/riscv64: fix setjmp/longjmp
  > arch/sparcv8leon3: implement cpu reboot

* phoenix-rtos-build 0a10ac9...77ee698 (1):
  > Validate build options.

* phoenix-rtos-corelibs 501a319...b23deda (1):
  > libstorage: Fix ioctl() handling on fs

* phoenix-rtos-devices 520b994...e3ecb75 (4):
  > makes: fix build of CM4 example
  > imxrt117x: CM4 MU optimizations
  > gr716-flash: add tests
  > implement flash driver for sparv8leon3-gr716

* phoenix-rtos-doc 5d87392...eec6a46 (2):
  > add more information about uptime command
  > utils: psh: add mem command description

* phoenix-rtos-filesystems d53f648...1fb5a19 (5):
  > dummyfs: add mounting capabilities to dummyfs
  > jffs2: fix setting atime, mtime and ctime
  > jffs2: fix setting attributes of newly created file
  > libjffs2: Fix handling ioctl() on regular file
  > _targets/sparcv8leon3: add libmeterfs to makefile

* phoenix-rtos-kernel fa9d23f...49bb710 (4):
  > hal_cpuCreateContext: add thread-local storage handling
  > riscv64: assembly code improvements
  > posix: Reduce max fd count on all NOMMU targets
  > hal/sparcv8leon3: implement cpu reboot

* phoenix-rtos-tests 6c0ba39...91397a6 (2):
  > psh: fix expected regex in size case for test-ls-rootfs
  > libc: fix nightly fail on nucleo

* phoenix-rtos-utils b08b7be...b27790a (1):
  > cm4-tool: rx thread optimization

* plo 1d88209...a707c0b (1):
  > hal/sparcv8leon3: implement cpu reboot
@adamdebek adamdebek force-pushed the adamdebek/update_submodules branch from 761033a to 7f78c3f Compare July 24, 2023 17:01
@adamdebek adamdebek marked this pull request as ready for review July 24, 2023 17:13
@adamdebek adamdebek requested a review from a team July 24, 2023 17:14
@nalajcie nalajcie merged commit 27ef1ee into master Jul 24, 2023
25 checks passed
@nalajcie nalajcie deleted the adamdebek/update_submodules branch July 24, 2023 17:22
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