summaryrefslogtreecommitdiff
path: root/include/util.h
Commit message (Expand)AuthorAgeFilesLines
* rsa: Optimization of multiplications for Cortex-M0Nicolas Boichat2018-06-011-0/+18
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-0/+1
* common: Use SVr4/4.3BSD/C89/C99 prototype for strlenStefan Reinauer2017-08-181-1/+1
* common: sensors: add extra sensor attributesNick Vaccaro2017-05-181-3/+0
* util: add constant-time memcmpVincent Palatin2017-02-231-0/+1
* builtin: Expands string.h / stdint.hNadim Taha2017-02-171-0/+4
* CR50: remove dependence of assert.h on util.hnagendra modadugu2016-05-251-29/+1
* CR50: move utility method reverse() to common/util.cnagendra modadugu2016-03-071-0/+5
* Enforce compilation without system headersStefan Reinauer2016-02-031-1/+1
* common: Add __fls functionGwendal Grignou2015-09-211-1/+4
* Queue: Add methods that accept a memcpy routineAnton Staaf2015-01-081-5/+7
* ryu: Use brief assertion failure messageVic Yang2014-10-011-0/+8
* stm32-USART: Add generic stream based usart driverAnton Staaf2014-09-231-0/+8
* Queue: Add functionality needed by new USART stream driverAnton Staaf2014-09-181-0/+3
* Util: Make MAX and MIN macros side effect safeAnton Staaf2014-09-091-3/+14
* util: move console command argument parsing to util.cDominic Chen2014-06-111-0/+9
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-111-0/+10
* Add abstract "cond_t" type to detect state transitions.Bill Richardson2013-08-091-0/+47
* Clean up debug config optionsRandall Spangler2013-07-231-8/+8
* Remove unneeded direct includes of board.h and config.hRandall Spangler2013-07-161-1/+0
* Improved the BUILD_ASSERT macro to work outside of functions.Bill Richardson2013-04-291-12/+1
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-291-0/+19
* Track amount of stack used for each EC taskRandall Spangler2012-09-071-0/+3
* Refactor flash moduleRandall Spangler2012-07-231-0/+1
* Add console functionalityRandall Spangler2012-07-231-0/+1
* Make ASSERT() report assertion failuresSimon Glass2012-06-221-1/+10
* Move printf() formatting to its own file to enable re-useRandall Spangler2012-06-071-5/+0
* Clean up debug commands to use less spaceRandall Spangler2012-05-211-0/+2
* Allow console commands abbreviationVadim Bendebury2012-05-141-0/+1
* Enable verified boot for EC firmwareBill Richardson2012-05-101-0/+8
* Clean up sysjump struct parsing and add memmove()Randall Spangler2012-05-071-0/+1
* Implement 64-bit integer printing in uart_printf()Randall Spangler2012-04-201-6/+16
* Export more battery information in LPC mapDuncan Laurie2012-04-061-0/+5
* stm32l: add UART driverVincent Palatin2012-01-311-0/+6
* Eat terminal escape sequencesRandall Spangler2012-01-271-0/+1
* Initial sources import 3/3Vincent Palatin2011-12-071-0/+54