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

Update to most recent master #68

Merged
merged 1 commit into from
Aug 26, 2020
Merged

Update to most recent master #68

merged 1 commit into from
Aug 26, 2020

Conversation

rzouCERN
Copy link
Contributor

  • example of how to use C11 _Generic for typesafe macros. Total overkill but I keep trying this
  • Update ADCMonitorTask.c. hooks to check over/undervoltage
  • cleanup of usage of literal constants. Ensure that all numeric literal constants are floats, to avoid spurious/unneeded calls to float to double and back. also rationalize a bit the handling of %f in sprintf.
  • Rewrite of temperature alarm using generic alarm task
  • Delete AlarmTask.c

* example of how to use C11 _Generic for typesafe macros. Total overkill but I keep trying this
* Update ADCMonitorTask.c. hooks to check over/undervoltage
* cleanup of usage of literal constants. Ensure that all numeric literal constants are floats, to avoid spurious/unneeded calls to float to double and back. also rationalize a bit the handling of %f in sprintf.
* Rewrite of temperature alarm using generic alarm task
* Delete AlarmTask.c
@rzouCERN rzouCERN merged commit 9ae3c36 into clocksynth Aug 26, 2020
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