summaryrefslogtreecommitdiff
path: root/board/discovery
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-196-6/+6
* ec.tasklist: Consolidate duplicate commentsDaisuke Nojiri2019-04-081-11/+1
* chip/stm32/usart: Add flags to usart_configNicolas Boichat2017-10-181-0/+1
* 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
* Discovery: Configure USART2 as a loopback deviceAnton Staaf2015-08-103-4/+51
* Discovery: Add OpenOCD configuration fileAnton Staaf2015-07-271-0/+19
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* mec1322: Simplify GPIO listsSteven Jian2015-05-271-4/+4
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-3/+3
* Makefile: Add support for per-board symlinks to top levelAnton Staaf2014-07-301-0/+1
* GPIO: Move definition of alternate functions to gpio.incAnton Staaf2014-07-172-6/+2
* gpio: Replace duplication in gpio declarations with X-macro fileAnton Staaf2014-06-263-26/+19
* cleanup: Consolidate module IDs into a single shared enumRandall Spangler2013-10-251-6/+0
* cleanup: Re-enable keyboard console channel for ARM boardsRandall Spangler2013-10-251-3/+0
* Correct the EC name in the build.mk comments for some boardsDavid Hendricks2013-10-171-1/+1
* basic support for STM32L-Discovery boardVincent Palatin2013-09-284-0/+129
* remove deprecated stm32-based boardsVincent Palatin2012-05-024-159/+0
* introducing chip variant for stm32 family [2/3]Vincent Palatin2012-05-011-0/+1
* introducing chip variant for stm32 family [1/3]Vincent Palatin2012-05-012-4/+4
* 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-132-18/+48
* Add keyboard_scan for STM32David Hendricks2012-02-173-2/+24
* 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-152-1/+3
* stm32l: set pin mux for USART1Vincent Palatin2012-02-151-0/+8
* stm32l: use USART1 as consoleVincent Palatin2012-02-081-1/+1
* stm32l: basic GPIO supportVincent Palatin2012-02-032-10/+18
* stm32l: add watchdog supportVincent Palatin2012-02-022-0/+7
* stm32l: add UART driverVincent Palatin2012-01-312-0/+14
* stm32l: initialize clocksVincent Palatin2012-01-301-0/+3
* add the skeleton for STM32L chip and discovery boardVincent Palatin2012-01-264-0/+97