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
*
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
4
-11
/
+4
*
flash_usb: Use "-s" option to specify flash offset on atsamd
Kevin O'Connor
2019-10-26
1
-1
/
+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
*
atsam: sysio support is only available on sam4s
Kevin O'Connor
2019-10-24
1
-0
/
+2
*
atsam: Allow PB4-PB7,PB10-PB12 to be used as gpio on sam4
Kevin O'Connor
2019-10-24
1
-0
/
+3
*
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
6
-25
/
+27
*
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
4
-4
/
+41
*
stm32: Initial support for stm32f070
Kevin O'Connor
2019-10-23
9
-21
/
+390
*
stm32f0: Rename internal build symbol from MACH_STM32F0 to MACH_STM32F0_HAL
Kevin O'Connor
2019-10-23
2
-3
/
+3
*
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
*
avr: List 20Mhz option below 16Mhz option in Kconfig
Kevin O'Connor
2019-09-30
1
-2
/
+2
*
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
[next]