summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* GPIO: Reduce code duplication in STM32 gpio driverAnton Staaf2014-07-176-558/+287
* Refactor STM32 SPI flash driverVic Yang2014-07-154-1016/+214
* stm32: implement spi flash driverDominic Chen2014-07-092-0/+1016
* stm32 spi: postpone the RX DMA setup if handler is still using buffer.Louis Yung-Chieh Lo2014-07-081-1/+55
* usb: send correct device descriptor length, and null set address responseDominic Chen2014-07-081-1/+3
* stm32: spi: read spi->dr into a dummy variableYen Lin2014-07-081-1/+2
* pd: clean up beg/end transitions of PD commsAlec Berg2014-07-032-42/+130
* cprints: Revert some changes from CPRINTF to CPRINTSAnton Staaf2014-07-031-1/+1
* stm32: move spi init to HOOK_CHIPSET_PRE_INIT.Louis Yung-Chieh Lo2014-07-021-1/+1
* pd: add support for suspending the taskDominic Chen2014-07-021-0/+8
* watchdog: Give more leeway to the independent watchdogDoug Anderson2014-06-231-1/+2
* Make DMA interface chip independentVic Yang2014-06-231-0/+3
* watchdog: Help ensure that the stm32 watchdog help printsDoug Anderson2014-06-211-1/+1
* zinger: fix bug, increase watchdog timeout to 1.8sAlec Berg2014-06-202-2/+2
* usb: add USB HID driverVincent Palatin2014-06-192-0/+163
* IRQ list support for enabling specific IRQs without common runtimeVic Yang2014-06-192-0/+6
* stm32: update USB buffer size for STM32F0x2Vincent Palatin2014-06-182-0/+5
* stm32: add USB driverVincent Palatin2014-06-185-2/+407
* samus: Add EC <-> PD i2c interface using host commandsAlec Berg2014-06-052-0/+213
* pd: support bist carrier mode 2Alec Berg2014-06-031-2/+7
* stm32: add SPI register definitions and refactorDominic Chen2014-06-032-4/+8
* Add cprints() and ccprints()Vic Yang2014-05-2111-35/+36
* stm32: Enable USART TCIE after clearing TCstabilize-5875.BDavid Hendricks2014-05-211-0/+3
* Keyborg: Switch to HSEVic Yang2014-05-211-1/+1
* stm32: Re-enable spi transfers after a sysjumpRandall Spangler2014-05-091-20/+25
* cleanup: add square brackets to make test parser easierLouis Yung-Chieh Lo2014-05-076-14/+16
* i2c: stm32l: Increase timeout from 10ms to 30msstabilize-5828.0.BDoug Anderson2014-05-062-2/+10
* pd: more robust receptionVincent Palatin2014-05-021-0/+6
* Keyborg: implement matrix scanningVic (Chun-Ju) Yang2014-04-301-0/+23
* pd: handle plug polarityVincent Palatin2014-04-302-10/+16
* pd: update policy, timeout and board callbacksVincent Palatin2014-04-301-10/+1
* stm32: pd: add config option to use SPI master for USB PD trasmitAlec Berg2014-04-293-16/+96
* stm32: fix GPIO EXTINT maskingVincent Palatin2014-04-263-3/+6
* Keyborg: chip-to-chip SPI communicationVic (Chun-Ju) Yang2014-04-241-0/+6
* Add STM32TS60 supportVic (Chun-Ju) Yang2014-04-205-0/+90
* stm32: USB Power Delivery physical layerVincent Palatin2014-04-123-0/+497
* stm32: add support for stateful CRC-32Vincent Palatin2014-03-293-0/+145
* stm32: new I2C driver for STM32F0xx familyVincent Palatin2014-03-273-3/+289
* stm32: add more register definitionsVincent Palatin2014-03-231-4/+220
* stm32: add STM32F03x configurationVincent Palatin2014-03-222-0/+45
* make the common runtime optionalVincent Palatin2014-03-221-2/+5
* stm32: implement ADC support for STM32F0xxVincent Palatin2014-03-202-5/+266
* stm32: add analog GPIO configurationVincent Palatin2014-03-203-1/+12
* stm32: add 32-bit timer supportstabilize-5656.BVincent Palatin2014-03-143-1/+172
* cleanup: remove the conflict I2C2/GPIO config in nyan/big.Louis Yung-Chieh Lo2014-03-131-3/+0
* stm32: flush write buffer before start DMA transfer.Louis Yung-Chieh Lo2014-03-111-0/+3
* stm32: add support for STM32F0xx familyVincent Palatin2014-03-1113-17/+607
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-117-12/+12
* stm32l: supports fake-hibernateLouis Yung-Chieh Lo2014-03-062-0/+122
* cleanup: Combined i2c unwedge code into one common functionAlec Berg2014-03-062-250/+59