summaryrefslogtreecommitdiff
path: root/common/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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