-
Notifications
You must be signed in to change notification settings - Fork 3k
ADI: Fix EV_COG_AD3029LZ and EV_COG_AD4050LZ us_ticker_fire_interrupt() minimal time interval #6490
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
|
@li-ho It looks like the 2 commits in this history are duplicates of each other. They seem to make distinct changes. Could you update their titles to reflect the changes they make? Let me know if you would like help doing that. |
@theotherjimmy |
- ensure us_ticker_irq_handler() is called only when GP2 timer expires - set us_ticker_set_interrupt() time interval to be 9.846 us - set us_ticker_fire_interrupt() time interval to be 0.03846 us - convert tab to space
- ensure us_ticker_irq_handler() is called only when GP2 timer expires - set us_ticker_set_interrupt() time interval to be 9.846 us - set us_ticker_fire_interrupt() time interval to be 0.03846 us
/morph build |
Build : SUCCESSBuild number : 1642 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 1274 |
Description
Pull request type
Steps to reproduce
mbed test -m EV_COG_AD3029LZ -t GCC_ARM -n mbed-os-tests-mbed_drivers-timerevent,mbed-os-tests-mbed_platform-critical_section
mbed test -m EV_COG_AD4050LZ -t GCC_ARM -n mbed-os-tests-mbed_drivers-timerevent,mbed-os-tests-mbed_platform-critical_section