summaryrefslogtreecommitdiff
path: root/board/twinkie/sniffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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