Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

#208 #207 Remove SimpleTest, Move logging to TcMenuLog library, Add m… #211

Merged
merged 5 commits into from
Nov 4, 2024

Conversation

davetcc
Copy link
Collaborator

@davetcc davetcc commented Sep 15, 2024

mbed SPI, SimpleTest removal, TcMenuLog library move.

@davetcc davetcc requested a review from vzahradnik September 15, 2024 08:48
@davetcc davetcc self-assigned this Sep 15, 2024
@davetcc
Copy link
Collaborator Author

davetcc commented Sep 15, 2024

We should not merge this until TcMenuLog is released and more testing is performed.

@davetcc
Copy link
Collaborator Author

davetcc commented Sep 15, 2024

In fact the tests will not pass until TcMenuLog is pushed into the repository

@@ -11,7 +11,7 @@ namespace iotouch {
}
if (ticks++ > accel) {
ticks = 0;
accel = max(minTicks, uint8_t(accel / 2U));
accel = internal_max(minTicks, uint8_t(accel / 2U));
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe we should start using namespaces more. Something like tcmenu::max(...)

@davetcc davetcc marked this pull request as draft September 15, 2024 11:04
@davetcc davetcc marked this pull request as ready for review October 19, 2024 17:07
@davetcc davetcc merged commit 1675427 into main Nov 4, 2024
1 of 24 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants