-
Notifications
You must be signed in to change notification settings - Fork 2.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
Requirements document for on-device testing (#1161) #1283
Conversation
- Nordic nRF52 board <TODO: REF> | ||
- SiLabs XXXX board <TODO:REF> | ||
- Espressif ESP32 XXXX board <TODO:REF> | ||
|
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.
We should always support Linux, macOS with BSD Sockets + LwIP (+ Network.framework for macOS) variants as well, at all times. If possible, we should also add iOS and Android, where it makes sense and where possible.
Test framework, dispatching, device interaction, result collection are discussed. * Status: first draft
24e9922
to
3104d1a
Compare
Size increase report for "Build Examples [ESP32]"
Full report output
|
Size increase report for "Build Examples [nRF]"
Full report output
|
Size increase report for "Build Examples [main-build]"
Full report output
|
Problem
Specification of on-device test protocols for development support and certification.
Summary of Changes
Test framework, dispatching, device interaction,
result collection are discussed.
fixes #1161