chrome-ec/chip/nrf51
Yuval Peress 13323e77ff Replace I2C_GET_ADDR with I2C_STRIP_FLAGS
The new I2C_STRIP_FLAGS macro was added to avoid conflict with
Zephyr's macro. This CL performs the migration to that new API.

BRANCH=none
BUG=b:172067439
TEST=make runtests -j and built for various boards: eve, volteer,
     arcada_ish, atlas, hatch, kohaku, nocturne, samus, and scarlet

Change-Id: I0583b647435db96ec268f186252b367bdc4118a6
Signed-off-by: Yuval Peress <peress@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2511097
Reviewed-by: Jett Rink <jettrink@chromium.org>
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Commit-Queue: Jett Rink <jettrink@chromium.org>
2020-11-02 19:15:23 +00:00
..
bluetooth_le.c ec: change usage of whitelist/blacklist 2020-07-28 22:59:41 +00:00
bluetooth_le.h ec: change usage of whitelist/blacklist 2020-07-28 22:59:41 +00:00
build.mk keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCAN 2019-11-19 07:22:35 +00:00
clock.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
config_chip.h ec: Enlarged Task Stack size on platforms 2020-04-02 09:44:59 +00:00
gpio.c Cleanup: Correct GPIO alternate function parameter 2019-11-01 02:46:00 +00:00
hwtimer.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
i2c.c Replace I2C_GET_ADDR with I2C_STRIP_FLAGS 2020-11-02 19:15:23 +00:00
keyboard_raw.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
ppi.c common: bit change 1 << constants with BIT(constants) 2019-03-26 04:42:56 -07:00
ppi.h nrf51: Add PPI wrappers 2016-07-20 22:22:06 -07:00
radio.c nrf51: Add generic radio support 2016-08-02 12:17:10 -07:00
radio.h common: Include compile_time_macros.h when needed 2019-03-26 04:42:53 -07:00
radio_test.c common: bit change 1 << constants with BIT(constants) 2019-03-26 04:42:56 -07:00
radio_test.h btle: Add framework for parsing data packets 2016-08-11 14:46:32 -07:00
registers.h ec: change usage of dummy 2020-08-05 18:41:25 +00:00
system.c include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_* 2019-08-26 07:49:42 -07:00
uart.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00
watchdog.c LICENSE: remove unnecessary (c) after Copyright 2019-06-19 00:30:43 +00:00