FreeRTOS-Kernel/.github/scripts
Paul Bartell 570ae6bb52
Add unity memory extension, fake_assert, and enable -fsanitize=address (#506)
* Enable libunitymemory extension to track dynamic memory usage during unit tests
* Use UnityMemory in timers_utest.c
* Add fake_assert.h to allow mocking of configASSERT calls
* Add .editorconfig to make github show indentation correctly
* Add unity memory and fake_assert to queue_utest.c
* Add -fsanitize=address CFLAG when running unit tests
* Define mtCOVERAGE_TEST_MARKER macro to include mtCOVERAGE_TEST_MARKER lines in coverage figures
* Add additional memory check / protection CFLAGS for CMock tests
* Fix out of bounds array access in list_utest.c
* Move the fake_assert.h include to the top of FreeRTOSConfig.h
2021-02-18 10:15:01 -08:00
..
common Color printing + New checker message and emphasis (#492) 2021-01-29 16:37:43 -08:00
core_checker.py Add unity memory extension, fake_assert, and enable -fsanitize=address (#506) 2021-02-18 10:15:01 -08:00
packager.py Autorelease/manifest (#469) 2020-12-11 21:15:16 -08:00
posix_build_checker.sh Add Posix build checker to git actions (#489) 2021-01-12 20:13:29 -08:00
posix_network_build_checker.sh Add Posix build checker to git actions (#489) 2021-01-12 20:13:29 -08:00
release-requirements.txt AutoRelease + Header Checker Upgrades (#482) 2020-12-20 17:03:37 -08:00
release.py AutoRelease + Header Checker Upgrades (#482) 2020-12-20 17:03:37 -08:00
versioning.py AutoRelease + Header Checker Upgrades (#482) 2020-12-20 17:03:37 -08:00