index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
stm32
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: Make sure to limit tx during usbfs startup
Kevin O'Connor
2023-10-05
1
-1
/
+2
*
stm32: Fix usbfs spurious USB packet transmit on startup
Kevin O'Connor
2023-10-04
1
-6
/
+16
*
stm32: Only enable one direction on usbfs double buffered end points
Kevin O'Connor
2023-10-04
1
-2
/
+2
*
stm32: Add usbfs double buffer support for bulk tx messages
Kevin O'Connor
2023-10-03
1
-8
/
+28
*
stm32: Add usbfs double buffer support for bulk rx messages
Kevin O'Connor
2023-10-03
1
-14
/
+49
*
stm32: Update usbfs to support setting both buffers for each endpoint
Kevin O'Connor
2023-10-03
1
-35
/
+37
*
stm32: Improve usbfs epr register handling
Kevin O'Connor
2023-10-03
1
-40
/
+41
*
Kconfig: Support selecting optional features on chips with small flash size
Kevin O'Connor
2023-06-08
1
-1
/
+1
*
i2c_software: Implementation of software i2c (#6141)
BIGTREETECH
2023-06-07
1
-1
/
+1
*
stm32: add PB5/PB6 as CAN pins - required for BTT U2C v2.x
Stefan Dej
2023-05-20
2
-2
/
+6
*
stm32f7: add support for stm32f7 and remram board
Frederic Morin
2023-05-07
10
-11
/
+217
*
stm32: Fix usbotg irq wakeup notification
Kevin O'Connor
2023-04-24
1
-4
/
+4
*
stm32: Support for USART5 on STM32G0B1 (#6105)
Florin Popescu
2023-04-19
3
-0
/
+23
*
stm32: Improve ifdef indent in hard_pwm.c
Kevin O'Connor
2023-04-07
1
-4
/
+4
*
stm32: Prefer "MACH_STM32F1" test over "MACH_STM32F103 || MACH_N32G45x"
Kevin O'Connor
2023-04-07
2
-2
/
+2
*
stm32: Add support for Nation N32G45x mcus (#6116)
Alexey
2023-04-07
5
-10
/
+215
*
stm32: Enable I2C on stm32h7 (#6130)
BIGTREETECH
2023-03-27
3
-1
/
+13
*
stm32h7: Restore the RCC set in the bootloader to the default value (#6092)
BIGTREETECH
2023-03-06
1
-0
/
+6
*
stm32: Add sdio support
H. Gregor Molter
2023-02-20
7
-5
/
+457
*
stm32: add PB12/PB13 FDCAN2 support STM32G0B1
bigtreetech
2023-02-03
2
-3
/
+8
*
stm32: Fix CAN2 handling in can.c
Kevin O'Connor
2023-01-17
1
-13
/
+26
*
stm32: Increase sample time in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-7
/
+10
*
stm32: Don't set boost nor linear calibration on stm32h723 adc3
Kevin O'Connor
2023-01-17
1
-14
/
+14
*
stm32: Reduce read-modify-write of CR in stm32h7_adc.c init
Kevin O'Connor
2023-01-17
1
-21
/
+12
*
stm32: Don't use read-modify-write on ISR register in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-3
/
+2
*
stm32: ADC timing rework and fixes in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-34
/
+23
*
stm32: Move clock line mapping from stm32h7_adc.c to lookup_clock_line()
Kevin O'Connor
2023-01-17
4
-17
/
+14
*
stm32: Simplify setting of adc_common fields in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-12
/
+9
*
stm32: Use a consistent bank size of 20 across all chips in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-3
/
+3
*
stm32: Simplify setting of 12bit mode on stm32h7 in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-14
/
+5
*
stm32: No need to use hardware oversampling in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-25
/
+0
*
stm32: Simplify CFGR register setup in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-10
/
+2
*
stm32: No need for LDORDY check in stm32h7_adc.c
Kevin O'Connor
2023-01-17
1
-17
/
+4
*
stm32: Reindent ifdefs in stm32f0_i2c.c
Kevin O'Connor
2023-01-03
1
-56
/
+55
*
stm32: Expand stm32g0 family (#5838)
Alex Voinea
2023-01-03
4
-24
/
+61
*
stm32: Check for CONFIG_HAVE_BOOTLOADER_REQUEST in dfu_reboot.c
Kevin O'Connor
2022-12-30
1
-2
/
+2
*
stm32: Include "misc.h" in stm32l4.c and stm32g4.c
Kevin O'Connor
2022-12-30
2
-0
/
+2
*
serial_irq: Rename SERIAL_BOOTLOADER_SIDECHANNEL to HAVE_BOOTLOADER_REQUEST
Kevin O'Connor
2022-12-30
1
-1
/
+1
*
stm32: Move dfu reboot logic to new dfu_reboot.c file
Kevin O'Connor
2022-12-18
10
-164
/
+84
*
stm32: Separate out USB DFU reboot logic in stm32l4.c
Kevin O'Connor
2022-12-18
1
-26
/
+43
*
stm32: Separate out USB DFU reboot logic in stm32g4.c
Kevin O'Connor
2022-12-18
1
-21
/
+45
*
stm32: Just clean dcache instead of disabling on stm32h7 dfu reboot
Kevin O'Connor
2022-12-16
1
-2
/
+3
*
stm32: Fix usb build on stm32g0b0
Kevin O'Connor
2022-12-15
1
-2
/
+7
*
stm32: Fix USB support on stm32g0b1
Kevin O'Connor
2022-12-15
1
-1
/
+1
*
stm32: Fix stm32l4 build
Kevin O'Connor
2022-12-15
1
-0
/
+1
*
stm32: Minor changes to stm32g0b0 ifdefs
Kevin O'Connor
2022-12-15
3
-6
/
+8
*
stm32g0: add stm32g0b0 support
Alex Voinea
2022-12-15
4
-15
/
+32
*
stm32: Rework usb_reboot_for_dfu_bootloader() so it works on stm32h723
Kevin O'Connor
2022-12-15
1
-1
/
+2
*
armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESS
Kevin O'Connor
2022-12-14
2
-3
/
+3
*
canbus: Rename canbus_send() to canhw_send()
Kevin O'Connor
2022-12-14
2
-6
/
+6
[next]