summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-48/+0
* zephyr: shim: set pwm_led data from device treeFabio Baltieri2021-09-101-0/+1
* zephyr: add batteries to device treeMichał Barnaś2021-09-031-0/+2
* common: move standard library functions from util.c to another fileMichał Barnaś2021-08-251-1/+0
* zephyr: provide unified method to get sku id and board versionMichał Barnaś2021-08-181-0/+1
* zephyr: add support for switchcap in device treeMichał Barnaś2021-08-161-0/+4
* zephyr: Create devicetree node for keyscanKeith Short2021-08-101-0/+1
* cbi: Introduce CONFIG_CBI_GPIOPhilip Chen2021-07-141-0/+1
* config: Rename CONFIG_CROS_BOARD_INFOPhilip Chen2021-06-161-1/+1
* zephyr: shim: move mpu code under core/cortex-mFabio Baltieri2021-06-141-1/+0
* zephyr: move keyboard_raw most functions to shim/srcRuibin Chang2021-05-181-0/+1
* zephyr: Rework CBI to be used as a driverDawid Niedzwiecki2021-05-141-1/+1
* zephyr: Add CBI SSFC supportDawid Niedzwiecki2021-04-291-0/+1
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSJeremy Bettis2021-04-271-1/+1
* Revert "config: rename CONFIG_FLASH to CONFIG_FLASH_CROS"stabilize-13935.B-mainJack Rosenthal2021-04-241-1/+1
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSEric Yilun Lin2021-04-231-1/+1
* zephyr: Enable link time optimization (LTO)Keith Short2021-03-241-29/+29
* zephyr: use device tree for sensor configHyungwoo Yang2021-03-241-0/+2
* zephyr: add shim fanDawid Niedzwiecki2021-03-081-0/+1
* zephyr: add shim thermal supportDawid Niedzwiecki2021-02-231-1/+2
* zephyr: add watchdogWealian Liao2021-02-221-0/+1
* zephyr: add shim temperature sensorsDawid Niedzwiecki2021-02-171-0/+1
* zephyr: Add support for CONFIG_MPUSimon Glass2021-02-131-0/+1
* zephyr: implement console read/snapshot host commandsJack Rosenthal2021-02-111-0/+2
* zephyr: add shim ADCDawid Niedzwiecki2021-02-091-0/+1
* zephyr: flash/system: enable common/flash.c & common/system.cYuval Peress2021-02-031-2/+7
* zephyr: Enable base support for real-time-clock (RTC)Simon Glass2021-02-021-0/+1
* zephyr: add PWM shimKeith Short2021-01-291-0/+1
* zephyr: Add support for panic outputJack Rosenthal2021-01-261-0/+1
* zephyr: add MKBP supportHyungwoo Yang2021-01-261-8/+9
* zephyr: Use Chrome EC's libgcc implementation over the compiler'sPatrick Georgi2021-01-261-0/+2
* zephyr: Shim the DECLARE_HOST_COMMANDWealian Liao2021-01-191-7/+8
* zephyr: Add the beginnings of a shim for flash accessSimon Glass2020-12-291-0/+1
* zephyr: shim some basic eSPI functionalityJack Rosenthal2020-11-201-0/+1
* zephyr: forward cros_crc8 to zephyrs crc8 implJett Rink2020-11-131-0/+1
* Revert "zephyr: forward cros_crc8 to zephyrs crc8 impl"Jett Rink2020-11-111-1/+0
* zephyr: forward cros_crc8 to zephyrs crc8 implJett Rink2020-11-111-0/+1
* Add chip-specific shim along with i2c moduleYuval Peress2020-11-081-3/+5
* zephyr: shim in hooks and deferredJack Rosenthal2020-11-051-0/+1
* zephyr: add task shimJett Rink2020-11-051-0/+1
* Only shim system.c if the cros_ec is usedYuval Peress2020-10-261-1/+1
* Add shim for system.c (implementing jump data functions)Yuval Peress2020-10-221-0/+1
* zephyr: add initial gpio shimJett Rink2020-10-211-0/+1
* zephyr: add strtoi shim functionJett Rink2020-10-121-0/+1
* zephyr: shim in the timer moduleJack Rosenthal2020-10-011-0/+1
* zephyr: shim in the zephyr shell as the EC consoleJack Rosenthal2020-10-011-1/+1
* zephyr: add base files for Zephyr moduleJack Rosenthal2020-10-011-0/+5