summaryrefslogtreecommitdiff
path: root/board/twinkie
Commit message (Expand)AuthorAgeFilesLines
* board: change Google USB vendor infoMike Frysinger2022-09-141-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-1213-13/+13
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-012-15/+15
* tree: Replace %pT with snprintf_timestampTom Hughes2022-07-151-6/+13
* board/twinkie/injector.h: Format with clang-formatJack Rosenthal2022-07-011-29/+29
* board/twinkie/board.c: Format with clang-formatJack Rosenthal2022-07-011-11/+9
* board/twinkie/injector.c: Format with clang-formatJack Rosenthal2022-06-301-28/+30
* board/twinkie/simpletrace.c: Format with clang-formatJack Rosenthal2022-06-301-49/+46
* board/twinkie/usb_pd_config.h: Format with clang-formatJack Rosenthal2022-06-301-10/+11
* board/twinkie/usb_pd_policy.c: Format with clang-formatJack Rosenthal2022-06-281-10/+6
* board/twinkie/sniffer.c: Format with clang-formatJack Rosenthal2022-06-281-38/+30
* board/twinkie/usb_pd_pdo.c: Format with clang-formatJack Rosenthal2022-06-281-6/+6
* board/twinkie/board.h: Format with clang-formatJack Rosenthal2022-06-281-17/+17
* i2c: Use declared initializers for i2c_ports: servo boardsKeith Short2021-11-301-1/+7
* atomic: cast pointers to atomic_t* for atomic_* callsDawid Niedzwiecki2021-11-291-2/+2
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-083-4/+4
* tree: Create usb_pd_pdo.cTom Hughes2021-11-054-17/+43
* 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