summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* chip/stm32: Only use a mutex when not in interrupt contextTom Hughes2020-10-091-2/+5
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+2
* stm32g4: Initial UCPD driver for type-c functionalityScott Collyer2020-09-294-0/+582
* honeybuns: Increase flash size to work with RO onlyScott Collyer2020-09-291-1/+6
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-298-13/+15
* Bloonchipper: Reduce usart transport's response size to 0x100Bhanu Prakash Maiya2020-09-251-3/+3
* stm32g4: Update dma channels for USARTScott Collyer2020-09-081-6/+6
* stm32g4: Specify correct ARM core and CPU flagsScott Collyer2020-08-311-1/+2
* stm32g4: Add flash support for stm32g4 chip familyScott Collyer2020-08-314-83/+91
* stm32l4: Refactor to use page instead of bank notationScott Collyer2020-08-312-31/+77
* stm32g4: Fix build issue with i2c driverScott Collyer2020-08-292-2/+1
* usbc: remove PD_EVENT_SM in favor of task_wakeJett Rink2020-08-211-1/+1
* task: Change mutex_lock() assertEdward Hill2020-08-151-7/+3
* COIL: change usage of sanityDaisuke Nojiri2020-08-141-1/+1
* stm32g4: Add I2C supportScott Collyer2020-08-132-11/+472
* stm32g4: Fix max clock freq and flash wait stateScott Collyer2020-08-131-5/+5
* task: Fix mutex_lock() assert (reland)Edward Hill2020-08-121-3/+7
* ec: change usage of dummySam Hurst2020-08-0512-34/+34
* stm32g4: Set uart frequency and enable clocks for stm32g4Scott Collyer2020-07-311-3/+3
* stm32g4: Modify channel select to use DMAMUX for stm32g4Scott Collyer2020-07-311-2/+15
* spi: Use different hooks for SPI enable/disableWai-Hong Tam2020-07-301-0/+9
* stm: rtc: Prevent locking a mutex in interrupt contextWai-Hong Tam2020-07-301-1/+9
* stm32g4: Add clock enable logic for HW timerScott Collyer2020-07-291-0/+11
* stm32g4: Add gpio supportScott Collyer2020-07-291-0/+66
* stm32g4: Clock module driverScott Collyer2020-07-291-0/+277
* stm32g4: Modifications required for system.cScott Collyer2020-07-291-1/+15
* stm32g4: Add config-chip for stm32g41xbScott Collyer2020-07-292-0/+46
* stm32g4: Fix issue with APB1 base addressScott Collyer2020-07-291-1/+1
* Make wait_for_ready available for allDaisuke Nojiri2020-07-285-61/+10
* servo: Adds USB SPI protocol V2 commands and responsesBrian J. Nemec2020-07-243-103/+629
* stm32g4: Add registers file for stm32g4 chip familyScott Collyer2020-07-232-0/+1275
* EC: Add additional stack sizesSam Hurst2020-07-071-0/+2
* Bloonchipper: USART based transport layer for host commandBhanu Prakash Maiya2020-06-0512-17/+1008
* servo: Add USB SPI helper functions and context statesBrian J. Nemec2020-06-052-86/+325
* ec: Minor cleanup of magic number commonly used in STM32 USBBrian J. Nemec2020-06-045-4/+8
* chip/stm32: Don't reset the backup domain when initializing clockYicheng Li2020-06-031-1/+0
* stm32: Disable option bytes if RO is protected on bootTom Hughes2020-05-302-5/+12
* test: Add tests for flash option bytes and control registerTom Hughes2020-05-301-0/+6
* stm32: Add helper functions for flash control registersTom Hughes2020-05-303-28/+154
* chip/stm32: Save STAY_IN_RO flag if set during resetTom Hughes2020-05-141-0/+4
* stm32: Add chip_read_reset_flags and chip_save_reset_flagsDaisuke Nojiri2020-05-061-3/+13
* test: Add on-device unit test for STM32 RTCTom Hughes2020-04-301-0/+1
* c2d2/servo_micro: invert SDA during ITE programming seqJett Rink2020-04-162-2/+8
* ec: Enlarged Task Stack size on platformsBrian J. Nemec2020-04-021-1/+1
* cleanup: drop the _TYPEC part of USB device configJett Rink2020-03-261-1/+1
* stm32f412: Fix chip config Flash and RAM sizesCraig Hesling2020-03-242-4/+13
* stm32: Refactor clock-stm32h7.cCraig Hesling2020-03-201-70/+244
* chip: stm32: fix TIM9 interrupt for STM32F412Virendra Kakade2020-03-201-0/+4
* stm32: pwm: fix timer PSC register calculationVirendra Kakade2020-03-131-4/+5
* stm32: Fix manual interrupt clearing functionCraig Hesling2020-03-121-1/+3