summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* 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
* cortex-m: add D-cache supportVincent Palatin2018-06-041-4/+0
* stm32: fix ignoring bus fault on M7Vincent Palatin2018-06-041-0/+2
* system: Enable/Disable low power idle in run timePhilip Chen2018-05-301-0/+8
* chip/stm32/clock: Initialize 'alarm_us'Philip Chen2018-05-221-1/+2
* sweetberry: expose i2c over usbRuben Rodriguez Buchillon2018-05-212-1/+13
* Use gcc's name for ARMv6-with-svc on cortex-m chipsPatrick Georgi2018-05-171-1/+5
* chip/stm32/clock: Align to second for rtc alarm host commandPhilip Chen2018-04-241-9/+20
* stm32: more robust SPI slave on STM32H7Vincent Palatin2018-04-221-6/+8
* stm32: implement reboot wait-extNick Sanders2018-04-101-0/+9
* sweetberry: add current and voltage loggingNick Sanders2018-03-282-37/+118
* servo_micro: switch parity to 8 bit dataNick Sanders2018-03-122-2/+11
* stm32: convert to CONFIG_CHIP_MEMORY_REGIONSVincent Palatin2018-03-054-4/+22
* config: Rename new key to assistant keyNicolas Boichat2018-03-051-13/+13
* stm32h7: enable the fast PLL on-demandVincent Palatin2018-03-051-23/+3
* stm32: crank up CPU PLL frequency to 400Mhz on STM32H743Vincent Palatin2018-03-053-31/+86
* scarlet: Turn off ADC after board version is readPhilip Chen2018-03-023-0/+14
* cortex-m: enable I-cache on ARMv7-MVincent Palatin2018-03-022-0/+7
* stm32: fix RTC configuration on STM32H7Vincent Palatin2018-03-021-2/+0
* stm32: trigger watchdog hard reset immediatelyVincent Palatin2018-02-261-2/+2
* stm32: fix AXI memory corruption on STM32H743Vincent Palatin2018-02-212-0/+18
* stm32: add internal flash support for STM32H7 familyVincent Palatin2018-02-095-8/+559
* keyboard_scan: Disable when USB is suspended without wakeNicolas Boichat2018-02-051-0/+3
* stm32/usb: Add HOOK_USB_PM_CHANGE, called when USB is resumed/suspendedNicolas Boichat2018-02-021-1/+22
* stm32: add usb_isochronousWei-Han Chen2018-01-313-0/+286