summaryrefslogtreecommitdiff
path: root/board/twinkie
Commit message (Expand)AuthorAgeFilesLines
* adc: Remove adc_chip.h where adc.h is usedCaveh Jalali2021-08-271-1/+0
* genvif: Use VIF overrides by defaultAbe Levkoy2021-03-301-0/+3
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-142-3/+3
* COIL: Rename CONFIG_I2C_CONTROLLERDiana Z2020-11-051-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-3/+2
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+3
* common: include config.h from console.hJack Rosenthal2020-09-291-0/+2
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-2/+2
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-1/+1
* TCPMV1/2: Make the PD Config Flags more consistentSam Hurst2020-02-221-0/+1
* pd: cleanup pd_get_data_roleDenis Brockus2020-01-091-2/+5
* 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-25/+6
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* printf: Convert %T to %pTEvan Green2019-10-051-5/+6
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1911-11/+11
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-1/+1
* twinkie: update task event usageJett Rink2019-04-231-3/+3
* ec.tasklist: Consolidate duplicate commentsDaisuke Nojiri2019-04-081-11/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-264-9/+9
* board/twinkie: fix potential array overflowPatrick Georgi2018-08-011-1/+1
* twinkie: clean-up disabled SNIFFER_HEADER_V2 codeVincent Palatin2017-10-312-165/+0
* twinkie: enable WebUSBVincent Palatin2017-09-251-0/+2
* twinkie: replace combined firmware bash scriptVincent Palatin2017-09-223-59/+2
* chip/stm32/usb: Replace reset handler by generic event handlerNicolas Boichat2017-08-161-2/+5
* twinkie: Fix indentationMartin Roth2017-08-031-2/+3
* usb: Cleanup headersNicolas Boichat2017-03-161-0/+1
* pd: Move PD_DEFAULT_STATE to a common define in usb_pd.hScott2017-01-261-3/+0
* twinkie: fix the compile error when set CONFIG_USBC_SNIFFER_HEADER_V2james_chao2016-11-281-2/+6
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-242-2/+2
* Remove Makefile symlinks under board directoryDaisuke Nojiri2016-07-091-1/+0
* cleanup: pd: Define VBUS detection sourceShawn Nematbakhsh2016-06-021-0/+1
* twinkie: disable tracing when injecting packetsVincent Palatin2016-05-111-0/+26
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-4/+5
* cleanup: Add warning comment to gpio.inc filesBill Richardson2016-02-251-0/+4
* GPIO: Prefer gpio_set_flagsAnton Staaf2016-01-261-19/+20
* twinkie: fix USB interfaces count in the 'sink' imageVincent Palatin2016-01-191-1/+3
* pd: Cleanup PD port-to-task macrosShawn Nematbakhsh2015-11-112-2/+2
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-082-2/+2
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-031-0/+1
* pd: change battery and variable sink cap for voltage inaccuracyAlec Berg2015-10-231-2/+2
* cleanup: pd: remove duplicate code for checking request msgAlec Berg2015-10-131-26/+0
* twinkie firmware: add support for vbus voltage and currentDawei Li2015-08-282-8/+184
* twinkie_sink: allow twinkie commands in the sink mode twinkieDawei Li2015-08-283-2/+18
* twinkie: bug fix for injector.c:cmd_bufrdDawei Li2015-08-141-1/+1
* twinkie_sink: Fix makefile for variant.Aseda Aboagye2015-08-131-1/+1
* Atomic: Mark the modified uint32_t volatileAnton Staaf2015-07-271-2/+2
* cleanup: fix all the header guardsBill Richardson2015-06-183-9/+9