zephyr/tests
Peter Bigot bfb7c39ca4 tests: gpio_basic_api: update for deprecation
Since the callback enable and disable functions are deprecated, but
cannot be re-implemented in terms of other API, add back an old-style
interrupt configuration test that uses the deprecated flags and
functions in the way existing code would do.  The test module
internally disables the deprecation warnings.

Remove the test for the deprecated read/write functions, incorporating
a basic check into the module that tests deprecated callback functions.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-02-05 12:00:36 +01:00
..
application_development tests: application_development/libxcc: exclude using XCC... 2020-01-07 17:09:38 +01:00
arch drivers: counter: add counter_get_value(), deprecate counter_read() 2020-01-28 12:52:46 -05:00
benchmarks tests: benchmarks: Add ARM64 case 2020-02-01 08:08:43 -05:00
bluetooth tests: bluetooth: mesh: Convert to new GPIO API 2020-02-05 12:00:36 +01:00
boards tests: intel_s1000_crb: update to new GPIO API 2020-02-05 12:00:36 +01:00
crypto tests: tags: Add entropy and random tags 2020-01-28 09:37:51 -05:00
drivers tests: gpio_basic_api: update for deprecation 2020-02-05 12:00:36 +01:00
kernel tests/mem_protect/stackprot: Need a delay under SMP 2020-02-03 09:31:56 -05:00
lib lib: os: onoff: add API for on-off service request and release management 2020-01-29 14:08:46 +01:00
misc/test_build tests: fix test identifiers 2019-12-09 15:53:44 -05:00
net test: net: pkt: Added a test case for net_pkt_pull() 2020-02-03 10:47:08 +02:00
portability tests: samples: portability: fix test tags and identifiers 2019-12-09 15:53:44 -05:00
posix global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
shell tests: fix test identifiers 2019-12-09 15:53:44 -05:00
subsys tests: logging: Add missing header 2020-01-29 16:59:10 -05:00
unit tests: unit: util: Add test for IF_ENABLED() 2019-12-18 08:14:52 -05:00
ztest