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: Improvements to CAN bus ID generation. And added a small fast hash lib...
bondus
2020-08-09
2
-6
/
+7
*
stm32: Improved CAN support for STM32 (#2976)
bondus
2020-06-24
7
-279
/
+493
*
stm32: Initial support for stm32f2 (#3001)
combolek
2020-06-23
4
-6
/
+46
*
stm32: Support for 20KiB bootloader offset. (#3008)
kianusch
2020-06-20
1
-0
/
+3
*
Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definition
Kevin O'Connor
2020-05-31
1
-0
/
+1
*
stm32: Fix typo causing internal clock to always be used on stm32f042
Kevin O'Connor
2020-05-28
1
-1
/
+1
*
stm32f4: Add support for HID bootloader
Arksine
2020-05-28
2
-2
/
+16
*
stm32f1: Add support for HID Bootloader
Arksine
2020-05-28
3
-4
/
+16
*
stm32: add support for i2c read
Arksine
2020-05-05
1
-3
/
+39
*
stm32: Wait for setup complete to enable ep0 rx in usbotg.c
Arksine
2020-05-03
1
-4
/
+11
*
stm32: Wait for setup complete notification in usbotg.c
Kevin O'Connor
2020-05-03
1
-6
/
+13
*
stm32: Slow ADC frequency to 4.5Mhz
Kevin O'Connor
2020-04-30
2
-4
/
+4
*
stm32: Add support for 64KiB bootloader on stm32f103
Kevin O'Connor
2020-03-24
1
-2
/
+5
*
stm32: Explicitly reset peripheral clocks on stm32f1
Kevin O'Connor
2020-03-24
1
-0
/
+5
*
stm32: Add support for a bootloader on stm32f0
Kevin O'Connor
2020-03-04
2
-2
/
+26
*
stm32: Revert "stm32: performance improvement for spi on stm32f0"
Kevin O'Connor
2020-03-04
1
-8
/
+4
*
stm32: Fix broken clock setup on stm32f1
Kevin O'Connor
2020-02-29
1
-2
/
+2
*
stm32: The stm32f1 can only reach 64Mhz when using an internal clock
Kevin O'Connor
2020-02-14
1
-0
/
+1
*
stm32: Fix typo that broke selection of alternate serial port pin
Kevin O'Connor
2020-02-09
2
-2
/
+2
*
stm32: Reset adc calibration prior to starting calibration
Kevin O'Connor
2020-01-25
1
-8
/
+17
*
stm32: Increase adc sample time
Kevin O'Connor
2020-01-25
1
-4
/
+4
*
stm32: Only declare alternate usart2 on stm32f0
Kevin O'Connor
2020-01-23
3
-49
/
+41
*
stm32: Don't export spi1a/spi2a on stm32f1
Kevin O'Connor
2020-01-23
1
-4
/
+6
*
stm32: add alternate pinout for USART2
Arne Jansen
2020-01-23
3
-1
/
+16
*
stm32: add alternate pinouts for spi1/2
Arne Jansen
2020-01-23
1
-3
/
+9
*
stm32: performance improvement for spi on stm32f0
Arne Jansen
2020-01-23
1
-4
/
+8
*
stm32: fix spi_transfer for stm32f0
Arne Jansen
2020-01-23
1
-2
/
+8
*
stm32: STM32F0 CAN feature
Eug Krashtan
2020-01-14
4
-0
/
+290
*
stm32: HSI selection fix; Pin swap rename; Add CAN selection
Eug Krashtan
2020-01-14
2
-7
/
+11
*
config: Fysetc S6 generic configuration (#2220)
Tobias Weiß
2019-12-18
1
-3
/
+3
*
stm32: Fix typo in setting of SMPR1 register on stm32f103
Kevin O'Connor
2019-11-27
1
-1
/
+2
*
stm32: Fix typo in adc startup delay
Kevin O'Connor
2019-11-27
1
-1
/
+6
*
stm32: Enable chipid as usb serial number
Kevin O'Connor
2019-11-25
3
-1
/
+35
*
stm32: Allow external crystal speed to be customized in Kconfig
Kevin O'Connor
2019-11-25
4
-55
/
+60
*
stm32f0: Initial support for i2c on stm32f0
Kevin O'Connor
2019-11-14
4
-6
/
+100
*
stm32: adc for new stm32f0 common code (#2120)
clearchris
2019-11-05
4
-3
/
+144
*
stm32: Define PGx pins on stm32f103
Kevin O'Connor
2019-11-02
1
-2
/
+7
*
flash_usb: Pass -t $CONFIG_MCU to flash_usb on all targets
Kevin O'Connor
2019-10-26
1
-5
/
+1
*
stm32: Add support for flashing over usb on stm32f042
Kevin O'Connor
2019-10-26
2
-0
/
+16
*
stm32: stm32f4 usb boot check only needed when CONFIG_USBSERIAL
Kevin O'Connor
2019-10-26
1
-2
/
+2
*
stm32f4: Add support for flashing over USB
Kevin O'Connor
2019-10-26
2
-1
/
+15
*
stm32: Implement armcm_main() in arch specific code
Kevin O'Connor
2019-10-24
6
-30
/
+40
*
armcm_boot: Use armcm_main() instead of main() to start board code
Kevin O'Connor
2019-10-24
1
-5
/
+5
*
stm32: Support PA11/PA12 pin remap on stm32f042 tsop20 chip
Kevin O'Connor
2019-10-23
2
-0
/
+12
*
stm32: Support stm32f042 build from stm32/ directory
Kevin O'Connor
2019-10-23
3
-2
/
+39
*
stm32: Initial support for stm32f070
Kevin O'Connor
2019-10-23
9
-21
/
+390
*
stm32: Support 16bit packet memory access on usbfs controller
Kevin O'Connor
2019-10-23
1
-9
/
+15
*
stm32: Be explicit in layout of gpio banks in digital_regs variable
Kevin O'Connor
2019-10-23
1
-3
/
+7
*
stm32: Use stm32f103xe header for stm32f103 line
Kevin O'Connor
2019-10-23
1
-1
/
+1
*
stm32: Make sure to turn on the usb clock before writing to the packet memory
Kevin O'Connor
2019-10-13
1
-4
/
+4
[next]