summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* stm32f0: Allow change of external int prioritiesDaisuke Nojiri2016-11-092-3/+7
* usb_i2c: refactor into commonNick Sanders2016-11-021-1/+0
* stm32: make usb_iface_request externBrian Norris2016-10-211-1/+1
* Support alignment for EC host command structuresRandall Spangler2016-10-191-3/+7
* cts: Add I2C tests for read8/16/32 and write8/16/32Daisuke Nojiri2016-10-051-4/+4
* stm32l4: Add i2c driverDaisuke Nojiri2016-10-052-2/+467
* i2c: Move I2C_MAX_HOST_PACKET_SIZE to i2c.hDaisuke Nojiri2016-10-051-29/+0
* g: CONFIG_FLASH should be optionalBill Richardson2016-10-021-2/+2
* stm32: Fixed bugs with stm32l4 register masksChris Chen2016-09-272-10/+74
* sweetberry: add usb fw updateNick Sanders2016-09-028-27/+631
* sweetberry: add dwc usb supportNick Sanders2016-09-017-1/+9196
* 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