-
Notifications
You must be signed in to change notification settings - Fork 3
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
Buid action #4
Merged
Merged
Buid action #4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kmilo17pet
added a commit
that referenced
this pull request
Nov 6, 2024
* doc update. increased rev to 1.0.5 * doc fixes * Create static-analisys.yml * SA fixes * small SA fixes * cppcheck inline supression for some false-positives * doc update for config macros * doc typo fixes * more typo fixes to doc * doc update - added sm::SIGNAL_USER - fixed doc typos - increased rev to 1.0.6 * fixes and improvements - fixed idle task wihout callback - allow user-defined tasks : inherited from task - fixed task naming - increased rev to 1.0.7 * allow FSM states definition as objects increased rev to 1.0.8 * inline check typo fixes * Update doxygen_gen.yml * Update doxygen_gen.yml * Delete header.html * Update doxygen_gen.yml * decoupled signalPublisher - time_t replaced by duration_t to prevent std name clashing * increased rev to 1.0.9 * added perform-until to coroutines * bump to 1.1.0 - small fix to co::yield and co::restart calls - doc update * Buid action (#4) * Create build * Rename build to build.yml * Update build.yml * Update build.yml * Update README.md * refactor trace -> logger - renamed "trace" to "logger" - simplified api : logger::out( <severity>) - updated documentation - increased rev to 1.2.1 * Update logger.hpp * fix example * updated rev * logger fixes logger fixes increased rev to 1.2.3 * minor fixes to logger * logger refactor * doc update. Rev increased * define SIZE_MAX for some compilers that do not have it defined * Adding missing constructor to command (#5) * portability and compliance fixes * updated doc stylesheet * fixed doc figure * added getter for cli command param * added command getter to cli handler. doc update * small improvements. increased rev to 1.2.9 * fix doc typo * sa fixes for compliance * fix literals * fix redundant boolean literal on boolean operator * deepsource inline ommit flags * small sa fixes * added self state subscription validation * removed redundant timeoutSet/Stop on stateHandler * fix typo * alias for signalID type * removed member initializers on transition_t to allow aggregate initialization * incresed rev to 1.3.1 * doc fixes: example on fsm * added arduino example for blink fsm * added overloaded constructors to sm::transition to simplify transition tables creation for user * sa rev * increased rev to 1.3.3 * eventdata and sm::handler class access simplified * doc update * simplify usage of setTimeouts() and setTransitions() * fix doc ver * increased rev to 1.3.6. * bump to 1.3.7 * typo: not use N as identifier for msp430x compatibility * bump to 1.3.8 * sa rev * doc update * doc update * fixed examples. bump to 1.3.9 * added api to set name on idle task * fix type on sm::state::setTimeouts(). Fixed fsm example. bump to 1.4.1 * bump to 1.4.2 * small fixes. logger with disabled coloring by default. bump to 1.4.3 * fix name clash with list/coroutine. Simplified edgecheck. bump to 1.4.4 * some addons to edgecheck. bump to 1.4.5 * fix nullptr deref on edgecheck * renamed edgecheck to input. Bump to 1.4.7 * some renaming to enums in input * fix enums * minor fix * added doc. naming fixes * refactor input. bump to 1.4.9 * fix to input * bump to 1.5.1 * added posibility to let kernel handle the input-watchers. bump to 1.5.2 * fix lib category * some refactor to input * update fsm example * doc update * sa fixes * some small fixes * small fix to input * fix to input clear steady on/off on edge * fix input::event output on logger.cpp * fixed input for analog channels. bump to 1.5.5 * small fixes * fix proto * analog input with same id shares value. bump to 1.5.6 * added input multipress. Added OS prod constants. bump to 1.5.7 * minor fixes. bump to 1.5.8 * small fix on logger * fix cast on logger. Other minor fixes. bump to 1.5.9 * improved input. Bump to 1.6.0 * sa check * refactores methods on input. bump to 1.6.1 * sa fixes * comment out protected on input * bump to 1.6.2 * doc update and other fixes * more doc fixes * small typo fix on Doxygen * more doc fixes * fix doc grouping issue * fix typo * bump to 1.6.4 * fix doc on input * fixes to input. renamed core::addxxxx() methods to core::add(). same for sm::###::install##(). Fixed volatile deprecation * minor dox fix on fsm * updated keywords * minor doc fixes * added STEP and DELTA events to input * doc fixes * doc fixes * fix step/diff events on input. bump to 1.7.2 * fix step/diff events. bump to 1.7.3 * fix step event on input to prevent missing events. bump to 1.7.4 * Update stylesheet * Bump to 1.7.5. Detect fir on input step event. Other minor SA fixes * sa rev * update actions --------- Co-authored-by: camilo <juancamilo.gomezcadavid@sensiaglobal.com> Co-authored-by: J. Camilo G.C <kmilo17pet@gmail.com> Co-authored-by: Fernando Mumbach <fermuch@cryptolab.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.