Skip to content

Support esomx and trackerm platforms and MCU tag targeting

Latest
Compare
Choose a tag to compare
@joegoggins joegoggins released this 07 Jun 17:23
· 72 commits to master since this release

This release makes it possible to run integration tests on esomx and trackerm platforms as well as writing integration tests that use the tag keyword to restrict tests to platform that have a specific MCU. For example, you can use tag('nrf52840') to ensure the test runner only runs on devices that have this tag. The MCU tags supported are rtl872x, nrf52840, and stm32f2xx.

See these PRs for more details:

#13
#14