summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfirmware-twinkie-9628.BBrian Norris2021-09-102-10/+1
* ectool_keyscan: add missing null terminator to kbd_plain_xlateFabio Baltieri2021-04-201-1/+1
* util/ecst: Make sure that copying back arguments doesn't exceed MAX_ARGSPatrick Georgi2021-04-201-1/+2
* chip/stm32: Convert usb_endpoints to C so gcc's LTO knows about itPatrick Georgi2021-04-203-108/+173
* cortex-m0: Generate vector table in CPatrick Georgi2021-04-209-68/+544
* Shuffle const aroundPatrick Georgi2021-04-209-9/+9
* make local functions static inlinePatrick Georgi2021-04-202-2/+2
* Use gcc's name for ARMv6-with-svc on cortex-m chipsPatrick Georgi2021-04-202-2/+10
* stm32: convert to CONFIG_CHIP_MEMORY_REGIONSVincent Palatin2021-04-206-30/+22
* core: add chip-specific memory regions definition mechanismVincent Palatin2021-04-204-0/+50
* util/ectool.c: Make sure device_name is NUL terminatedPatrick Georgi2021-04-201-1/+2
* cortex-m0: Use assembly exception handlers for task switchingPaul Kocialkowski2021-04-202-26/+36
* chip/stm32/usb: Replace reset handler by generic event handlerNicolas Boichat2021-04-2025-83/+159
* Fix compilation with coreboot-sdkStefan Reinauer2021-04-205-17/+9
* stm32: Fix manual interrupt clearing functionCraig Hesling2020-03-171-1/+3
* stm32: update USB version for BOS descriptorsVincent Palatin2018-06-212-4/+4
* twinkie: number properly the USB interfacesVincent Palatin2018-06-201-3/+5
* twinkie: send raw packet traces to sniffer endpointVincent Palatin2017-11-064-11/+62
* twinkie: update WebUSB URLVincent Palatin2017-11-061-1/+1
* twinkie: add USB interface for packetized console commandsVincent Palatin2017-11-064-11/+202
* [EXPERIMENTAL] Add packetized console modeVincent Palatin2017-11-064-0/+39
* [HACK] pd: twinkie: allow sending SOP' Discover IdentityVincent Palatin2017-11-064-2/+25
* pd: record received SOP* in software TCPCVincent Palatin2017-11-063-39/+65
* twinkie: clean-up disabled SNIFFER_HEADER_V2 codeVincent Palatin2017-10-313-173/+0
* pd: support SOP'/SOP'' in software TCPCVincent Palatin2017-10-051-13/+23
* twinkie: add USB serial numberVincent Palatin2017-10-042-0/+25
* stm32/usb: Add support for board-specific serial numberNicolas Boichat2017-09-273-2/+22
* stm32: Add function to fetch unique idNicolas Boichat2017-09-273-1/+18
* stm32: Add command to reboot in DFU modeVincent Palatin2017-09-264-0/+33
* twinkie: Fix indentationMartin Roth2017-09-261-2/+3
* task: Wait for HOOK_INIT completion before scheduling tasksShawn Nematbakhsh2017-09-267-24/+43
* twinkie: enable WebUSBVincent Palatin2017-09-261-0/+2
* Add WebUSB descriptor supportVincent Palatin2017-09-256-21/+163
* chip/stm32/flash-f: Clear option byte write enable/erase operation when doneNicolas Boichat2017-09-222-2/+9
* chip/stm32/registers.h: Fix STM32_FLASH_OPT_LOCKED polarityNicolas Boichat2017-09-221-1/+1
* twinkie: replace combined firmware bash scriptVincent Palatin2017-09-223-59/+2
* driver: bm160: Fix minimal gyro frequencyv1.11.0Gwendal Grignou2017-09-201-1/+1
* Revert "eve: Set VCCIO rail to 0.85 and disable low power"Duncan Laurie2017-06-071-2/+3
* scarlet: remove keyboard task/codephilipchen2017-06-074-52/+0
* rose: add touchpad related host commandsWei-Ning Huang2017-06-072-0/+103
* scarlet: remove lid accel and add barometerphilipchen2017-06-072-29/+48
* Cr50: usb_updater: add commands to get/set board idVadim Bendebury2017-06-071-3/+131
* coral: Modify battery_info struct for 3S + 1P style batteryScott Collyer2017-06-062-513/+114
* stm32mon: Add support for STM32F412Gwendal Grignou2017-06-061-0/+1
* board: Add support for nucleo-f411reGwendal Grignou2017-06-068-25/+357
* cr50: usb_updater: do not send setup request unless necessaryVadim Bendebury2017-06-061-21/+26
* cr50: include more vendor commands into the USB setVadim Bendebury2017-06-061-1/+4
* cr50: usb_updater: add proper vendor command processingVadim Bendebury2017-06-061-39/+117
* scarlet: Adapt to the master branchPhilip Chen2017-06-065-37/+31
* scarlet: enable mkbpPhilip Chen2017-06-062-0/+7