summaryrefslogtreecommitdiff
path: root/test/utils.c
Commit message (Expand)AuthorAgeFilesLines
* include/util: Remove swap macroTom Hughes2022-12-091-19/+0
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* common/util: Add castsTom Hughes2022-07-161-0/+59
* clang-format: Ran clang-format on all files againJack Rosenthal2022-07-081-1/+0
* test: Remove TEST_CHECK macroBobby Casey2022-07-071-3/+6
* Move standard library tests to their own fileTom Hughes2022-07-071-161/+0
* test/utils.c: Format with clang-formatJack Rosenthal2022-06-291-28/+27
* test/utils: Update expected speed gain on memcpy, memmove, memset testsPatryk Duda2022-01-251-40/+6
* test/utils: Switch to run-time test to fix clang buildTom Hughes2021-09-231-1/+4
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-1/+4
* util: Add function to convert binary first base3 numberWai-Hong Tam2021-06-161-0/+25
* cortex-m mpu: support configuring regions with difficult alignmentPeter Marheine2020-12-111-0/+11
* test/utils.c: Adjust expected speedup for STM32H743Tom Hughes2020-10-091-8/+15
* test/utils: Add unit tests for safe_memcmpTom Hughes2020-09-241-0/+15
* test: Correct memset speed expectation for stm32f412Yicheng Li2020-06-171-6/+15
* test: Let shared_mem test support shmalloc implementationYicheng Li2020-06-151-6/+6
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* common/util: Add is_alignedTom Hughes2020-05-151-0/+18
* builtin: Introduce and use inttypes.hEvan Green2019-10-051-6/+6
* util: Add function to check whether a buffer is trivial (all 0x00 or all 0xff)Yicheng Li2019-10-041-0/+20
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* util: Add macro to swap two variablesDaisuke Nojiri2018-12-101-0/+20
* rsa: Further optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-291-3/+7
* rsa: Optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-281-0/+27
* test/utils: Fix memchr testNicolas Boichat2018-05-261-2/+2
* tests: Split utils in 2 subtestsNicolas Boichat2017-05-251-141/+0
* builtin: Expands string.h / stdint.hNadim Taha2017-02-171-0/+47
* test: fix scratchpad testing on targetVincent Palatin2014-03-261-2/+2
* Measure speed gain in utils test only on deviceVic Yang2014-03-131-2/+17
* test: remove one more 64-bit multiplicationVincent Palatin2014-03-071-1/+1
* test: remove 64-bit multiplicationVincent Palatin2014-03-061-2/+2
* Remove time-dependent test from coverage measurementsBill Richardson2014-03-051-0/+3
* Optimize memsetDaisuke Nojiri2014-03-011-4/+55
* Optimize memmoveDaisuke Nojiri2014-02-131-8/+35
* Optimize memcpyDaisuke Nojiri2014-02-121-0/+52
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-111-0/+15
* Add abstract "cond_t" type to detect state transitions.Bill Richardson2013-08-091-0/+98
* More utils unit testVic Yang2013-06-131-3/+114
* Put test utility macros in headerVic Yang2013-05-081-41/+3
* Add persistent storage for emulatorVic Yang2013-05-071-0/+10
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-071-7/+10
* Add shared memory testVic Yang2013-04-211-15/+55
* Add a test for testing common utilitiesVic Yang2013-04-131-0/+83