summaryrefslogtreecommitdiff
path: root/util/lbcc.c
Commit message (Expand)AuthorAgeFilesLines
* util/lbcc: match up format string and argumentsPatrick Georgi2019-07-311-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* ec: fix a clang warning by use a unused variable.Yunlian Jiang2015-04-201-1/+1
* ec: fix duplicate 'const' warning for clang..Yunlian Jiang2015-04-181-3/+3
* lightbar: interpreter additions to encode other patternsEric Caruso2014-10-151-88/+176
* lightbar: Rename structs and macros for kernel cros_ec_commandsEric Caruso2014-10-091-21/+22
* lightbar: treat HALT like a normal opcodeEric Caruso2014-10-011-1/+0
* Add compiler/decompiler for lightbar bytecode programs.Bill Richardson2014-09-301-0/+602