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

Minor joybus subsystem cleanup #426

Merged
merged 3 commits into from
Sep 1, 2023
Merged

Conversation

meeq
Copy link
Contributor

@meeq meeq commented Sep 1, 2023

This is some groundwork for my upcoming Joypad subsystem that doesn't depend on any of the larger changes.

  • Renames joybusinternal.h to joybus_internal.h for consistency with backtrace_internal.h, exception_internal.h, and rompak_internal.h
  • Removes #include "libdragon.h" from joybus.c and replaces it with the individual header files that the module depends on.
  • Wraps the JOYBUS_STATE_* macros in a Doxygen member group (it just looks nicer in the generated docs).
  • Associates the Joybus Subsystem-related files with the joybus group in Doxygen
  • Fixes missing #include <stdint.h> in interrupt.h

@rasky rasky merged commit 6a42ec7 into DragonMinded:trunk Sep 1, 2023
4 checks passed
@meeq meeq deleted the minor-joybus-cleanup branch September 3, 2023 12:45
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.

2 participants