summaryrefslogtreecommitdiff
path: root/board/twinkie/sniffer.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-402/+0
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+2
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-3/+2
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+3
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-2/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-1/+1
* twinkie: update task event usageJett Rink2019-04-231-3/+3
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* twinkie: clean-up disabled SNIFFER_HEADER_V2 codeVincent Palatin2017-10-311-158/+0
* chip/stm32/usb: Replace reset handler by generic event handlerNicolas Boichat2017-08-161-2/+5
* usb: Cleanup headersNicolas Boichat2017-03-161-0/+1
* 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-241-1/+1
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-4/+5
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-081-1/+1
* twinkie firmware: add support for vbus voltage and currentDawei Li2015-08-281-8/+177
* Atomic: Mark the modified uint32_t volatileAnton Staaf2015-07-271-2/+2
* twinkie: Fix memcpy_to_usbsram destination address.Todd Broch2015-05-061-1/+1
* twinkie: add simple text tracing mechanismVincent Palatin2015-04-101-5/+32
* twinkie: build a combined firmwareVincent Palatin2015-01-081-0/+7
* USB: Add memcpy_from_usbram and update existing memcpyAnton Staaf2015-01-081-2/+2
* Twinkie: add packet injection capabilityVincent Palatin2014-11-181-0/+39
* twinkie: add LEDs for trafficVincent Palatin2014-11-101-0/+28
* twinkie: dual channel CCx sniffingstabilize-6412.BVincent Palatin2014-10-281-64/+105
* Twinkie: update sniffer codeVincent Palatin2014-10-201-49/+50
* twinkie: add config to behave as a PD message injectorVincent Palatin2014-10-111-1/+1
* twinkie: add USB PD snifferVincent Palatin2014-09-271-0/+239