summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add flash command support to boards with STM32F4Gwendal Grignou2017-06-035-385/+233
* hammer: Add support for new keyNicolas Boichat2017-06-021-2/+36
* stm32: cleanup flash-f by using constant from register.hGwendal Grignou2017-06-023-79/+121
* stm32f4: i2c: process stop condition after slave receiver executedWei-Ning Huang2017-05-231-22/+22
* rose: spi: add SPI master halfduplex modeRong Chang2017-05-221-27/+60
* hammer: Make keyboard work at firmware screenNicolas Boichat2017-05-184-25/+85
* config: allow increasing i2c host packet buffer size with configWei-Ning Huang2017-05-182-2/+4
* stm32f4: Add stm32f4 I2C slave driverRong Chang2017-05-182-1/+261
* usb_hid_touchpad: Add config options to set dimensionsNicolas Boichat2017-05-181-73/+29
* stm32: add clock configuration for stm32f412 to run at 96 MHzWei-Ning Huang2017-05-122-5/+23
* chip/stm32/usb_i2c: Remove obsolete implementationNicolas Boichat2017-05-052-322/+0
* hammer: Pulse detection pin on USB wake eventNicolas Boichat2017-05-021-0/+9
* chip/stm32/usb: More reliable implementation of usb_wakeNicolas Boichat2017-05-021-6/+81
* rose: stm32f4: fix DMA macro to get ISR bitsRong Chang2017-04-261-1/+1
* rose: add stm32f4 SPI master supportRong Chang2017-04-262-1/+40
* rose: remove dependency between stm32f4 I2C master and slave driversRong Chang2017-04-261-0/+2
* rose: enable stm32f4 EXTI IRQsRong Chang2017-04-261-0/+25
* Revert "system: Shutdown AP before entering hibernate mode"Duncan Laurie2017-04-211-1/+1
* system: Shutdown AP before entering hibernate modePhilip Chen2017-04-141-1/+1
* rose: add stm32f4 family supportRong Chang2017-03-281-2/+3