summaryrefslogtreecommitdiff
path: root/common/util.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesstabilize-quickfix-15278.72.B-ishstabilize-quickfix-15183.78.B-ishstabilize-15446.B-ishstabilize-15439.B-ishstabilize-15432.B-ishstabilize-15429.B-ishstabilize-15415.B-ishstabilize-15395.B-ishstabilize-15393.48.B-ishstabilize-15381.B-ishstabilize-15364.B-ishstabilize-15361.B-ishstabilize-15359.B-ishstabilize-15359.58.B-ishstabilize-15359.50.B-ishstabilize-15359.45.B-ishstabilize-15335.B-ishstabilize-15329.59.B-ishstabilize-15329.44.B-ishstabilize-15317.B-ishstabilize-15301.B-ishstabilize-15300.B-ishstabilize-15278.64.B-ishstabilize-15251.B-ishstabilize-15245.B-ishstabilize-15236.66.B-ishstabilize-15208.B-ishstabilize-15207.B-ishstabilize-15185.B-ishstabilize-15185.7.B-ishstabilize-15183.82.B-ishstabilize-15183.69.B-ishstabilize-15183.14.B-ishstabilize-15174.B-ishstabilize-15167.B-ishstabilize-15129.B-ishstabilize-15122.B-ishstabilize-15120.B-ishstabilize-15117.86.B-ishstabilize-15117.48.B-ishstabilize-15117.111.B-ishrelease-R114-15437.B-ishrelease-R113-15393.B-ishrelease-R112-15359.B-ishrelease-R111-15329.B-ishrelease-R110-15278.B-ishrelease-R109-15237.B-ishrelease-R109-15236.B-ishrelease-R108-15183.B-ishrelease-R107-15117.B-ishishfirmware-ti50-prepvt-15315.B-ishfirmware-skyrim-15390.B-ishfirmware-skyrim-15369.B-ishfirmware-nissa-15217.B-ishfirmware-nissa-15217.45.B-ishfirmware-nissa-15217.126.B-ishfirmware-duplo-15151.B-ishfirmware-corsola-15194.B-ishfactory-trogdor-15210.B-ishfactory-skyrim-15384.B-ishfactory-nissa-15199.B-ishfactory-corsola-15197.B-ishfactory-corsola-15196.B-ishfactory-brya-15231.B-ishMike Frysinger2022-09-141-1/+1
* common: move standard library functions from util.c to another fileMichał Barnaś2021-08-251-337/+1
* zephyr: provide unified method to get sku id and board versionMichał Barnaś2021-08-181-0/+24
* util: Add strcspnRob Barnes2021-08-091-1/+12
* common/util: Annotate basic memory functions as usedPatrick Georgi2021-06-171-0/+4
* util: Add function to convert binary first base3 numberWai-Hong Tam2021-06-161-0/+53
* cortex-m mpu: support configuring regions with difficult alignmentPeter Marheine2020-12-111-0/+6
* tree: rename strtoul to strtoull since it is 64-bitJett Rink2020-11-111-1/+3
* Make wait_for_ready available for allDaisuke Nojiri2020-07-281-0/+12
* fuzz: Fix varargs/printf with MSANEdward Hill2020-06-231-0/+6
* common/util: Add is_alignedTom Hughes2020-05-151-0/+8
* util: Add function to check whether a buffer is trivial (all 0x00 or all 0xff)Yicheng Li2019-10-041-0/+12
* utils: Add strstrDaisuke Nojiri2019-10-011-0/+25
* util: Move __stdlib_compat to function definitionsCraig Hesling2019-07-301-22/+23
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* Align behavior of strtoi() and strtoul() to match Linux manpage description o...Jes Klinke2019-05-141-28/+31
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* Util: Add hexdump APIDaisuke Nojiri2019-02-151-0/+26
* util: add isupper() library functionDino Li2018-10-311-0/+5
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-0/+39
* common: Use SVr4/4.3BSD/C89/C99 prototype for strlenStefan Reinauer2017-08-181-1/+1
* util: add constant-time memcmpVincent Palatin2017-02-231-0/+19
* builtin: Expands string.h / stdint.hNadim Taha2017-02-171-0/+56
* Cr50: Use parse_bool() for boolean argsBill Richardson2016-08-221-3/+8
* CR50: move utility method reverse() to common/util.cnagendra modadugu2016-03-071-0/+15
* Queue: Add methods that accept a memcpy routineAnton Staaf2015-01-081-5/+5
* util: move console command argument parsing to util.cDominic Chen2014-06-111-0/+35
* Optimize memsetDaisuke Nojiri2014-03-011-7/+30
* Optimize memmoveDaisuke Nojiri2014-02-131-8/+36
* Optimize memcpyDaisuke Nojiri2014-02-121-7/+35
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-4/+5
* cleanup: Assorted TODO commentsRandall Spangler2013-10-311-3/+12
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-111-0/+7
* Add abstract "cond_t" type to detect state transitions.Bill Richardson2013-08-091-1/+57
* Use uintptr_t when converting integer from/to pointerVic Yang2013-05-071-2/+2
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-291-0/+14
* Refactor flash moduleRandall Spangler2012-07-231-0/+16
* Add console functionalityRandall Spangler2012-07-231-1/+5
* Prevent strzcpy access out-of-boundVic Yang2012-07-031-0/+2
* Allow console commands abbreviationVadim Bendebury2012-05-141-0/+16
* Clean up sysjump struct parsing and add memmove()Randall Spangler2012-05-071-0/+21
* Implement 64-bit integer printing in uart_printf()Randall Spangler2012-04-201-1/+45
* Make strtoi() do the right thing for base==16Bill Richardson2012-02-101-2/+2
* Eat terminal escape sequencesRandall Spangler2012-01-271-0/+6
* Initial sources import 1/3Randall Spangler2011-12-071-0/+151