summaryrefslogtreecommitdiff
path: root/board/zinger
Commit message (Expand)AuthorAgeFilesLines
...
* pd: vdm: remove replicated VDM code.Todd Broch2014-12-221-10/+2
* pd: check for collisions before transmittingAlec Berg2014-12-171-3/+7
* usb_pd: protocol field extraction error for RDOBernard Shyu2014-12-101-2/+2
* pd: Re-factor common flash vdms.Todd Broch2014-12-055-105/+30
* pd: move get_info to common file.Todd Broch2014-12-052-11/+8
* zinger: change product type to undefinedAlec Berg2014-11-222-13/+2
* pd: wait tSnkTransition after ACCEPT to change voltageVincent Palatin2014-11-211-4/+7
* zinger: optimize idle currentVincent Palatin2014-11-181-0/+16
* Zinger: honor disable_sleep()Vincent Palatin2014-11-182-1/+5
* zinger: fix task_wait_event() to only exit on event receivedAlec Berg2014-11-181-27/+45
* zinger: change minor revision back to 1Alec Berg2014-11-171-1/+1
* pd: zinger: add firmware update alternate mode to zingerstabilize-6480.BAlec Berg2014-11-154-37/+163
* pd: allow policy layer to ask for PR/DR_swap on new contractAlec Berg2014-11-151-1/+9
* pd: add data role swapAlec Berg2014-11-141-3/+16
* zinger: (re-)enable the flash prefetch bufferVincent Palatin2014-11-141-2/+5
* pd: remove redundant 5V source PDOsAlec Berg2014-11-061-3/+1
* pd: update source/sink cap PDOs and use to get dual role capableAlec Berg2014-11-061-3/+3
* pd: allow selection of Tx timer channelVic Yang2014-10-211-1/+3
* zinger: enable hibernateAlec Berg2014-10-171-1/+1
* zinger: fix double ADC interrupt bugAlec Berg2014-10-151-0/+3
* pd: VDM Alternate mode support.Todd Broch2014-10-091-1/+10
* zinger: Remove references to SHA1 hashShawn Nematbakhsh2014-10-092-2/+0
* stm32f0: fix potential hang in adc initializationAlec Berg2014-10-081-7/+9
* zinger: samus_pd: increment zinger hardware id minor revisionAlec Berg2014-10-072-10/+8
* pd: zinger: move sending info VDM from UFP to DFPAlec Berg2014-10-072-9/+20
* Update Zinger flashing processVincent Palatin2014-10-071-3/+9
* zinger: add config option for hibernate and disable by defaultAlec Berg2014-10-072-0/+5
* zinger: add hibernate if disconnected for 60sAlec Berg2014-10-033-0/+42
* zinger: check RW firmware signatureVincent Palatin2014-10-026-25/+61
* zinger: minimuffin: add board support for minimuffinAlec Berg2014-10-022-8/+25
* zinger: add low power stop modeAlec Berg2014-09-294-32/+107
* stm32f0: enable flash prefetch bufferAlec Berg2014-09-251-2/+5
* stm32f0: fix rare ADC initialization bugAlec Berg2014-09-251-3/+7
* zinger: samus_pd: change zinger SW ver to report commit countAlec Berg2014-08-282-2/+1
* pd: add sending read info VDM every time source is plugged inAlec Berg2014-08-272-2/+12
* zinger: add voltage dischargeVincent Palatin2014-08-232-24/+89
* zinger: add custom VDM to read last measured currentAlec Berg2014-08-221-1/+11
* pd: zinger: Turn off pings by defaultAlec Berg2014-08-221-0/+3
* zinger: always disable adc watchdog before reading ADC channelAlec Berg2014-08-223-13/+27
* zinger: keyborg: fix runtime bug with task_wait_event()Alec Berg2014-08-221-3/+5
* zinger: change source capabilities to support 20V at 3AAlec Berg2014-08-061-1/+1
* samus_pd: remove dead code around allowing PD negotiationAlec Berg2014-08-061-5/+0
* Makefile: Add support for per-board symlinks to top levelAnton Staaf2014-07-301-0/+1
* zinger: change behavior of pin PA0 for wakeup functionalityAlec Berg2014-07-291-3/+3
* zinger: fix down voltage transitions to keep output enabledAlec Berg2014-07-291-6/+29
* zinger: do not trigger OCP on transientsVincent Palatin2014-07-281-5/+22
* samus: pd: dual USB-PD port support for samusAlec Berg2014-07-284-26/+43
* zinger: fix USART register macro bugAlec Berg2014-07-253-8/+9
* pd: clean up beg/end transitions of PD commsAlec Berg2014-07-031-2/+10
* better unhandled exception panic without runtimeVincent Palatin2014-07-032-4/+26