summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* Remove unused CONFIG_CONSOLE_RESTRICTED_INPUT optionBill Richardson2016-08-241-34/+3
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-249-18/+9
* sweetberry: add i2c supportNick Sanders2016-08-211-0/+753
* stm32f446e-eval: add support for stm32f446Nick Sanders2016-08-1717-206/+1953
* stm32: Clarified a few comments in registers.hChris Chen2016-08-091-5/+7
* servo_v4: servo_micro: cr50: fix usb power declarationNick Sanders2016-08-081-2/+10
* stm32l4: Enable extended interrupts (EXTI)Daisuke Nojiri2016-07-291-0/+26
* stm32: add generic stream interface for stm32Nick Sanders2016-07-211-11/+39
* stm32: i2c: Busy loop for a while waiting for interruptNicolas Boichat2016-06-021-5/+23
* servo_micro: add programmable serial numberNick Sanders2016-05-261-2/+110
* servo_v4: Fix ADC console commandNick Sanders2016-05-263-145/+0
* hooks: Add relative HOOK_INIT priority for peripheralsShawn Nematbakhsh2016-05-051-1/+1
* STM32: Add HSE and PLL to clock source selectionDaisuke Nojiri2016-04-293-50/+263
* STM32: Set UART clock sources to SYSCLKDaisuke Nojiri2016-04-292-3/+13
* servo_micro: add gpio mode get and setNick Sanders2016-04-271-0/+51
* UART: Remove enable/disable interrupt functionsAnton Staaf2016-04-271-10/+0
* STM32: Support LPUART consoleDaisuke Nojiri2016-04-254-2/+32
* Bring up STM32L476G-EvalDaisuke Nojiri2016-04-2510-16/+371
* STM32: Add dma_select_channelDaisuke Nojiri2016-04-254-0/+38
* snoball: Add support for proto 0.9 boardShawn Nematbakhsh2016-04-192-2/+13
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-3/+0
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-183-12/+12
* servo_micro: add USB I2C interfaceNick Sanders2016-03-153-0/+323
* GPIO: Move STM32 specific gpio_enabled_clocksAnton Staaf2016-03-023-2/+18
* USB: Add bounds checking to USB-SPI bridge readAnton Staaf2016-03-021-8/+10
* lucid: add support to detect BC1.2 suppliersMary Ruthven2016-02-263-0/+65
* hibernate: Inform PD MCU before calling board hibernate callbackShawn Nematbakhsh2016-02-171-3/+4
* system: Add hibernate board-level callbackShawn Nematbakhsh2016-01-281-0/+3
* GPIO: Remove gpio_get_level_reg functionAnton Staaf2016-01-272-19/+8
* stm32f0: flash: Don't check protect bits for flash that doesn't existShawn Nematbakhsh2016-01-211-2/+7
* stm32: adc: Add support for DMA continuous modeShawn Nematbakhsh2015-12-212-29/+131
* stm32: Don't use HSI48 clock for chips which don't support itShawn Nematbakhsh2015-12-112-2/+5
* stm32: pwm: Allow configuration of pwm frequency + complementary outputsShawn Nematbakhsh2015-12-042-3/+14
* pwm: Add common initialization for PWM pinsShawn Nematbakhsh2015-12-043-15/+0
* stm32: hwtimer: Use correct TIM1 interruptShawn Nematbakhsh2015-11-191-4/+4
* cleanup: Rename usb.h to usb_descriptor.hShawn Nematbakhsh2015-11-088-8/+8
* stm32: i2c: Use correct timingr values based on clock sourceShawn Nematbakhsh2015-11-031-5/+5
* stm32f0: i2c: Set timing register values by port clock sourceShawn Nematbakhsh2015-10-301-30/+46
* pd: remove unnecessary delay in phy initAlec Berg2015-10-231-1/+1
* oak: stm32f0: implement i2c_set_timeoutRong Chang2015-10-231-1/+16
* stm32f05x: Use correct erase block size of 1kBAlec Berg2015-10-191-1/+1
* stm32: add synchronous debug printfAlec Berg2015-10-193-0/+132
* stm32: i2c: Add timings for 8MHz i2cclkShawn Nematbakhsh2015-10-141-4/+18
* pd: Cleanup usb_pd low power idle sleep maskShawn Nematbakhsh2015-10-061-2/+6
* pd: Allow EC to request PD hibernate via host commandShawn Nematbakhsh2015-10-051-0/+8
* stm32: i2c: Inhibit deep sleep when addressed in slave modeShawn Nematbakhsh2015-09-301-0/+6
* Rename gpio_is_reboot_warm() to system_is_reboot_warm()Vijay Hiremath2015-09-295-16/+11
* stm32: Remove support for stm32ts60Shawn Nematbakhsh2015-09-293-58/+0
* cleanup: Put chip-specific configs in config_chip.hBill Richardson2015-09-211-0/+8
* stm32: Define a larger task size for HOST_CMDGwendal Grignou2015-09-201-2/+5