summaryrefslogtreecommitdiff
path: root/board/zinger
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-1212-12/+12
* tree: Replace %pT with snprintf_timestampTom Hughes2022-07-151-2/+4
* board/zinger/board.c: Format with clang-formatJack Rosenthal2022-07-011-6/+5
* board/zinger/board.h: Format with clang-formatJack Rosenthal2022-07-011-4/+5
* board/zinger/usb_pd_pdo.c: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* board/zinger/usb_pd_config.h: Format with clang-formatJack Rosenthal2022-07-011-5/+7
* board/zinger/usb_pd_policy.c: Format with clang-formatJack Rosenthal2022-06-281-57/+46
* board/zinger/hardware.c: Format with clang-formatJack Rosenthal2022-06-281-28/+26
* board/zinger/runtime.c: Format with clang-formatJack Rosenthal2022-06-271-12/+14
* task: change task_set_event return type to voidFabio Baltieri2022-06-021-3/+1
* zinger: create stub gpio.inc fileKeith Short2022-02-252-0/+9
* tree: Replace asm for disabling interrupts with functionTom Hughes2022-01-193-5/+5
* system: change sleep_mask to atomic_t typeDawid Niedzwiecki2021-11-291-1/+2
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-083-3/+3
* tree: Create usb_pd_pdo.cTom Hughes2021-11-054-28/+49
* board/zinger: Disable CONFIG_DEBUG_PRINTFTom Hughes2021-11-031-2/+2
* board/zinger: Include definition from usb_pd.hTom Hughes2021-10-181-2/+0
* board/zinger: fix compiler error when building with clangTom Hughes2021-10-051-3/+3
* adc: Remove adc_chip.h where adc.h is usedCaveh Jalali2021-08-271-1/+0
* include/flash: rename the APIsTim Lin2021-06-091-2/+2
* 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
* genvif: Use VIF overrides by defaultAbe Levkoy2021-03-301-0/+3
* board/zinger: Remove unused forward referenceTom Hughes2021-03-161-1/+0
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-1/+2
* version: Rename version.h to cros_version.hYuval Peress2021-01-071-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+2
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-171-1/+1
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-3/+3
* TCPMV1/2: Make the PD Config Flags more consistentSam Hurst2020-02-221-0/+1
* TCPMv1/v2: Move pd_check_requested_voltage() to common fileVijay Hiremath2020-02-121-7/+1
* pd: cleanup pd_get_data_roleDenis Brockus2020-01-091-3/+7
* pd: cleanup pd_get_roleDenis Brockus2020-01-091-1/+3
* usb_pd: Rename "Externally powered" to "Unconstrained Power"Benson Leung2019-12-121-1/+1
* usb_pd_policy: Make a lot of objects commonAseda Aboagye2019-12-102-1/+2
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* include: De-longify BIT() macroEvan Green2019-10-051-3/+3
* printf: Fix formatting errorsEvan Green2019-10-051-3/+3
* printf: Convert %T to %pTEvan Green2019-10-051-1/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-199-9/+9
* ec.tasklist: Consolidate duplicate commentsDaisuke Nojiri2019-04-081-11/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-264-33/+33
* ec: Refactor get_rtc_diff to return unsigned valuesJack Rosenthal2019-03-201-3/+1
* chip/stm32/clock: Enable STOP mode when the host sets wake alarmPhilip Chen2019-01-111-1/+1
* Zinger: lift function call out of assemblyJonathan Brandmeyer2018-10-151-3/+4
* cleanup: CONFIG_USB_PD_CUSTOM_VDM is not usedDivya Sasidharan2018-04-091-1/+0
* Mark reset and panic functions as noreturnPatrick Georgi2017-11-071-0/+1
* chip/stm32/clock: Incorporate RTC date registerPhilip Chen2017-09-272-13/+7
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-2/+2