summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* COIL: update chip/stm32/hwtimer.cRicardo Quesada2022-04-061-71/+71
* USBHC: Add USB host command interfaceDaisuke Nojiri2022-03-291-0/+7
* FPMCU/stm32: Compile host_command_common only for FPMCUDaisuke Nojiri2022-03-241-1/+1
* util: align the IN_RANGE implementation with zephyrTing Shen2022-03-231-3/+3
* stm32: Introduce define to control extended reset flagsPatryk Duda2022-02-282-0/+10
* stm32/system: Fix NULL pointer dereference in system_reset()Patryk Duda2022-02-281-10/+18
* stm32/system: Don't restore panic flags if no panic data existsPatryk Duda2022-02-281-3/+15
* gpio: cleanup header usage for i2cKeith Short2022-02-251-0/+2
* stm32: Add the DFU Boot ManagerBrian J. Nemec2022-02-1518-1/+338
* stm32: Add the DFU Runtime identifiersBrian J. Nemec2022-02-113-0/+165
* chip/stm32: Add LPUART, UART5 and PWR_CR2_IOSVJes B. Klinke2022-02-053-8/+45
* COIL: Update I2C terminologyRicardo Quesada2022-02-034-14/+14
* COIL: update SPI terminologyRicardo Quesada2022-02-036-45/+46
* chip/stm32/registers-stm32l5.h: Add register bank F, GJes B. Klinke2022-02-031-1/+2
* cortex-m: Introduce FPU interrupt handlerPatryk Duda2022-02-032-0/+43
* clock-stm32h7: Handle timer overflow in IDLE taskPatryk Duda2022-02-021-0/+45
* clock-stm32f4: Improve timestamp calculation after deep sleepPatryk Duda2022-01-211-3/+4
* clock-stm32f4: Handle timer overflow in IDLE taskPatryk Duda2022-01-211-0/+45
* chip/stm32: Move IRQ_TIM to registers.hPatryk Duda2022-01-193-3/+2
* stm32/hwtimer32: Check if interrupts are disabled when setting timestampPatryk Duda2022-01-191-5/+15
* stm32/hwtimer: Clear status register after counter is setPatryk Duda2022-01-191-4/+28
* tree: Replace asm for disabling interrupts with functionTom Hughes2022-01-194-9/+9
* stm32/hwtimer32: Clear status register after counter is setPatryk Duda2022-01-131-0/+13
* clock-stm32h7: Check if deep sleep time is less than watchdog periodPatryk Duda2022-01-131-0/+9
* clock-stm32f4: Check if deep sleep time is less than watchdog periodPatryk Duda2022-01-131-0/+9
* atomic: fix printing atomic_t typeDawid Niedzwiecki2022-01-062-6/+6
* atomic: change atomic_t to longDawid Niedzwiecki2021-12-172-9/+10
* chip/stm32/usb_spi.c: Advertise endpoint nameJes B. Klinke2021-12-161-1/+8
* chip/stm32: Properly clear UART overrun bitJes B. Klinke2021-12-144-3/+42
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-081-1/+1
* atomic: cast pointers to atomic_t* for atomic_* callsDawid Niedzwiecki2021-11-297-10/+10
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-0829-95/+143
* chip/stm32/usb_spi.c: Fix bug crippling full duplexJes B. Klinke2021-10-291-1/+1
* tree: Files should end with single newlineTom Hughes2021-10-189-9/+0
* chip/stm32: Include gpio_chip.h when using gpio_interruptTom Hughes2021-10-188-0/+8
* chip/stm32: Avoid out of bounds array access on TCPCI_MSG_TX_BIST_MODE_2Tom Hughes2021-10-131-3/+0
* core/cortex-m: Disable warning in vecttable.c when building with clangTom Hughes2021-10-081-0/+15
* chip/stm32: Proper declarations for USB clock and SRAM on L5Jes B. Klinke2021-10-083-122/+178
* stm32: usb-ep: Add Windows OS Extended Compat ID descriptorScott Collyer2021-10-071-4/+60
* chip/stm32: remove unused variableTom Hughes2021-10-041-1/+0
* chip/stm32: Make function definition and declaration matchTom Hughes2021-09-292-2/+2
* chip/stm32: UART declarations for STM32L5 seriesJes B. Klinke2021-09-082-1/+164
* chip/stm32: Factor family specific clock logic out of usb.cJes B. Klinke2021-09-085-32/+71
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-312-16/+16
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-275-13/+0
* chip/stm32: Add initial support for STM32L5xx seriesJes B. Klinke2021-08-2514-5/+2586
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-2/+3
* TCPM: Rename enum tcpm_transmit_typeAbe Levkoy2021-08-182-8/+8
* usb_hid_keyboard: fix incorrect sleep/lock key positionTing Shen2021-08-171-1/+2
* stm32/usb_hid_keyboard; implement new top row keysTing Shen2021-08-091-4/+10