summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32: add embryonic support for STM32F76xVincent Palatin2017-08-186-12/+134
* stm32: remove stm32f4 dead code in DMAVincent Palatin2017-08-181-33/+1
* usb_hid_touchpad: Add touch event to FIFO during suspendNicolas Boichat2017-08-161-17/+128
* usb_hid_touchpad: Add timestamp field to touch eventsNicolas Boichat2017-08-161-0/+10
* chip/stm32/usb_hid_keyboard: Add keystrokes to a FIFONicolas Boichat2017-08-161-41/+163
* chip/stm32/usb_hid_keyboard: Simpler buffer handlingNicolas Boichat2017-08-161-31/+17
* chip/stm32/usb: Replace reset handler by generic event handlerNicolas Boichat2017-08-1620-75/+151
* scarlet: Remap DMA channels for USART1Philip Chen2017-08-151-1/+2
* chip/stm32/usb: Split usb wake handler as a different functionNicolas Boichat2017-08-151-43/+49
* usb_api.h: Stub usb_wake if CONFIG_USB_REMOTE_WAKEUP is not definedNicolas Boichat2017-08-122-4/+0
* chip/stm32/usb: Increase resume timeout to 3 secondsNicolas Boichat2017-08-061-1/+1
* chip/stm32/usb: Fix resume handler in usb_wakeNicolas Boichat2017-08-061-11/+21
* Fix compilation with coreboot-sdkStefan Reinauer2017-08-042-15/+1
* usb_hid_*: Fix __packed struct coding styleNicolas Boichat2017-08-021-2/+2
* chip/stm32/usb_hid_touchpad: Widen pressure field to 10 bitsNicolas Boichat2017-07-311-7/+7
* stm32f4: Add OTP support.Gwendal Grignou2017-07-284-0/+136
* Add OTP supportGwendal Grignou2017-07-282-26/+10
* chip/stm32/usb_hid_touchpad: Move all finger data to a macroNicolas Boichat2017-07-271-142/+34
* sweetberry: allow larger sense resistorsNick Sanders2017-07-241-6/+11
* stm32f4: Set unique ID properlyGwendal Grignou2017-07-201-1/+5
* stm32: gpio: implement gpio_disable_interruptWei-Ning Huang2017-07-171-0/+13
* servo_micro: add parity settingNick Sanders2017-07-135-0/+138
* chip/stm32/i2c-stm32f0: Adjust 400kHz setting (48Mhz clock source)Nicolas Boichat2017-07-101-1/+1
* chip/stm32/flash-f: Clear option byte write enable/erase operation when doneNicolas Boichat2017-07-072-2/+9
* chip/stm32/flash-f: Fix incorrect WP computationNicolas Boichat2017-07-061-3/+0
* chip/stm32/registers.h: Fix STM32_FLASH_OPT_LOCKED polarityNicolas Boichat2017-07-061-1/+1
* chip/stm32/pwm: Prevent sleeping while PWM output is activeNicolas Boichat2017-07-041-8/+20
* stm32f4: fix flash_physical_protect_now behaviorWei-Ning Huang2017-06-283-115/+50
* watchdog: Don't discard irqprio data due to CONFIG_LTOShawn Nematbakhsh2017-06-262-2/+2
* stm32f4: clock stm32f412 at 96MHzWei-Ning Huang2017-06-218-10/+54
* stm32: flash: enable data and instruction cache properlyWei-Ning Huang2017-06-202-1/+19
* stm32/usb: Add support for board-specific serial numberNicolas Boichat2017-06-132-2/+16
* stm32: Add function to fetch unique idNicolas Boichat2017-06-122-1/+9
* board: Add support for nucleo-f411reGwendal Grignou2017-06-061-24/+38