summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32: Fix bkpdata accountingShawn Nematbakhsh2018-01-302-13/+33
* stm32: make half-duplex SPI works on STM32F0Wei-Han Chen2018-01-253-56/+85
* stm32/usb: Add logic to detect stuck controller in usb_wakeNicolas Boichat2018-01-181-1/+28
* stm32/usb: Handle spurious wakes in usb_resumeNicolas Boichat2018-01-181-7/+34
* stm32/usb: usb_wake: Update STM32_USB_CNTR with interrupts offNicolas Boichat2018-01-171-1/+5
* stm32: add SPI slave support for STM32H7Vincent Palatin2018-01-122-11/+51
* stm32: add SPI master for STM32H7Vincent Palatin2018-01-082-1/+341
* stm32: Add STM32H7 familyVincent Palatin2018-01-0811-26/+851
* stm32: re-factor registers.h addressesVincent Palatin2017-12-251-161/+167
* consumer: Remove flush operationNicolas Boichat2017-12-185-54/+0
* chip/stm32: Add support for half-duplex UARTNicolas Boichat2017-12-152-3/+7
* chip/stm32/usb_hid_keyboard: add dynamic backlight detection supportWei-Ning Huang2017-12-122-51/+107
* stm32/usb: Patching framework for USB descriptorsNicolas Boichat2017-12-123-3/+57
* stm32f0 / stm32f3: rtc: Fix register <-> time conversionShawn Nematbakhsh2017-12-111-4/+14
* stm32: Add proper flash erase timeoutShawn Nematbakhsh2017-12-081-3/+11
* chip/stm32/clock: Handle illegal alarm timeout gracefullyPhilip Chen2017-12-061-4/+8
* stm32: update USB version for BOS descriptorsVincent Palatin2017-11-302-4/+4
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-1/+1
* stm32f0: i2c: Fix dropped Rx byte in TCPCI slave modeShawn Nematbakhsh2017-11-151-5/+5
* stm32: jtag: Enable clock to debug module on stm32f0xMoritz Fischer2017-11-152-0/+4
* chip/stm32/usart: Add flags to usart_configNicolas Boichat2017-10-182-16/+33
* chip/stm32/clock: Optionally use LSE as RTCCLKPhilip Chen2017-10-114-26/+52
* chip/stm32/clock: Don't wake up the host when the host resets rtcPhilip Chen2017-10-061-1/+2
* chip/stm32/clock: Allow the host to reset rtc alarmPhilip Chen2017-10-021-0/+5
* chip/stm32/clock: Wakeup AP when rtc alarm goes offPhilip Chen2017-09-282-0/+21
* chip/stm32/clock: Incorporate RTC date registerPhilip Chen2017-09-274-80/+170
* Add WebUSB descriptor supportVincent Palatin2017-09-221-19/+40
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-078-103/+45
* chip/stm32/usb_hid_keyboard: implement keyboard backlight controlWei-Ning Huang2017-09-014-18/+107
* chip/stm32/clock: Support RTC console/host commandsPhilip Chen2017-08-233-0/+137
* chip/stm32/i2c-stm32f0: Further adjust 400kHz setting (48Mhz clock source)Nicolas Boichat2017-08-231-1/+1
* usb_hid_keyboard: Add support for boot protocol reportNicolas Boichat2017-08-231-7/+19