-
Notifications
You must be signed in to change notification settings - Fork 1
Fixed due to esp32 package 3.0.1 update #20
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
Conversation
Memory usage change @ 9e30418
Click for full report table
Click for full report CSV
|
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.
レビューしました。
コメントの確認お願いします。
また、Lintでエラーが出ているので修正お願いします。
uROS_STEP10_tfMsg/interrupt.ino
Outdated
@@ -1,4 +1,4 @@ | |||
// Copyright 2023 RT Corporation | |||
// Copyright 2024 RT Corporation |
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.
Copyrightには発行年を記載します。
このリポジトリはすでにオープンにしているので、発行年の更新は不要です。
他の変更も削除お願いします。
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.
変更しました
g_timer0 = timerBegin(1000000); //1us | ||
timerAttachInterrupt(g_timer0, &onTimer0); | ||
timerAlarm(g_timer0, 1000, true, 0); //1kHz | ||
timerStart(g_timer0); |
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.
Pi:Co V2 リポジトリと同様に、 //1MHz(1us) と //1000 * 1us(1kHz) 表記に変更お願いします。
他のコメントも同様に対応お願いします。
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.
変更しました
Memory usage change @ 6190cf2
Click for full report table
Click for full report CSV
|
LGTMです |
What does this implement/fix?
ESP32 package 3.0.1にアップデートに合わせた修正
Does this close any currently open issues?
ありません
How has this been tested?
実機で動作確認をしました
Any other comments?
ブランチ名が3.0.0になっていますが、実際のesp32 packageは3.0.1を使っています。
Checklists