-
Notifications
You must be signed in to change notification settings - Fork 31
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 installed headers, update submodules #1001
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lukileczo
force-pushed
the
lukileczo/headers
branch
2 times, most recently
from
February 5, 2024 12:29
8fc5055
to
da9cb9e
Compare
lukileczo
force-pushed
the
lukileczo/headers
branch
2 times, most recently
from
February 5, 2024 12:59
a1ca0cf
to
67e5831
Compare
off_t is now defined as 64-bit signed integer, which type may differ between systems. JIRA: RTOS-125
lukileczo
force-pushed
the
lukileczo/headers
branch
2 times, most recently
from
February 5, 2024 13:24
30d4cfb
to
4eaf906
Compare
13 tasks
lukileczo
requested review from
agkaminski
and removed request for
agkaminski
February 5, 2024 13:37
lukileczo
force-pushed
the
lukileczo/headers
branch
2 times, most recently
from
February 7, 2024 11:07
8a2ac19
to
3686cf3
Compare
lukileczo
changed the title
update installed headers
update installed headers, update submodules
Feb 7, 2024
lukileczo
force-pushed
the
lukileczo/headers
branch
from
February 7, 2024 11:11
3686cf3
to
a9ca52c
Compare
* libphoenix fed7350...10af1b0 (5): > riscv64/reboot: fix include path > unistd/alarm: update `tid` type > !sys/interrupt: update function signature > clean up includes > riscv64: add system reset handling * phoenix-rtos-build 14a4a73...132890f (1): > host-generic: install kernel headers * phoenix-rtos-corelibs 25343d8...3ec9db3 (2): > libstorage: use off_t instead of offs_t > update installed headers include path * phoenix-rtos-devices 7f980d4...ac27d41 (5): > dma: imx6ull, imxrt: fix handle type in `sdma_init` > multiple files: use off_t instead of offs_t > update installed headers include path > imxrt-multi: disallow CM4 lockup to reset system > imxrt-multi: add CM4 core reset * phoenix-rtos-filesystems 5d26712...8af595a (1): > multiple files: use off_t instead of offs_t * phoenix-rtos-kernel 56a3b7a...1c700bb (6): > Makefile: set headers install dir on host > remove offs_t definition > !proc/userintr: update cond type in `setHandler` > !proc/threads: update `id` type in `threadCreate` > !syscalls: update handle type > !clean up installed headers * phoenix-rtos-lwip 9dd6b7c...4109940 (2): > wi-fi/lwip: use off_t instead of offs_t > update installed headers include path * phoenix-rtos-tests d1ce098...783845a (2): > fs/test_fcntl: cast off_t to long long int printf > update installed headers include path * phoenix-rtos-utils b3486af...992f5fc (3): > multiple files: use off_t instead of offs_t > psh: cast `off_t` before printing > update installed headers include path * plo a688ce0...a26067c (2): > hal/ia32/efi/kernel: remove offs_t > update installed headers include path
lukileczo
force-pushed
the
lukileczo/headers
branch
from
February 7, 2024 11:18
a9ca52c
to
a3da341
Compare
agkaminski
approved these changes
Feb 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
libphoenix fed7350...10af1b0 (5):
phoenix-rtos-build 14a4a73...132890f (1):
phoenix-rtos-corelibs 25343d8...3ec9db3 (2):
phoenix-rtos-devices 7f980d4...ac27d41 (5):
phoenix-rtos-filesystems 5d26712...8af595a (1):
phoenix-rtos-kernel 56a3b7a...1c700bb (6):
phoenix-rtos-lwip 9dd6b7c...4109940 (2):
phoenix-rtos-tests d1ce098...783845a (2):
phoenix-rtos-utils b3486af...992f5fc (3):
plo a688ce0...a26067c (2):
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment