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

Move to Zephyr 3.6.0 #53

Merged
merged 4 commits into from
Apr 19, 2024
Merged

Move to Zephyr 3.6.0 #53

merged 4 commits into from
Apr 19, 2024

Conversation

Deedone
Copy link
Contributor

@Deedone Deedone commented Feb 29, 2024

No description provided.

#include <stdint.h>
#include <string.h>
#include <strings.h>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spurious change? There is no mention of this in commit message

@@ -16,7 +16,7 @@
#include <domain.h>
#include <xen/public/io/xs_wire.h>
#include <xss.h>
#include <xstat.h>
//#include <xstat.h>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spurious change probably

ceiling_fraction is deprecated and should be replaced with DIV_ROUND_UP.

Signed-off-by: Mykyta Poturai <[email protected]>
Calling dmb() and dsb() directly is no longer supported. Use the new
barrier API instead.

Signed-off-by: Mykyta Poturai <[email protected]>
Since version 3.6 of Zephyr, the _POSIX_C_SOURCE definition is
required to be set per file to specify the version of the POSIX
standard to be used.

Define _POSIX_C_SOURCE to 200809L in the files that use strtok_r
and strnlen.

Signed-off-by: Mykyta Poturai <[email protected]>
In Zephyr version 3.5.0, the SYS_INIT api has been changed to
accept a function pointer with no arguments. This patch updates the
code to use the new SYS_INIT api.

Signed-off-by: Mykyta Poturai <[email protected]>
@firscity firscity merged commit c9538f6 into xen-troops:main Apr 19, 2024
1 of 8 checks passed
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.

3 participants