zephyr/tests
Andrzej Puzdrowski 94ff339cbf subsys: Add a new settings subsystem
Adapt the MyNewt non-volatile configuration system to become a settings
system in Zephyr.
The original code was modifed in the following ways:

* Renamed from config to settings
* Use the zephyr FCB, FS API, and base64 subsystems
* lltoa like function was added to sources as it was required but not
  included in Zephyr itself.
* The original code was modified to use Zephyr's slist.h as single
  linked list implementation.
* Reworked code which was using strtok_r, added function
  for decoding a string to a s64_t value.
* Thank to the above the settings subsys doesn't require newlibc anymore.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2018-03-28 10:44:20 -04:00
..
application_development/gen_inc_file tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
benchmarks arch: arm: nrf: Rename nrf5 SoC Family to nrf 2018-03-20 11:57:14 +01:00
bluetooth boards: delete arduino_101_ble board 2018-03-23 16:21:16 -04:00
boards/altera_max10 tests: boards: altera_max10: Add test for Nios-II i2c core 2018-02-07 19:37:35 -05:00
booting/stub tests/booting/stub: disable banner 2017-12-14 13:11:04 -05:00
compliance tests/compiance/checkpatch: force the format to 'email' 2016-11-10 19:30:32 +00:00
crypto tests: crypto: rand32: move rand32 test out of kernel 2018-03-23 07:29:18 -04:00
drivers drivers: eth: gmac: Do not verify config for unit tests 2018-03-20 10:37:34 -04:00
include native test: End tests as soon as they pass fail 2018-02-05 06:26:53 -08:00
kernel tests: kernel: mem_protect: Update platform whitelist 2018-03-26 14:24:34 -04:00
lib lib: base64: Add statement of changes 2018-03-23 13:54:48 +01:00
misc/test_build tests: Added test for UTF-8 characters in Kconfig values 2018-03-21 19:11:19 -04:00
net tests: net: Increase the size of main stack 2018-03-27 10:06:54 -04:00
posix tests: posix: fix semaphore.h test 2018-03-21 14:27:47 -07:00
power tests: add CONFIG_TEST for marking tests 2018-01-08 10:03:57 -05:00
shell test: shell: native_posix also supports shell 2018-02-02 07:48:46 -08:00
subsys subsys: Add a new settings subsystem 2018-03-28 10:44:20 -04:00
sys/ringbuffer tests: add ringbuffer api test and combine original test 2018-01-29 23:19:17 -05:00
unit tests: Remove broken net_buf unit tests 2018-02-10 09:20:42 +02:00
ztest cleanup: replace old jira numbers with GH issues 2018-03-26 13:13:04 -04:00
CMakeLists.txt tests: add CONFIG_TEST for marking tests 2018-01-08 10:03:57 -05:00
Kconfig tests: Kconfig: Added a new kconfig. 2018-03-19 18:16:58 -04:00