summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* main: Initialize I2C pretty earlyAlexandru M Stan2019-12-104-8/+4
* printf: Enable compile-time format checkingEvan Green2019-12-101-0/+1
* printf: Fix formatting errorsEvan Green2019-12-102-116/+527
* printf: Convert %l to %llEvan Green2019-12-101-2/+2
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-12-104-50/+188
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-07-171-1/+1
* common: replace 1 << digits, with BIT(digits) (take two)Gwendal Grignou2019-07-1713-180/+180
* Use gcc's name for ARMv6-with-svc on cortex-m chipsPatrick Georgi2018-12-071-1/+5
* Fix compilation with coreboot-sdkStefan Reinauer2018-12-072-15/+1
* i2c: Split i2c_xfer into locked/unlocked versions.Jonathan Brandmeyer2018-12-071-4/+1
* i2c: add i2c_lock before and after calling i2c_xferZhuohao Lee2018-12-071-0/+3
* sweetberry: expose i2c over usbRuben Rodriguez Buchillon2018-12-072-1/+13
* consumer: Remove flush operationNicolas Boichat2018-02-015-54/+0
* Add WebUSB descriptor supportVincent Palatin2017-10-241-19/+40
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-118-103/+45
* watchdog: Don't discard irqprio data due to CONFIG_LTOShawn Nematbakhsh2017-09-072-2/+2
* stm32: Add function to fetch unique idNicolas Boichat2017-07-182-1/+9
* usb: Cleanup headersNicolas Boichat2017-06-3010-1/+14
* spi: extend spi master API on STM32Vincent Palatin2017-06-301-5/+18
* gpio: Add function to clear pending interruptDuncan Laurie2017-06-301-0/+12
* flash: Add ROLLBACK flash region, that can be protected separatelyNicolas Boichat2017-06-302-2/+35
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-06-301-22/+33
* flash: Add EC_FLASH_PROTECT_RW_[AT_BOOT|NOW] flagsNicolas Boichat2017-06-302-4/+95
* stm32: add support for STM32L442Vincent Palatin2017-02-176-9/+97
* flash: Pass more precise parameter to flash_[physical_]protect_at_bootNicolas Boichat2017-02-123-18/+16
* usb: activate CRS on STM32F0Sam Hurst2017-01-262-0/+59
* stm32: Remove unused struct definitionsMartin Roth2017-01-022-10/+0
* stm32: Remove useless code from usb_power.cMartin Roth2016-12-261-12/+0
* chip/stm32/usb_hid: Add USB HID touchpad driverNicolas Boichat2016-11-222-0/+352
* chip/stm32/usb: Allow interface handler to reply with more than 64 bytesNicolas Boichat2016-11-223-14/+69
* chip/stm32/usb_hid_keyboard: Add functions for keyscanNicolas Boichat2016-11-221-40/+97
* chip/stm32/usb_hid_keyboard: Fix set_keyboard_report raceNicolas Boichat2016-11-171-5/+61
* chip/stm32/usb_hid: Separate HID keyboard supportNicolas Boichat2016-11-164-117/+174
* Fix various misspellings in commentsMartin Roth2016-11-156-8/+8
* sweetberry: add usb power logging interfaceNick Sanders2016-11-114-9/+1036
* stm32f0: Allow change of external int prioritiesDaisuke Nojiri2016-11-092-3/+7
* usb_i2c: refactor into commonNick Sanders2016-11-021-1/+0
* stm32: make usb_iface_request externBrian Norris2016-10-211-1/+1
* Support alignment for EC host command structuresRandall Spangler2016-10-191-3/+7
* cts: Add I2C tests for read8/16/32 and write8/16/32Daisuke Nojiri2016-10-051-4/+4
* stm32l4: Add i2c driverDaisuke Nojiri2016-10-052-2/+467
* i2c: Move I2C_MAX_HOST_PACKET_SIZE to i2c.hDaisuke Nojiri2016-10-051-29/+0
* g: CONFIG_FLASH should be optionalBill Richardson2016-10-021-2/+2
* stm32: Fixed bugs with stm32l4 register masksChris Chen2016-09-272-10/+74
* sweetberry: add usb fw updateNick Sanders2016-09-028-27/+631
* sweetberry: add dwc usb supportNick Sanders2016-09-017-1/+9196
* Remove unused CONFIG_CONSOLE_RESTRICTED_INPUT optionBill Richardson2016-08-241-34/+3
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-249-18/+9
* sweetberry: add i2c supportNick Sanders2016-08-211-0/+753
* stm32f446e-eval: add support for stm32f446Nick Sanders2016-08-1717-206/+1953