summaryrefslogtreecommitdiff
path: root/board/zinger
Commit message (Expand)AuthorAgeFilesLines
* 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
* pd_log: Make PD logging more generic for general purpose loggingShawn Nematbakhsh2017-08-021-1/+2
* stm32: cleanup flash-f by using constant from register.hGwendal Grignou2017-06-021-1/+1
* common: Split rwsig parts from rsa.h headerNicolas Boichat2017-04-111-0/+1
* rwsig: Add support for rwsig image typesNicolas Boichat2017-02-171-0/+1
* pd: Move PD_DEFAULT_STATE to a common define in usb_pd.hScott2017-01-261-3/+0
* pd: fix contract negotiation with dynamic PDOsVincent Palatin2016-10-261-1/+1
* g: CONFIG_FLASH should be optionalBill Richardson2016-10-021-0/+1
* Remove Makefile symlinks under board directoryDaisuke Nojiri2016-07-091-1/+0
* cleanup: pd: Define VBUS detection sourceShawn Nematbakhsh2016-06-021-0/+1
* stm32: add synchronous debug printfAlec Berg2015-10-196-57/+3
* cleanup: pd: remove duplicate code for checking request msgAlec Berg2015-10-131-20/+5