summaryrefslogtreecommitdiff
path: root/zephyr
Commit message (Expand)AuthorAgeFilesLines
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-5/+0
* Zephyr: add sleep_maskYuval Peress2020-10-301-0/+3
* zephyr: use gpio_pin_set_raw directlyJett Rink2020-10-301-9/+1
* test: support building base32 as a Zephyr testPaul Fagerburg2020-10-282-0/+13
* zephyr: fix build breakageJack Rosenthal2020-10-281-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-28/+4
* Only shim system.c if the cros_ec is usedYuval Peress2020-10-261-1/+1
* zephyr: include config.h before ec_commands.hPaul Fagerburg2020-10-261-0/+1
* zephyr: add gpio interrupts to shimJett Rink2020-10-231-2/+78
* cleanup: update comment formattingJett Rink2020-10-231-6/+11
* Add shim for system.c (implementing jump data functions)Yuval Peress2020-10-222-0/+219
* zephyr: add initial gpio shimJett Rink2020-10-216-1/+182
* zephyr: shim in base32.cPaul Fagerburg2020-10-141-0/+1
* zephyr: use printk instead of shell_Jett Rink2020-10-121-12/+8
* zephyr: add strtoi shim functionJett Rink2020-10-123-1/+15
* zephyr: detect the module location in a 2.3/2.4 compatible mannerJack Rosenthal2020-10-121-1/+9
* Fix incomplete rename (deprecated_atomic_clear -> deprecated_atomic_clear_bits)Jack Rosenthal2020-10-061-2/+2
* zephyr: shim in the timer moduleJack Rosenthal2020-10-015-0/+81
* zephyr: shim in util.cJack Rosenthal2020-10-011-0/+3
* zephyr: provide compatible config_chip.h and board.h filesJack Rosenthal2020-10-012-0/+33
* zephyr: shim in the zephyr shell as the EC consoleJack Rosenthal2020-10-013-1/+148
* zephyr: implement atomic.hJack Rosenthal2020-10-011-0/+45
* config: add CONFIG_ZEPHYRJack Rosenthal2020-10-011-1/+15
* zephyr: add base files for Zephyr moduleJack Rosenthal2020-10-014-0/+56
* zephyr: add compatible assert.h headerJack Rosenthal2020-09-251-0/+15