summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* common: move chip agnostic trng code from stm32 to commonDavid Cross2023-05-121-70/+1
* chip/stm32: Support dynamic I2C speed on L4/L5 seriesJes B. Klinke2023-05-051-5/+10
* chip/stm32: Simplify usb_spi.c macro useJes B. Klinke2023-05-032-200/+163
* clock: Add mock for clock_enable_moduleYi Chou2023-04-257-7/+7
* chip/stm32: Add extensions for flash programmingJes B. Klinke2023-04-182-36/+368
* chip/stm32: Remove unwanted protool extensionJes B. Klinke2023-04-181-85/+0
* trng: Drop trng_rand() functionPatryk Duda2023-04-131-1/+1
* chip/stm32: Eliminate run-time flags to usb_spi.cJes B. Klinke2023-03-282-18/+3
* chip/stm32: Eliminate support for multiple USB->SPI instancesJes B. Klinke2023-03-282-197/+175
* chip/stm32: Interface extensions for serial flashJes B. Klinke2023-03-172-17/+114
* chip/stm32: Enable asynchronous write-only SPI transactionsJes B. Klinke2023-03-161-5/+29
* Replace CONFIG_DMA with CONFIG_DMA_CROS in EC codebasePatryk Duda2023-03-012-2/+2
* chip/stm32: ADC fixesJes B. Klinke2023-02-212-29/+20
* chip/stm32: Sample time off-by-oneJes B. Klinke2023-02-183-10/+15
* chip/stm32: Add warnings in stm32l4 files also used by L5Jes B. Klinke2023-02-172-0/+4
* chip/stm32: ADC status register "write 1 to clear"Jes B. Klinke2023-02-171-2/+9
* chip/stm32: Extend ADC support to L5xx familyJes B. Klinke2023-02-174-6/+12
* chip/stm32: Fix for opting out of flash supportJes B. Klinke2023-02-081-1/+4
* chip/stm32/clock-stm32l4: Fixed clock cmd documentationJes B. Klinke2023-02-051-2/+2
* chip/stm32/dfu_bootmanager_main: Add memory barrierJes B. Klinke2023-02-051-0/+5
* chip/stm32: Modification to DFU for STM32L5Jes B. Klinke2023-01-253-18/+53
* chip/stm32: Correction to EXTI register declarations for STM32L5Jes B. Klinke2023-01-243-13/+60
* chip/stm32: Fix copy/paste errorJes B. Klinke2023-01-181-2/+2
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-049-54/+55
* chip/stm32: Add register declarations for OctoSPIJes B. Klinke2022-12-091-0/+291
* chips/stm32/usb_spi: Allow boards to handle non-standard SPI bussesJes B. Klinke2022-12-092-1/+27
* chips/stm32/usb_spi: Forwarding to multiple spi devicesJes B. Klinke2022-12-092-8/+30
* chip: Sort header filesJeremy Bettis2022-11-2950-91/+80
* ec: IWYU Add missing includesJeremy Bettis2022-11-241-0/+2
* tree: Remove CONFIG_STM_HWTIMER32Tom Hughes2022-11-111-3/+1
* tree: Remove stm32/hwtimer.cTom Hughes2022-11-102-483/+13
* include/compiler.h: Add generic macro for disabling compiler warningsTom Hughes2022-10-131-7/+3
* tree: Remove CONFIG_SOFTWARE_PANICTom Hughes2022-10-122-10/+0
* chip/stm32: Remove self-assignmentTom Hughes2022-10-121-2/+2
* Update license boilerplate text in source code filesMike Frysinger2022-09-12166-166/+166
* stm32f0.h: update number of channels per controllerJosie Nordrum2022-09-062-9/+10
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-0115-21/+21
* util: remove unused includesYuval Peress2022-08-0524-0/+25
* tree: Remove non-standard "%ph" printf formatTom Hughes2022-07-191-1/+5
* tree: Fix -Wstrict-prototypes warningTom Hughes2022-07-081-1/+1
* chip/stm32/registers-stm32l.h: Format with clang-formatJack Rosenthal2022-07-071-580/+566
* chip/stm32/registers-stm32h7.h: Format with clang-formatJack Rosenthal2022-07-071-801/+789
* chip/stm32/registers.h: Format with clang-formatJack Rosenthal2022-07-071-327/+322
* chip/stm32/registers-stm32f4.h: Format with clang-formatJack Rosenthal2022-07-071-2/+3
* chip/stm32/usart-stm32l5.c: Format with clang-formatJack Rosenthal2022-07-071-5/+5
* chip/stm32/hwtimer32.c: Format with clang-formatJack Rosenthal2022-07-071-5/+6
* chip/stm32/hwtimer.c: Format with clang-formatJack Rosenthal2022-07-071-5/+6
* chip/stm32/registers-stm32f7.h: Format with clang-formatJack Rosenthal2022-07-071-2/+3
* trng: Rename rand to trng_randTom Hughes2022-07-061-11/+11
* chip/stm32/registers-stm32g4.h: Format with clang-formatJack Rosenthal2022-07-061-953/+924