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
Commit message (
Expand
)
Author
Age
Files
Lines
*
lpc176x: Use FIOPIN to set start value on gpio_out_reset()
Kevin O'Connor
2019-09-29
1
-4
/
+1
*
stm32: Only prompt for a bootloader on stm32f103 and stm32f407
Kevin O'Connor
2019-09-18
1
-2
/
+2
*
atsam: No need to call SystemInit() from main()
Kevin O'Connor
2019-09-18
1
-2
/
+1
*
armcm_boot: Export MCU definition from armcm_boot
Kevin O'Connor
2019-09-18
6
-16
/
+12
*
armcm_reset: Add a new helper file defining command_reset()
Kevin O'Connor
2019-09-18
7
-26
/
+21
*
stm32: Move VTOR fixup from main() to chip specific code
Kevin O'Connor
2019-09-18
3
-3
/
+10
*
stm32: Move usb_request_bootloader() to chip specific code
Kevin O'Connor
2019-09-18
4
-20
/
+24
*
stm32: Fix usbfs rx buffer sizing
Kevin O'Connor
2019-09-16
1
-2
/
+2
*
stm32: Use official defines for EPR bits
Kevin O'Connor
2019-09-16
1
-30
/
+23
*
stm32: Rename USB_BTABLE to EPM in usbfs.c
Kevin O'Connor
2019-09-16
1
-20
/
+20
*
atsam: Add missing PB21 pin to ADC module
Kevin O'Connor
2019-09-16
1
-1
/
+1
*
stm32: Disable usb irqs in usbotg handlers
Kevin O'Connor
2019-09-12
1
-17
/
+56
*
atsam: Enable flash loop caching optimization on sam4s
Kevin O'Connor
2019-09-08
1
-1
/
+1
*
stm32: Rework usbotg transmit interrupts
Kevin O'Connor
2019-09-08
1
-7
/
+10
*
stm32: Add support for SPI3 bus on alternate PC11,PC12,PC10 pins
Kevin O'Connor
2019-09-05
1
-1
/
+8
*
tmcuart: Fix typo in function name
Kevin O'Connor
2019-09-01
1
-4
/
+4
*
stm32: Add support for SPI1 and SPI3 busses
Kevin O'Connor
2019-08-31
2
-13
/
+35
*
stm32: Fix gpio enumerations (each bank has 16 pins, not 32)
Kevin O'Connor
2019-08-31
1
-9
/
+9
*
stm32: Work around stm32f407 usbotg chip errata
Kevin O'Connor
2019-08-31
1
-3
/
+10
*
stm32: Configure and enable usbotg endpoint0 during setup
Kevin O'Connor
2019-08-30
1
-25
/
+10
*
stm32: Disable and flush usbotg bulk transmit pipe on usb_set_configure()
Kevin O'Connor
2019-08-30
1
-19
/
+11
*
stm32: Perform usbotg endpoint init during usb_set_configure()
Kevin O'Connor
2019-08-30
1
-26
/
+26
*
stm32: Discard usbotg tx data until usb is ready
Kevin O'Connor
2019-08-30
1
-2
/
+2
*
stm32: No need to clear the usbotg address on reset
Kevin O'Connor
2019-08-30
1
-4
/
+2
*
stm32: Enable usbotg bulk reads during endpoint configuration
Kevin O'Connor
2019-08-30
1
-0
/
+1
*
atsam: ADC pins need to be in input mode with pullups disabled
Kevin O'Connor
2019-08-28
1
-0
/
+3
*
buildcommands: Match DECL_X names to the actual C macro names
Kevin O'Connor
2019-08-22
1
-6
/
+7
*
armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.S
Kevin O'Connor
2019-08-22
6
-9
/
+9
*
ctr: Encode negative integers in normal hex notation
Kevin O'Connor
2019-08-22
1
-1
/
+2
*
command: Allow count parameter of DECL_ENUMERATION_RANGE() to be an expression
Kevin O'Connor
2019-08-22
1
-2
/
+2
*
ctr: Add support for multiple integers in DECL_CTR_INT
Kevin O'Connor
2019-08-22
3
-20
/
+24
*
ctr: Encode integers in hex
Kevin O'Connor
2019-08-22
1
-6
/
+9
*
Makefile: Translate null characters to newline characters in ctr requests
Kevin O'Connor
2019-08-22
1
-2
/
+2
*
lpc176x: Update code to use armcm_boot mechanism
Kevin O'Connor
2019-08-22
9
-41
/
+37
*
lpc176x: Move irq handler code above irq setup
Kevin O'Connor
2019-08-22
3
-75
/
+80
*
atsam: Update code to use armcm_boot mechanism
Kevin O'Connor
2019-08-22
5
-46
/
+56
*
atsam: Move irq handler code above irq setup
Kevin O'Connor
2019-08-22
3
-65
/
+65
*
atsamd: Update code to use armcm_boot mechanism
Kevin O'Connor
2019-08-22
7
-129
/
+28
*
atsamd: Move irq handler code above irq setup
Kevin O'Connor
2019-08-22
3
-85
/
+90
*
stm32: Update code to use armcm_boot mechanism
Kevin O'Connor
2019-08-22
7
-111
/
+24
*
stm32: Move irq handler code above irq setup
Kevin O'Connor
2019-08-22
3
-88
/
+88
*
armcm_boot: Add generic code for early board init on armcm machines
Kevin O'Connor
2019-08-22
4
-0
/
+158
*
Makefile: Add generic rule for precompiling linker scripts
Kevin O'Connor
2019-08-21
2
-18
/
+8
*
armcm_timer: Fix typo in comment in armcm_timer.h
Kevin O'Connor
2019-08-21
1
-1
/
+1
*
stm32: Initial support for i2c
Kevin O'Connor
2019-08-20
4
-0
/
+138
*
stm32: Add support for configuring open drain output mode
Kevin O'Connor
2019-08-20
3
-2
/
+9
*
stm32: Make sure to enable the gpio clock prior to setting the first value
Kevin O'Connor
2019-08-20
4
-4
/
+22
*
spi_software: Remove unused include file
Kevin O'Connor
2019-08-17
1
-1
/
+0
*
stm32: Simplify usbotg packet reading and writing
Kevin O'Connor
2019-08-16
1
-57
/
+54
*
stm32: Add support for additional ADC3 ports on stm32f4
Kevin O'Connor
2019-08-15
2
-20
/
+42
[next]