| Commit message (Expand) | Author | Age | Files | Lines |
* | chip/stm32: Simplify usb_spi.c macro use | Jes B. Klinke | 2023-05-03 | 1 | -2/+0 |
* | chip/stm32: Eliminate run-time flags to usb_spi.c | Jes B. Klinke | 2023-03-28 | 1 | -1/+1 |
* | chip/stm32: Eliminate support for multiple USB->SPI instances | Jes B. Klinke | 2023-03-28 | 1 | -4/+4 |
* | chips/stm32/usb_spi: Forwarding to multiple spi devices | Jes B. Klinke | 2022-12-09 | 1 | -1/+1 |
* | board: Sort header files | Jeremy Bettis | 2022-12-01 | 1 | -2/+3 |
* | tree: Remove CONFIG_STM_HWTIMER32 | Tom Hughes | 2022-11-11 | 1 | -1/+0 |
* | test: Add panic test | Tom Hughes | 2022-10-18 | 1 | -0/+3 |
* | board: change Google USB vendor info | Mike Frysinger | 2022-09-14 | 1 | -1/+1 |
* | Update license boilerplate text in source code files | Mike Frysinger | 2022-09-12 | 6 | -6/+6 |
* | board/discovery-stm32f072/board.h: Format with clang-format | Jack Rosenthal | 2022-06-29 | 1 | -10/+9 |
* | board/discovery-stm32f072/board.c: Format with clang-format | Jack Rosenthal | 2022-06-28 | 1 | -54/+27 |
* | chip/stm32/usb_spi.c: Advertise endpoint name | Jes B. Klinke | 2021-12-16 | 2 | -0/+2 |
* | COIL: Update SPI references to controller/peripheral | Keith Short | 2021-11-23 | 1 | -1/+1 |
* | COIL: Rename CONFIG_SPI_MASTER to CONFIG_SPI_CONTROLLER | Caveh Jalali | 2021-06-03 | 1 | -1/+1 |
* | spi: Pass in spi_device as argument to spi_enable instead of port | Tom Hughes | 2021-01-28 | 1 | -2/+2 |
* | spi: add flags to spi configuration | Jett Rink | 2020-01-29 | 1 | -1/+1 |
* | LICENSE: remove unnecessary (c) after Copyright | Tom Hughes | 2019-06-19 | 6 | -6/+6 |
* | ec.tasklist: Consolidate duplicate comments | Daisuke Nojiri | 2019-04-08 | 1 | -11/+1 |
* | common: replace 1 << digits, with BIT(digits) | Gwendal Grignou | 2019-03-26 | 1 | -1/+1 |
* | chip/stm32/usart: Add flags to usart_config | Nicolas Boichat | 2017-10-18 | 1 | -0/+2 |
* | Remove Makefile symlinks under board directory | Daisuke Nojiri | 2016-07-09 | 1 | -1/+0 |
* | cleanup: Add warning comment to gpio.inc files | Bill Richardson | 2016-02-25 | 1 | -1/+3 |
* | USART: Add DMA based receiver | Anton Staaf | 2015-08-24 | 1 | -1/+5 |
* | USART: Add usart_info command | Anton Staaf | 2015-08-24 | 1 | -0/+1 |
* | stm32: Enable 3rd SPI interface | Gwendal Grignou | 2015-07-30 | 2 | -3/+3 |
* | common: change interface to SPI flash | Gwendal Grignou | 2015-07-30 | 2 | -4/+12 |
* | Discovery: Add Forward and Loopback USART configurations | Anton Staaf | 2015-07-21 | 3 | -17/+101 |
* | cleanup: fix all the header guards | Bill Richardson | 2015-06-18 | 1 | -3/+3 |
* | discovery-stm32f072: Blink the LEDs | Bill Richardson | 2015-06-18 | 1 | -1/+13 |
* | Stream: Remove in_stream/out_stream interface | Anton Staaf | 2015-06-11 | 4 | -179/+2 |
* | mec1322: Simplify GPIO lists | Steven Jian | 2015-05-27 | 1 | -13/+13 |
* | Cleanup: Use compound literals for static initialization | Anton Staaf | 2015-05-27 | 1 | -25/+16 |
* | Producer/Consumer: Refactor to use Queue policies | Anton Staaf | 2015-05-26 | 1 | -46/+21 |
* | Queue: Add policies to queues | Anton Staaf | 2015-05-26 | 1 | -4/+6 |
* | gpio: Refactor IRQ handler pointer out of gpio_list | Aseda Aboagye | 2015-04-10 | 1 | -8/+8 |
* | USB Stream: Make RX and TX buffer sizes configurable | Anton Staaf | 2015-03-03 | 1 | -0/+2 |
* | Producer/Consumer: Convert USART and USB Stream drivers | Anton Staaf | 2015-03-02 | 1 | -11/+51 |
* | USB-SPI: Switch from task to deferred function | Anton Staaf | 2014-12-08 | 4 | -31/+5 |
* | USB-SPI: Support board enable/disable functionality | Anton Staaf | 2014-12-08 | 2 | -16/+35 |
* | USB: Remove special case for iVersion string descriptor | Anton Staaf | 2014-11-04 | 1 | -1/+2 |
* | discovery-stm32f072: Rename USB console endpoint | Anton Staaf | 2014-10-30 | 1 | -1/+1 |
* | discovery-stm32f072: Enable USB console | Anton Staaf | 2014-10-29 | 2 | -10/+15 |
* | USB-console: Add string names for console interfaces | Anton Staaf | 2014-10-29 | 3 | -4/+7 |
* | discovery-stm32f072: Enable SPI over USB tunnel | Anton Staaf | 2014-10-23 | 5 | -19/+80 |
* | discovery-stm32f072: fix USB version string | Anton Staaf | 2014-10-15 | 1 | -1/+1 |
* | discovery-stm32f072: discovery USB GPIO test | Anton Staaf | 2014-10-14 | 3 | -12/+29 |
* | usb: export firmware version | Vincent Palatin | 2014-10-11 | 1 | -1/+1 |
* | discovery-stm32f072: Add echo task | Anton Staaf | 2014-09-24 | 5 | -3/+211 |
* | Flashing: Force board into reset for flashing | Anton Staaf | 2014-09-09 | 1 | -0/+4 |
* | Makefile: Add support for per-board symlinks to top level | Anton Staaf | 2014-07-30 | 2 | -20/+16 |