summaryrefslogtreecommitdiff
path: root/chip/stm32/build.mk
Commit message (Expand)AuthorAgeFilesLines
* USART: Add DMA based receiverAnton Staaf2015-08-241-1/+1
* USART: Add usart_info commandAnton Staaf2015-08-241-0/+1
* USART: Split RX driver between L and F familiesAnton Staaf2015-08-101-1/+2
* common: change interface to SPI flashGwendal Grignou2015-07-301-1/+1
* USART: Add DMA based transmitterAnton Staaf2015-07-211-0/+1
* USART: Add flexibility needed to support DMAAnton Staaf2015-07-151-0/+1
* STM32F: Remove support for this familyAnton Staaf2015-06-301-1/+0
* i2c: Move i2c_read_string to common codeShawn Nematbakhsh2015-05-261-1/+1
* pd: add config options for including TCPM and TCPC separatelyAlec Berg2015-05-221-1/+1
* USB: Delete mass storage driverAnton Staaf2015-01-081-1/+0
* pd: Re-factor common flash vdms.Todd Broch2014-12-051-1/+4
* USB: Add support for board specific connect/disconnectAnton Staaf2014-11-111-1/+1
* stm32-USB: USB SPI tunnel driverAnton Staaf2014-10-221-0/+1
* Allow full Cortex-M4 instruction set for STM32F3xxVic Yang2014-10-211-0/+5
* Factor out common flash code for STM32F and STM32F0Vic Yang2014-10-151-0/+3
* stm32-USB: USB GPIO control driverAnton Staaf2014-10-081-0/+1
* Add support for STM32F373Vic Yang2014-10-071-3/+1
* stm32-USB: Initial USB bulk endpoint stream driverAnton Staaf2014-09-231-0/+1
* stm32-USART: Add generic stream based usart driverAnton Staaf2014-09-231-0/+1
* EC: clean up i2c_read_stringSheng-Liang Song2014-08-291-1/+1
* usb: add support for mass storage (bulk-only)Dominic Chen2014-08-151-0/+1
* Move software CRC implementation to commonVic Yang2014-08-081-1/+0
* usb: add USB console driverVincent Palatin2014-07-171-0/+1
* GPIO: Reduce code duplication in STM32 gpio driverAnton Staaf2014-07-171-1/+1
* Refactor STM32 SPI flash driverVic Yang2014-07-151-1/+1
* stm32: implement spi flash driverDominic Chen2014-07-091-0/+1
* usb: add USB HID driverVincent Palatin2014-06-191-0/+1
* stm32: add USB driverVincent Palatin2014-06-181-0/+1
* stm32: USB Power Delivery physical layerVincent Palatin2014-04-121-0/+1
* stm32: add support for stateful CRC-32Vincent Palatin2014-03-291-0/+1
* stm32: new I2C driver for STM32F0xx familyVincent Palatin2014-03-271-3/+1
* make the common runtime optionalVincent Palatin2014-03-221-2/+5
* stm32: add 32-bit timer supportstabilize-5656.BVincent Palatin2014-03-141-1/+3
* stm32: add support for STM32F0xx familyVincent Palatin2014-03-111-3/+15
* cortex-m: ensure we use the right subset of the instruction setVincent Palatin2013-11-021-0/+2
* STM32L ADC driverVic Yang2013-09-051-1/+1
* Refactor PWM moduleVic Yang2013-08-271-0/+1
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-011-3/+3
* Split STM32 i2c implementation for STM32F vs STM32LRandall Spangler2013-04-301-1/+1
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-2/+2
* Move gpio_get_name() to gpio_common.cRandall Spangler2013-04-111-1/+1
* Move files in preparation for merging keyboard_scan modulesRandall Spangler2013-03-271-2/+2
* Add keyboard_raw interfaceRandall Spangler2013-03-221-1/+1
* Watchdog is reloaded by HOOK_TICK, not its own taskRandall Spangler2012-10-301-1/+1
* stm32: make power led optionalVincent Palatin2012-10-111-1/+2
* stm32f: ADC driverVic Yang2012-09-261-0/+1
* Daisy/Snow: Drive power LED with PWMDavid Hendricks2012-07-021-1/+1
* Use common host command processing for Daisy I2CVincent Palatin2012-05-181-2/+2
* Enable verified boot for EC firmwareBill Richardson2012-05-101-0/+1
* stm32: Add a generic gpio librarySimon Glass2012-05-101-1/+1