Krzysztof Chruściński
1ec05c4431
tests: drivers: Add dependency to UART runtime configuration
...
Force enabling of the UART runtime configuration in UART tests.
Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2023-11-15 10:02:18 +01:00
Anas Nashif
345735d0a8
tests: remove CONFIG_ZTEST_NEW_API in all tests
...
Remove all usage of CONFIG_ZTEST_NEW_API from tests and sample as this
is now enabled by default.
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-10-20 15:04:29 +02:00
Enjia Mai
8995a58702
tests: drivers: uart: move the uart async tests to new ztest API
...
Migrate the testsuite tests/drivers/uart/uart_async_api to the
new ztest API.
Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-09-08 15:25:52 +00:00
Andrew Boie
cc45266fdc
tests: uart_async_api: run in user mode
...
Callback registration occurs in new cases which immediately
precede each test.
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-01-17 16:15:02 -05:00
Mieszko Mierunski
0971d80bfc
tests: uart: Add tests for async UART API.
...
Added tests for async UART API and test configuration for
nrf52840_pca10056 board.
For tests to work, RX and TX pins have to be connected together
and second UART is needed to output results to console.
Signed-off-by: Mieszko Mierunski <mieszko.mierunski@nordicsemi.no>
2019-01-22 18:54:12 +01:00