summaryrefslogtreecommitdiff
path: root/include/compile_time_macros.h
Commit message (Expand)AuthorAgeFilesLines
* common: Add WRITE_MASK macroDaisuke Nojiri2023-01-051-2/+6
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* include/compile_time_macros.h: Format with clang-formatJack Rosenthal2022-07-011-5/+5
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-1/+1
* compile_time_macros: Add WRITE_BITDaisuke Nojiri2022-04-181-0/+6
* compile: avoid including <type_traits> in Zephyr buildsYuval Peress2022-03-291-1/+1
* compile_time_macros: Make _IS_ARRAY work with C++Tom Hughes2021-05-031-0/+8
* compile_time_macros: Make _STATIC_ASSERT work with C++Tom Hughes2021-05-031-1/+7
* zephyr: Avoid duplicate definition of GENMASK, etc.Simon Glass2020-12-241-1/+1
* zephyr: make compile_time_macros.h compatible with ZephyrJack Rosenthal2020-10-011-0/+14
* common: make ARRAY_SIZE, ARRAY_BEGIN, ARRAY_END type safeJack Rosenthal2020-01-141-3/+18
* compile_time_macros: Add GENMASK and GENMASK_ULLCraig Hesling2019-12-201-0/+16
* build_assert: use _Static_assertJett Rink2019-12-061-5/+5
* include: De-longify BIT() macroEvan Green2019-10-051-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: Add BIT macroGwendal Grignou2019-03-261-0/+6
* ec: Add macro to check if constant index is too largeGwendal Grignou2018-10-231-0/+6
* ec: Make it possible to build tests using clangNicolas Boichat2018-06-281-2/+0
* usb_update: Add handler for pairing challenge commandNicolas Boichat2017-06-151-0/+2
* NPCX: Refactor GPIO driver for functionality and sizeAnton Staaf2016-03-021-0/+4
* Enforce compilation without system headersStefan Reinauer2016-02-031-0/+2
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* Improved the BUILD_ASSERT macro to work outside of functions.Bill Richardson2013-04-291-0/+26