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

New console system + small doc fix #3

Merged
merged 3 commits into from
Oct 12, 2014
Merged

Conversation

biot
Copy link
Collaborator

@biot biot commented Oct 12, 2014

Note I've reformatted the functions I touched according to the linux kernel coding style, but left other functions untouched for an overall code style commit later.

Each console now has its own struct to store data, and its thread is
allocated dynamically. The 'struct hydra_console' is defined in
common.h, and can be extended with console-specific fields.

Every function callback gets this console's struct as a parameter,
instead of ChibiOS's BaseStreamSequence output handle. This handle
is included in the struct.

These changes reduce overall code size.
bvernoux added a commit that referenced this pull request Oct 12, 2014
New console system + small doc fix
@bvernoux bvernoux merged commit d915c10 into hydrabus:master Oct 12, 2014
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