test: use pkg-config for cpputest build flags
test: only compile CppUTest files with c++ compiler
test: fix c/c++ mixed compile warning, streamline makefile
test: remove HAVE_ASSERT from coverage tests
test: enable address sanitzier for make test
test: prepare separate builds for unit test with address sanitizer vs. coverage
test/coverage: disable address sanitizer for coverage measurements
test: add -fanitize=address,undefined to most tests
coverage: line and function coverage for core
test/ringbuffer: update test
Merge branch 'develop' into a2dpConflicts: example/Makefile.inc example/sco_demo_util.c port/pic32-harmony/app.X/nbproject/Makefile-default.mk port/pic32-harmony/app.X/nbproject/Makefile-genesi
Merge branch 'develop' into a2dpConflicts: example/Makefile.inc example/sco_demo_util.c port/pic32-harmony/app.X/nbproject/Makefile-default.mk port/pic32-harmony/app.X/nbproject/Makefile-genesis.properties port/pic32-harmony/app.X/nbproject/configurations.xml port/pic32-harmony/create_examples.py src/classic/btstack_cvsd_plc.c src/classic/btstack_sbc_bludroid.c src/classic/btstack_sbc_plc.c test/ring_buffer/.gitignore
show more ...
test/ringbuffer: fix test
fix ring buffer read
add ring buffer implementation
portaudio sine with ring buffer example