-
Notifications
You must be signed in to change notification settings - Fork 3k
LoraRadio test update for baremetal support #14195
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
@jeromecoutant, thank you for your changes. |
TEST_ASSERT_EQUAL(EV_NONE, received_event); | ||
received_event = EV_TX_TIMEOUT; | ||
TEST_ASSERT_EQUAL(osOK, event_sem.release()); | ||
} | ||
|
||
static void rx_done(const uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr) | ||
{ | ||
rtos::ThisThread::sleep_for(2); |
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.
Do you know why these sleep where present in the first place ?
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.
No, I am quite new in lora....
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.
If this works for various radios (without the timeouts there).
It works for coming STM32WL55 .... :-) |
@pan- |
This pull request has automatically been marked as stale because it has had no recent activity. @ARMmbed/mbed-os-maintainers, please start CI to get the PR merged. |
Let's start CI ? |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Kind reminder :-) |
@paul-szczepanek-arm Can you add the docs please? |
Summary of changes
Test is now OK with default and baremetal configurations for DISCO_L072CZ_LRWAN1:
@ludoch-stm
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers