summaryrefslogtreecommitdiff
path: root/include/common.h
Commit message (Expand)AuthorAgeFilesLines
* ec: Add back in some #line directivesJeremy Bettis2023-04-151-0/+6
* ec: Remove unnecessary #line directivesJeremy Bettis2023-04-041-7/+0
* ec: Add #line directive to common.hJeremy Bettis2022-12-021-0/+7
* include: Sort header filesJeremy Bettis2022-11-291-3/+4
* build: fix clang warning since __fallthrough exists in ZephyrYuval Peress2022-10-271-0/+2
* tree: Enable warning for fallthrough in switch statementsTom Hughes2022-10-191-0/+9
* test: move spi_flash_reg to its own moduleYuval Peress2022-10-121-1/+1
* include/common: Use noreturn attribute in test and non-test buildTom Hughes2022-10-121-0/+10
* ec: Don't declare forward decls as weakJeremy Bettis2022-10-071-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* test: Add basic tests exercising the panic output APIYuval Peress2022-08-311-0/+4
* tree: Remove HIDE_EC_STDLIBTom Hughes2022-07-191-2/+1
* tree: Check return value from snprintfTom Hughes2022-07-131-0/+6
* include/common.h: Format with clang-formatJack Rosenthal2022-07-011-45/+42
* test: Relocate test_mockable for better compatibilityDaisuke Nojiri2022-06-151-16/+16
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-2/+2
* common: Remove "__visible" from __keepTom Hughes2022-03-281-1/+1
* tree: Remove .bss.slowTom Hughes2021-10-191-10/+0
* common: Add Milli Kelvin conversion macrosRob Barnes2021-08-211-2/+16
* zephyr: Add support for CONFIG_FPUSimon Glass2021-02-131-0/+1
* zephyr: fix version console commandYuval Peress2021-02-101-0/+12
* zephyr: add STATIC_IF* that work with KconfigYuval Peress2021-02-021-0/+20
* common: Add attribute to store const data in .dataKeith Short2021-01-271-0/+15
* No init.rom section support in ZephyrHyungwoo Yang2021-01-221-0/+4
* common: Add EC_SUCCESS_IN_PROGRESS to enum ec_error_listDaisuke Nojiri2020-11-191-0/+3
* Add shim for system.c (implementing jump data functions)Yuval Peress2020-10-221-1/+4
* zephyr: make common.h compatible with ZephyrJack Rosenthal2020-10-011-0/+3
* zephyr: make IS_ENABLED compatible with shimJack Rosenthal2020-10-011-0/+22
* npcx: add support for rom resident sectionsKeith Short2020-08-131-0/+13
* common: move __override markers for weak symbolsKeith Short2020-04-081-27/+27
* common: add __test_only attributeJack Rosenthal2019-10-221-0/+13
* common: make __error discard symbols on clangJack Rosenthal2019-10-221-1/+1
* common: Add more macros for making unsigned intsHarry Cutts2019-10-091-2/+16
* common: add `RETURN_ERROR` macroHarry Cutts2019-10-091-0/+7
* builtin: Introduce and use inttypes.hEvan Green2019-10-051-0/+1
* touchpad_gt7288: Basic driver for Goodix GT7288Harry Cutts2019-09-181-0/+5
* common: Add uptime host commandTom Hughes2019-09-031-0/+2
* common: add STATIC_IF and STATIC_IF_NOT macrosJack Rosenthal2019-08-201-20/+69
* common: make IS_ENABLED sorta compatible with clangJack Rosenthal2019-07-311-10/+22
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: Define markers for weak symbolsDaisuke Nojiri2019-06-031-0/+27
* common: add __maybe_unused attributeJack Rosenthal2019-05-201-0/+11
* ec: common: Make IS_ENABLED fail on unknown valuesRaul E Rangel2019-05-151-16/+36
* ec/common: Introduce IS_ENABLED to check config optionsRaul E Rangel2019-04-091-0/+27
* cr50: complete support of the new NVMEM structureVadim Bendebury2019-04-051-1/+4
* ISH3.0: Scaling timer from 12MHz to 1MHzSadashiva Rao Pv2018-12-121-0/+2
* fuzz: Hide conflicts with cstdlib and use clang++ for linking.Allen Webb2018-09-071-0/+11
* ec: Make it possible to run tests with AddressSanitizer enabledNicolas Boichat2018-06-281-0/+17
* ec: Make it possible to build tests using clangNicolas Boichat2018-06-281-1/+12
* common: Add hardware error codeGwendal Grignou2018-03-191-0/+2