summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* fan: npcx: fine tune the fan controlJun Lin2022-03-241-3/+13
* FPMCU/stm32: Compile host_command_common only for FPMCUDaisuke Nojiri2022-03-241-1/+1
* mtk_scp: Merge mt8183 and mt8186 into mt818xJohnson Wang2022-03-2321-49/+492
* util: align the IN_RANGE implementation with zephyrTing Shen2022-03-231-3/+3
* npcx: adc: support faster ADC conversion speedJun Lin2022-03-211-8/+25
* 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 uartKeith Short2022-02-254-0/+4
* gpio: cleanup header usage for i2cKeith Short2022-02-252-0/+3
* npcx: power down unused modulesJun Lin2022-02-253-9/+21
* npcx: Add support to use adc before task startParth Malkan2022-02-242-6/+125
* stm32: Add the DFU Boot ManagerBrian J. Nemec2022-02-1518-1/+338
* stm32: Add the DFU Runtime identifiersBrian J. Nemec2022-02-113-0/+165
* COIL: rename file to spi_controller.cRicardo Quesada2022-02-052-1/+1
* chip/stm32: Add LPUART, UART5 and PWR_CR2_IOSVJes B. Klinke2022-02-053-8/+45
* COIL: Update I2C terminologyRicardo Quesada2022-02-037-26/+26
* 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
* mchp: Fix MEC172x RO_FRID wrong area_offset in SPI imagemartin yan2022-02-011-2/+22
* chip/mt_scp: rv32i: improve mt8195 handling suspend/resumeTinghan Shen2022-01-263-8/+94
* chip/mt_scp: rv32i: save unhandled interrupt groupTinghan Shen2022-01-261-3/+6
* npcx9: remove the workaround of download_from_flash ROM APIJun Lin2022-01-264-175/+2
* chip: Drop support for nrf51Jack Rosenthal2022-01-2519-3006/+0
* npcx: gpio: add a new guard to KSI's GPIO_INTJun Lin2022-01-244-6/+12
* tree: Delete chip/lm4 and board/bdsTom Hughes2022-01-2222-6122/+0
* 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-195-12/+12
* 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-064-8/+8
* npcx: fix port80 buffer overflowBoris Mittelberg2022-01-041-1/+2
* chip/mt_scp: rename watchdog enable/disable APITinghan Shen2021-12-233-7/+7
* chip/mt_scp: fix mt8195 irq table entries 70~75 and 93~95Tinghan Shen2021-12-232-15/+15
* atomic: change atomic_t to longDawid Niedzwiecki2021-12-174-11/+12
* 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
* it83xx: i2c: add support for command queue modeDino Li2021-12-094-13/+270
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-084-4/+5
* atomic: cast pointers to atomic_t* for atomic_* callsDawid Niedzwiecki2021-11-298-11/+12
* COIL: Update links for inclusive languageTom Hughes2021-11-291-1/+1
* config: rename CONFIG_HOSTCMD_SHI to CONFIG_HOST_INTERFACE_SHIKeith Short2021-11-195-9/+7
* config: rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPIKeith Short2021-11-1920-56/+57