-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[chibios] upgrade to chibios 18.2.2 #2296
Conversation
port code and boards to latest stable chibios also fix bug when time_t is 64 bits wide with meteostick it should also remove most of the warnings with recent GCC 7
@podhrmic it would be nice if you can test on your boards using chibios, thanks |
Will do. |
Works on Lisa MX (didn't test HITL, but flashing and telemetry works OK). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise all LGTM:-)
# 'PASSIVE' => ['INPUT', 'PUSHPULL', 'SPEED_VERYLOW', 'FLOATING', 'LEVEL_LOW']); | ||
# | ||
# SYSTEM | ||
A13 SWDIO SYS AF:SYS_JTMS-SWDIO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to see that ChibiOS came up with a better format for the board config files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, this is not from ChibiOS, it is from my colleague when he get bored building board.h files by hand...
port code and boards to latest stable chibios also fix bug when time_t is 64 bits wide with meteostick it should also remove most of the warnings with recent GCC 7
port code and boards to latest stable chibios
also fix bug when time_t is 64 bits wide with meteostick
it should also remove most of the warnings with recent GCC 7