1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/unittests/tests-ubjson
Juan Carrano 3b8deac3e9 sys/ubjson: deprecate module.
Summary for Users
=================

 Deprecation is scheduled for 2020.01.
 Users which depend on this module and cannot switch libraries may copy
 the code into to their own application.

As expressed in PR #11724, the UBJSON module has issues which are not easy
or worth fixing.

Before removing the module, it should be marked as deprecated to give users
time to either migrate to another library, or copy the code to their own
private repo.

The deprecation warning has been supressed from the unit tests. This has the
ugly side-effect of supressing deprecation warning in other unit tests too,
but that should not last long, only until the module is finally deleted.
2019-06-28 18:28:16 +02:00
..
Makefile tests: add UBJSON unittests 2014-12-03 20:42:51 +01:00
Makefile.include sys/ubjson: deprecate module. 2019-06-28 18:28:16 +02:00
test-ubjson-empty-array.c core: header cleanup 2016-02-28 22:46:28 +01:00
test-ubjson-empty-object.c core: header cleanup 2016-02-28 22:46:28 +01:00
tests-ubjson.c core: Fix/refactor function naming in core/incude/irq.h 2016-03-20 16:47:34 +01:00
tests-ubjson.h *: remove trailing underscores from header guards 2017-01-19 18:30:53 +01:00