summaryrefslogtreecommitdiff
path: root/board/discovery/board.c
Commit message (Expand)AuthorAgeFilesLines
* board: Sort header filesJeremy Bettis2022-12-011-0/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* board/discovery/board.c: Format with clang-formatJack Rosenthal2022-06-281-12/+5
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* chip/stm32/usart: Add flags to usart_configNicolas Boichat2017-10-181-0/+1
* USART: Add DMA based receiverAnton Staaf2015-08-241-1/+5
* Discovery: Configure USART2 as a loopback deviceAnton Staaf2015-08-101-2/+43
* GPIO: Move definition of alternate functions to gpio.incAnton Staaf2014-07-171-6/+0
* gpio: Replace duplication in gpio declarations with X-macro fileAnton Staaf2014-06-261-13/+1
* basic support for STM32L-Discovery boardVincent Palatin2013-09-281-0/+43
* remove deprecated stm32-based boardsVincent Palatin2012-05-021-67/+0
* introducing chip variant for stm32 family [1/3]Vincent Palatin2012-05-011-3/+3
* Fix test configurations build errorsVincent Palatin2012-04-251-0/+4
* stm32l: set SYSCFGEN for boards using stm32lDavid Hendricks2012-04-251-0/+1
* stm32l: eliminate GPIO initialization done in keyboard codeDavid Hendricks2012-04-131-10/+26
* Add keyboard_scan for STM32David Hendricks2012-02-171-2/+12
* stm32l: de-duplicate stubs used for all STM32L based boardsVincent Palatin2012-02-161-32/+0
* stm32l: implement gpio_set_alternate_functionVincent Palatin2012-02-161-8/+2
* Make i8042 independent of host <--> KBC bus.David Hendricks2012-02-151-1/+0
* stm32l: set pin mux for USART1Vincent Palatin2012-02-151-0/+8
* stm32l: basic GPIO supportVincent Palatin2012-02-031-8/+12
* stm32l: add watchdog supportVincent Palatin2012-02-021-0/+6
* stm32l: add UART driverVincent Palatin2012-01-311-0/+11
* add the skeleton for STM32L chip and discovery boardVincent Palatin2012-01-261-0/+46