You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS/.github
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
4 years ago
..
ISSUE_TEMPLATE Add feature request template 4 years ago
scripts Add unity memory extension, fake_assert, and enable -fsanitize=address (#506) 4 years ago
workflows Add Kernel Unit Tests Environment (#494) 4 years ago
CODEOWNERS Added CODEOWNERS to require PRBR code review (#364) 4 years ago
CODE_OF_CONDUCT.md Add code of conduct. (#430) 4 years ago
CONTRIBUTING.md Move SECURITY.md and CONTRIBUTING into .github (#355) 4 years ago
SECURITY.md Move SECURITY.md and CONTRIBUTING into .github (#355) 4 years ago
pull_request_template.md GitHub PR template. (#29) 5 years ago