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

core: remove kernel_types.h #15482

Merged
merged 8 commits into from
Nov 25, 2020
Merged

Conversation

kaspar030
Copy link
Contributor

@kaspar030 kaspar030 commented Nov 20, 2020

Contribution description

This PR removes core/include/kernel_types.h, which seems to only contain obsolete info.
Another commit removes any includes of that file.

This also pointed to a missing include for inttypes.h in sched.h, which is added in another commit. moved to #15481.

Testing procedure

Successful CI should be sufficient.

Issues/PRs references

Follow-up of #14787

@kaspar030 kaspar030 added Area: core Area: RIOT kernel. Handle PRs marked with this with care! Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Nov 20, 2020
@kaspar030
Copy link
Contributor Author

Let's see what CI uncovers.

@kaspar030 kaspar030 added the State: waiting for other PR State: The PR requires another PR to be merged first label Nov 20, 2020
@kaspar030
Copy link
Contributor Author

Let's see what CI uncovers.

turns out it is not that simple. :/

@kaspar030 kaspar030 added the State: WIP State: The PR is still work-in-progress and its code is not in its final presentable form yet label Nov 23, 2020
@benpicco benpicco added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR and removed State: waiting for other PR State: The PR requires another PR to be merged first CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Nov 25, 2020
diff --git a/src/ccnl-core/include/ccnl-if.h b/src/ccnl-core/include/ccnl-if.h
index cf90dcf9c3..40d461a55e 100644
--- a/src/ccnl-core/include/ccnl-if.h
+++ b/src/ccnl-core/include/ccnl-if.h
Copy link
Contributor

Choose a reason for hiding this comment

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

please also provide an upstream pr :)

sys/include/can/router.h Outdated Show resolved Hide resolved
cpu/lpc23xx/periph/rtc.c Outdated Show resolved Hide resolved
@kaspar030
Copy link
Contributor Author

I fixed the extra newlines.

Copy link
Contributor

@benpicco benpicco left a comment

Choose a reason for hiding this comment

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

looks good to me - please squash.
Let's see if it now also looks good to Murdock.

@benpicco benpicco merged commit 2453b68 into RIOT-OS:master Nov 25, 2020
@kaspar030
Copy link
Contributor Author

Thanks for the review!

@kaspar030 kaspar030 deleted the remove_kernel_types branch November 25, 2020 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: core Area: RIOT kernel. Handle PRs marked with this with care! CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR State: WIP State: The PR is still work-in-progress and its code is not in its final presentable form yet Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants