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
/
stm32f1
Commit message (
Expand
)
Author
Age
Files
Lines
*
armcm_timer: Unify udelay() implementation
Kevin O'Connor
2019-06-09
3
-16
/
+1
*
stm32f1: Add support for building with a 0x7000 code offset
Kevin O'Connor
2019-05-23
1
-0
/
+3
*
stm32f1: Fix ADC (#1474)
smark-
2019-03-31
1
-1
/
+1
*
stm32f1: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-0
/
+6
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
2
-2
/
+2
*
flash_usb: Run dfu-util via sudo
Kevin O'Connor
2019-03-11
1
-1
/
+1
*
stm32f1: Add support for entering the bootloader via USB
Kevin O'Connor
2019-03-08
3
-2
/
+17
*
Makefile: Reduce use of $^ in build rules
Kevin O'Connor
2019-03-02
1
-2
/
+2
*
Makefile: Fix lpc176x and stm32f1 builds
Kevin O'Connor
2019-03-02
1
-7
/
+6
*
stm32f1: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
3
-3
/
+6
*
pins: Add support for pull down resistors
Kevin O'Connor
2019-02-27
1
-1
/
+2
*
stm32f1: Convert code to use armcm_timer
Kevin O'Connor
2019-02-06
4
-123
/
+5
*
stm32f1: Use internal functions for early USB gpio toggle
Kevin O'Connor
2019-02-06
3
-6
/
+24
*
Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONS
Kevin O'Connor
2019-01-25
1
-4
/
+0
*
stm32f1: It's only necessary to program the CR1 register during SPI init
Kevin O'Connor
2019-01-07
3
-11
/
+9
*
usb_cdc: Add support for detecting a USB level Arduino bootloader request
Kevin O'Connor
2018-12-24
1
-0
/
+5
*
stm32f1: Always read SPI receive buffer
Yannic Schroeder
2018-12-14
1
-2
/
+3
*
spicmds: Check for an incorrect mode in spicmds.c
Kevin O'Connor
2018-11-30
1
-2
/
+0
*
stm32f1: Move ADC and SPI code from gpio.c to spi.c and adc.c
Kevin O'Connor
2018-11-30
5
-217
/
+238
*
stm32f1: Use __always_inline on timer_read_time
Kevin O'Connor
2018-10-11
1
-1
/
+1
*
stm32f1: Use -O2 optimization and inline timer_read_time()
Kevin O'Connor
2018-10-11
2
-2
/
+1
*
stm32f1: Use the main lib/cmsis-core directory for cmsis includes
Kevin O'Connor
2018-10-11
1
-2
/
+2
*
stm32f1: Add support for building with bootloader support
Kevin O'Connor
2018-10-11
4
-2
/
+136
*
stm32f1: Move assembler build rules together
Kevin O'Connor
2018-10-11
1
-10
/
+9
*
stm32f1: Pull the USB D+ line low briefly to signal a device connect
Kevin O'Connor
2018-10-11
1
-0
/
+8
*
stm32f1: Initial support for serial over USB
Kevin O'Connor
2018-10-11
3
-1
/
+286
*
stm32f1: Serial should have a higher irq priority than timers
Kevin O'Connor
2018-10-11
2
-3
/
+2
*
stm32f1: Add support for gpio_x_reset()
Kevin O'Connor
2018-08-27
2
-12
/
+28
*
Kconfig: Rename HAVE_USER_INTERFACE to HAVE_GPIO_BITBANGING
Kevin O'Connor
2018-08-27
1
-1
/
+1
*
stm32f1: implement spi_prepare
Grigori Goronzy
2018-07-08
1
-3
/
+2
*
SPI: introduce spi_prepare function
Grigori Goronzy
2018-07-08
2
-0
/
+6
*
stm32f1: add SPI support
Grigori Goronzy
2018-07-07
4
-0
/
+118
*
stm32f1: fix ADC pin list
Grigori Goronzy
2018-06-27
1
-1
/
+1
*
stepper: Introduce and use gpio_out_toggle_noirq()
Kevin O'Connor
2018-05-15
2
-1
/
+10
*
stm32f1: Enable lcd chip support
Kevin O'Connor
2018-05-07
1
-0
/
+1
*
serial_irq: Add new generic/serial_irq.c code
Kevin O'Connor
2018-04-20
2
-115
/
+13
*
stm32f1: Use generic timer_irq.c dispatch code
Kevin O'Connor
2018-04-20
1
-62
/
+3
*
stm32f1: Use different method for handling 16bit -> 32bit timer conversion
Kevin O'Connor
2018-04-20
1
-47
/
+39
*
stm32f1: Prefer uint32_t over uint16_t in timer.c
Kevin O'Connor
2018-04-20
1
-6
/
+6
*
Add STM32F103 port
Grigori Goronzy
2018-04-09
7
-0
/
+808