summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* common: Add BIT macroGwendal Grignou2019-03-261-597/+598
* ec: Refactor get_rtc_diff to return unsigned valuesJack Rosenthal2019-03-203-15/+25
* chip: stm32: Fix Timers 9 through 11 for STM32F4Moritz Fischer2019-03-163-2/+8
* adc-stm32f0: initialize adc upon invocation of channel readYH Lin2019-03-131-36/+38
* chip: stm32: Fix GPIO base addresses for STM32F4/LMoritz Fischer2019-03-061-3/+12
* ec: cleanup: Add CONFIG_RTCJack Rosenthal2019-03-012-1/+4
* stm32: spi: fix link to bug in commentsNicolas Norvez2019-02-271-3/+3
* chip: stm32: Enable additional I2C/UART DMA channels for STM32F412Moritz Fischer2019-01-291-5/+9
* chip/stm32/clock: Enable STOP mode when the host sets wake alarmPhilip Chen2019-01-113-41/+120
* chip: stm32: clock-stm32f4: Implement rtc_set() for RTCstabilize-11554.BMoritz Fischer2019-01-091-2/+30
* chip/stm32/clock: Cleanly clear pending RTC alarm IRQPhilip Chen2019-01-051-0/+3
* kukui/emmc: Share EXTI15 interrupt between SPI and eMMCNicolas Boichat2018-10-301-0/+5
* usb_hid_keyboard: keycode column and row are switchedWei-Han Chen2018-10-301-1/+1
* system: Remember if reset was due to AP watchdog triggeringNicolas Boichat2018-10-291-0/+32
* Keyboard: Allow keyboard size to be set at run timeDaisuke Nojiri2018-10-193-3/+3
* chip/stm32/usb_hw: include stdint.h and stddef.hPatrick Georgi2018-10-191-0/+3
* Keyboard: switch column and row of scancode tableDaisuke Nojiri2018-10-191-18/+14
* chip/stm32: Convert usb_endpoints to C so gcc's LTO knows about itPatrick Georgi2018-10-162-108/+169
* chip/stm32/usb_hid_keyboard: Reload keyboard endpoint on resetNicolas Boichat2018-10-111-0/+7
* Make ADCs on STM32F4 workMoritz Fischer2018-09-284-8/+26
* Refactor ADC clock enable for STM32F0/F3Moritz Fischer2018-09-274-2/+14
* stm32h7: Use high performance voltage scaler before clock upDaisuke Nojiri2018-09-272-0/+15
* usb_hid_touchpad: fix logical max of width & heightWei-Han Chen2018-09-261-1/+1
* stm32h7/nocturne_fp: Enable RDP level 1, tie it to flash protection statusNicolas Boichat2018-09-222-3/+35
* flash: Add CONFIG_FLASH_READOUT_PROTECTION config optionNicolas Boichat2018-09-142-2/+2
* usb_hid_keyboard: Keep tablet mode status when clearing reportNicolas Boichat2018-09-031-0/+9
* usb_hid_touchpad: fix report count of device capabilitiesWei-Han Chen2018-09-031-1/+1
* stm32: usb_hid_touchpad: add 'device certification status' reportWei-Han Chen2018-08-311-0/+55
* stm32: usb_hid_touchpad: add 'device capabilities' reportWei-Han Chen2018-08-311-0/+23
* stm32: usb_hid: refactor to support `Get_Report` requestWei-Han Chen2018-08-314-34/+104
* stm32: usb_hid_touchpad: add confidenceWei-Han Chen2018-08-311-31/+34
* servo_micro: Allow setting the baud rate for usartNicolas Boichat2018-08-297-12/+40
* i2c: Split i2c_xfer into locked/unlocked versions.Jonathan Brandmeyer2018-08-161-4/+1
* servo_micro: Add enable_ite_dfu and get_ite_chipid console commands.Matthew Blecker2018-08-091-0/+18
* i2c: add i2c_lock before and after calling i2c_xferZhuohao Lee2018-08-071-0/+3
* usb_hid_touchpad: make max pressure configurableWei-Han Chen2018-08-031-1/+3
* usb_isochronous.c: change usb_isochronous APIWei-Han Chen2018-07-182-37/+112
* flash-stm32h7: Invalidate D-cache after erase/write operationsNicolas Boichat2018-07-131-0/+11
* stm32/system: Fix watchdog-initiated resetNicolas Boichat2018-07-132-0/+6
* stm32h7: Add support for TRNGNicolas Boichat2018-07-102-1/+49
* flash-stm32h7: Fix protect_blocksNicolas Boichat2018-07-061-3/+3
* flash-stm32h7: Fix flash_physical_erase/write at bank boundaryNicolas Boichat2018-07-061-2/+2
* usb_hid_touchpad.c: change report_desc to USAGE(touch pad)Wei-Han Chen2018-07-041-1/+1
* stm32: fix power configuration for STM32H7Vincent Palatin2018-06-292-0/+20
* stm32: low power idle for STM32H7Vincent Palatin2018-06-153-2/+265
* stm32: move UART wake-up to uart codeVincent Palatin2018-06-132-24/+20
* stm32: adding missing fix for bus fault on M7Vincent Palatin2018-06-121-0/+1
* gpio: extend flags size to accommodate GPIO_ flagsJett Rink2018-06-111-1/+1
* whiskers: Expose a switch for tablet modeNicolas Boichat2018-06-061-21/+87
* stm32: use D-cache on STM32H7Vincent Palatin2018-06-043-3/+13