summaryrefslogtreecommitdiff
path: root/board/discovery-stm32f072
Commit message (Expand)AuthorAgeFilesLines
* chip/stm32: Simplify usb_spi.c macro useJes B. Klinke2023-05-031-2/+0
* chip/stm32: Eliminate run-time flags to usb_spi.cJes B. Klinke2023-03-281-1/+1
* chip/stm32: Eliminate support for multiple USB->SPI instancesJes B. Klinke2023-03-281-4/+4
* chips/stm32/usb_spi: Forwarding to multiple spi devicesJes B. Klinke2022-12-091-1/+1
* board: Sort header filesJeremy Bettis2022-12-011-2/+3
* tree: Remove CONFIG_STM_HWTIMER32Tom Hughes2022-11-111-1/+0
* test: Add panic testTom Hughes2022-10-181-0/+3
* board: change Google USB vendor infoMike Frysinger2022-09-141-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-126-6/+6
* board/discovery-stm32f072/board.h: Format with clang-formatJack Rosenthal2022-06-291-10/+9
* board/discovery-stm32f072/board.c: Format with clang-formatJack Rosenthal2022-06-281-54/+27
* chip/stm32/usb_spi.c: Advertise endpoint nameJes B. Klinke2021-12-162-0/+2
* COIL: Update SPI references to controller/peripheralKeith Short2021-11-231-1/+1
* COIL: Rename CONFIG_SPI_MASTER to CONFIG_SPI_CONTROLLERCaveh Jalali2021-06-031-1/+1
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-281-2/+2
* spi: add flags to spi configurationJett Rink2020-01-291-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-196-6/+6
* ec.tasklist: Consolidate duplicate commentsDaisuke Nojiri2019-04-081-11/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* chip/stm32/usart: Add flags to usart_configNicolas Boichat2017-10-181-0/+2
* Remove Makefile symlinks under board directoryDaisuke Nojiri2016-07-091-1/+0
* cleanup: Add warning comment to gpio.inc filesBill Richardson2016-02-251-1/+3
* USART: Add DMA based receiverAnton Staaf2015-08-241-1/+5
* USART: Add usart_info commandAnton Staaf2015-08-241-0/+1
* stm32: Enable 3rd SPI interfaceGwendal Grignou2015-07-302-3/+3
* common: change interface to SPI flashGwendal Grignou2015-07-302-4/+12
* Discovery: Add Forward and Loopback USART configurationsAnton Staaf2015-07-213-17/+101
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* discovery-stm32f072: Blink the LEDsBill Richardson2015-06-181-1/+13
* Stream: Remove in_stream/out_stream interfaceAnton Staaf2015-06-114-179/+2
* mec1322: Simplify GPIO listsSteven Jian2015-05-271-13/+13
* Cleanup: Use compound literals for static initializationAnton Staaf2015-05-271-25/+16
* Producer/Consumer: Refactor to use Queue policiesAnton Staaf2015-05-261-46/+21
* Queue: Add policies to queuesAnton Staaf2015-05-261-4/+6
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-8/+8
* USB Stream: Make RX and TX buffer sizes configurableAnton Staaf2015-03-031-0/+2
* Producer/Consumer: Convert USART and USB Stream driversAnton Staaf2015-03-021-11/+51
* USB-SPI: Switch from task to deferred functionAnton Staaf2014-12-084-31/+5
* USB-SPI: Support board enable/disable functionalityAnton Staaf2014-12-082-16/+35
* USB: Remove special case for iVersion string descriptorAnton Staaf2014-11-041-1/+2
* discovery-stm32f072: Rename USB console endpointAnton Staaf2014-10-301-1/+1
* discovery-stm32f072: Enable USB consoleAnton Staaf2014-10-292-10/+15
* USB-console: Add string names for console interfacesAnton Staaf2014-10-293-4/+7
* discovery-stm32f072: Enable SPI over USB tunnelAnton Staaf2014-10-235-19/+80
* discovery-stm32f072: fix USB version stringAnton Staaf2014-10-151-1/+1
* discovery-stm32f072: discovery USB GPIO testAnton Staaf2014-10-143-12/+29
* usb: export firmware versionVincent Palatin2014-10-111-1/+1
* discovery-stm32f072: Add echo taskAnton Staaf2014-09-245-3/+211
* Flashing: Force board into reset for flashingAnton Staaf2014-09-091-0/+4
* Makefile: Add support for per-board symlinks to top levelAnton Staaf2014-07-302-20/+16